LT Cathy McDougall 19 March 2001

Slides:



Advertisements
Similar presentations
Evolving Architecture for Beyond the Standard Model
Advertisements

CMSC423: Bioinformatic Algorithms, Databases and Tools
Some aspect concerning the LMDZ dynamical core and its use
داده کاوی سئوالات نمونه
ლექცია 4 - ფული და ინფლაცია
Virtual Memory II CSE 351 Spring 2017
The Marks of an Obedient Disciple-maker
Technologies Needed for Fusion DEMO and the Role of International Collaboration Mohamed Abdou Distinguished Professor of Engineering and Applied Science.

Which of these arrows is closest to your original guess?
Agenda Introduction Figer 12:00-12:15
STRUCTURAL REFORM PRIORITIES in emerging Europe and central Asia
Ch16: Hooke’s Law and Simple Harmonic Motion
Physics 7E Prof. D. Casper.
Sealed-Glass Proofs: What can we do with SGX without confidentiality?
Chemistry – Oct 12, 2016 P3 Challenge- (Try by memory before looking up) 1. Provide the elemental symbol for: Copper, Sodium, Chlorine, Nitrogen, Hydrogen.
1. Introduction The relationship between democracy and economic growth has received considerable attention in recent years But the debate on whether democracy.
Unit 5 Unit 6 The mole Analytical stoichiometry
John Cowan Reuters Health Information
Maedeh Mehravaran Big data 1394
Flicker Control for the ESRF Accelerator
19. Inference about a population proportion
Objectives (PSLS Chapter 19)
Land Use: Forests and Grasslands
Bernd Loske Director of Technical Services
Election Judge Training 2016
Pupil Health & Well-Being
Academic English for International Students
Substance Abuse Training for Supervisors
10/12/15.
Neural Networks CSE 6363 – Machine Learning Vassilis Athitsos
A Result Oriented Approach to Marketing
Embolism during Pregnancy
Hamlet Passage Analysis.
1.2.1b Risks associated with participation
Сохранение и развитие протонной терапии в ОИЯИ
Enlisted to Officer Application Guide
Slope 4 Types of Slope The Adventures of Slope Dude:
BIRŽAI REGION.
March 12, 2017 “Jesus Can… Take Me & Mold Me”
Conceptualization of Community Practice from a Generalist Perspective
Measuring Lipids: To Fast or Not to Fast
UN-GGIM Arab States Meeting Welcome Address
Unit 5 Review N Africa and SW Asia
Dutta & Dutta Films(India)Ltd
ME 322: Instrumentation Lecture 32
MICROECONOMICS by Robert S. Pindyck Daniel Rubinfeld Ninth Edition
Lecture 19 Summary of previous Lecture Multicollinearity Degree not presence Sources Detection Remedies.
December 12, 2016 Do Now: Take out review sheet and pencil
Custer’s Last Stand (Battle of Little Big Horn)
The Effects of Radiation Resistance on the Signal to Noise Limits of Magnetic Sensors and Communication Systems Yahav Morag, Nikolay Tal, Yoash Levron,
11.4 Volumes of Prisms and Cylinders
R1: Readiness Lesson Planning a Concert. r1: Readiness Lesson Planning a Concert.
ARM MOTION CAPTURE Project code: AMC.
Presenter: Janae Csavina
Face Recognition and Feature Subspaces
Expressions – Learning Outcomes
Welcome To Sixth Grade Norton Elementary.
SERVICE EXPERTISE EXPERIENCE DEPENDABILITY
Startups – Incorporation and Founder Issues
TEXAS VS. LOUISIANA THROWDOWN!
Physical and Chemical Properties of Matter
Software Session Introduction
Avaya Professional Services (APS) Tools ProVision
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
Introduction to VB programming
T-Tackle Description TYPE AGE Skill – Tackle Field Size
Presentation transcript:

LT Cathy McDougall 19 March 2001 OC 3030 Project LT Cathy McDougall 19 March 2001

Objectives of Project Frontal model running on SGIs instead of JEDI. View model output. Determine initial conditions of over 100 previous runs. Learn some new tools.

Viewing Model Output t u v w - Needed to take model output 1 1 1 1 1 1 1 1 2 2 2 2 . . . . . . . 8262 8262 8262 8262 - Needed to take model output and put in grid that Matlab or Ferret would understand. Outfiles are for a specific time since initial condition If model grid was 51X162 output file looks like this

Wrote a Matlab program to put data in proper format: t u v w 1 1 1 1 2 2 2 2 . . . . . . . 8262 8262 8262 8262 51 102 154 . . 8262 50 . . . . . . . . . . . 3 . . . . . 2 . . . . . 1 52 103 . . 8212

Sample Initial Conditions RUN 103

RUN 106a and Run106b

Useful Tools Discovered GDIFF - allows you to view two files side by side and highlights differences.

Green = Totally new lines Yellow = Difference in lines

Another Useful Tool Case Vision - Application debugger - allows you to step through the program - shows you the flow when there are many subroutines - Array Visualizer - view arrays as spreadsheets http://www.cc.gatech.edu/gvu/people/Phd/Reid.Harmon/cvt/#Debugger Useful website

Did I achieve the objectives? - Model runs on the SGIs, but output is not the same. Skill working on this. - Yes, I can now view model output. - Still working on compiling initial conditions of previous model runs.