Practice for Real Cases

Slides:



Advertisements
Similar presentations
ATMO5332 WRF-ARW Tutorial 0.01”.
Advertisements

ARM development environment Modified Content Philips LPC2106 ARM chip ARM target board PSPad customised development environment Troubleshooting.
Introduction to Computer Graphics (CMPS 160-Lab, Fall -2007)
WRF demo/tutorial Robert Fovell
Software installation Chapter 7. Software installation Numerous software options Usually free Open source Several sources Installation CD Websites sourceforge.net.
Nachos Introduction CS Operating System 2007.
Installing Hugs on Windows March 31, Installing Hugs Go to Click on the Hugs link under implementations.
This is the footer Running WRF on HECToR Ralph Burton, NCAS (Leeds) Alan Gadian, NCAS (Leeds) With thanks to Paul Connolly, Hector.
Nachos Introduction CS Operating System 2005.
How to set up and run WRF model. Outline n How to download and compile the WRF code? n Namelist n Input and output files.
Installing WPS and WRF Michael Duda1 and Wei Wang1
Mesoscale & Microscale Meteorological Division / NCAR How to Set Up and Run WRF (real.exe & wrf.exe)? Wei Wang June 29, 2004.
WRF Post-Processing Wei Wang and Bill Skamarock NCAR/MMM Ethan Alpert (NCAR/SCD)
L. Bernardet NOAA ESRL Global Systems Division, Boulder CO University of Colorado CIRES, Boulder CO Developmental Testbed Center, Boulder, CO Sara Michelson.
Introduction to the WRF Modeling System Wei Wang NCAR/MMM.
WRF Domain Wizard A tool for the WRF Preprocessing System Jeff Smith Paula McCaslin July 17, 2008.
MODULE 6: UPGRADING UNIDESK COMPONENTS. Agenda Downloading and unpacking the bits Preparing the environment MA and MCP Upgrades Updating the VIA Broker.
Makefiles CISC/QCSE 810. BeamApp and Tests in C++ 5 source code files After any modification, changed source needs to be recompiled all object files need.
Apache Web Server v. 2.2 Reference Manual Chapter 1 Compiling and Installing.
Nachos Projects Overview and Project 1 TA : 吳哲榮 2010/10/21.
Nachos Projects Overview and Project 1 TA : 王映智 2007/10/24.
DDT Debugging Techniques Carlos Rosales Scaling to Petascale 2010 July 7, 2010.
Initialization for Real Data Cases Dave Gill
Nachos Project Assignment 1 MultiprogrammingTA:mamafun.
Installing and Running the WPS Michael Duda 2006 WRF-ARW Summer Tutorial.
L. Bernardet NOAA ESRL Global Systems Division, Boulder CO University of Colorado CIRES, Boulder CO Developmental Testbed Center, Boulder, CO Sara Michelson.
Donald Stark National Center for Atmospheric Research (NCAR) The Developmental Testbed Center (DTC) 15 January, 2014 Building the HWRF Components.
Paris package: practical aspects Installation / presentation To run a simulation Analysis To add a new module to Paris Installation / presentation To run.
© 2006 UC Regents1 Track 1: Cluster and Grid Computing NBCR Summer Institute Session 2.1: Cluster and Grid Computing: Case Studies Building a Roll August.
Nachos Project Assignment 1 Multi-programming TA: Hung-Leng Chen.
Introduction on WRF-Var Regression Test Ruifang Li MMM Phone:
How to set up and run WRF model
WRFV3chemT Student: Shou-Hung Chien Supervisor : Yu-Heng Tseng Danie Liang Shu-Chih Yang.
Mephisto Backup for Linux. By: Phillip Tribble.. Overview ➲ Purpose. ➲ What is Mephisto ? ➲ Feature List. ➲ What makes it different ? ➲ Links and documentation.
LOGO Linux Installation. Linux Distribution Including shells, libraries, tools, compiler, servers, applications. Redhat, Fedora, Mandrake, SuSE, Debian,
WRF Modelling Aim:  18 th -19 th April Cyclone taking dust SW as opposed to SE  15 th – 16 th North Scotland hit  Cyclone has moved north dragging.
Nachos Overview and Project 1. Nachos Introduction Official website
Problem Solving With C++ Recitation – make February 2016.
Installing and Running the WPS Michael Duda 2006 WRF-ARW Summer Tutorial.
Test Cases for the WRF Height Coordinate Model
Initialization for Idealized Cases
Program Libraries 1. What is a program library? A library is a collection of implementations of behavior, written in terms of a language, that has a well-defined.
Manifold Lab 1 Setting the environment Compiling/running programs.
November 21 st 2002 Summer 2009 WRFDA Tutorial WRF-Var System Overview Xin Zhang, Yong-Run Guo, Syed R-H Rizvi, and Michael Duda.
Test Cases for the WRF Mass Coordinate Model 2D flow over a bell-shaped mountain WRFV1/test/em_hill2d_x 2D squall line (x, z ; y, z) WRFV1/test/em_squall2d_x.
Modules, Compiling WRF, and Running on CHPC Clusters Adam Varble WRF Users Meeting 10/26/15.
Hernán García CeCalcULA Universidad de los Andes.
1P.Miné CompHEP from. 2P.Miné CompHEP Installation for Linux Download from : comphep tgzhttp://comphep.sinp.msu.ru Untar.
Spring 2007 Vmware and Linux kernel COMS W4118 Columbia University.
OpenMP Lab Antonio Gómez-Iglesias Texas Advanced Computing Center.
Installation and environment variables. Simple Installation 1 The latest sources can always be obtained from the CDAT website:
Shell programming 9/12/2008 David You. Using cross compiler Cross compiler download and installation 
Practical Exercise: Bastei
WRFDA Regression Testing Suite
Mixture Density and Project 1 Discussion 02/01/17
Introduction to MiniSAT
National Scientific Library at Tbilisi State University
RECENT INNOVATIONS IN DERIVING ATMOSPHERIC MOTION VECTORS AT CIMSS
Changing WRF input files (met_em…) with MATLAB
Brigade Woods near ITPL Brochure
Practice for WPS Master’s student at UC Davis
gWRF Workflow and Input Data Requirements
The Linux Command Line Chapter 18
Pig from Alan Gates’ book (In preparation for exam2)
COP 4343 Unix System Administration
COAWST Applications: WRF only
Introduction to MiniSAT
CSCE-221 Makefile Introduction
Hadoop Installation Fully Distributed Mode
WRF Application in COAWST
Presentation transcript:

Practice for Real Cases Master’s student at UC Davis Kiyoung Lee is my supervisor

Recompile WRF with the real case ./compile em_real (no need to clean for serial code) ./clean –a (for OMP code) ./configure (option 8 on moe) ./compile em_real Prepare meteorological files (met_xxx) Need to run WPS (next class) Let’s try test data set on the WRF website this time Modify namelist.input if needs (later)

Practice for Real Cases cp namelist.input.jan00 namelist.input (no need to change) Download wps_30km.tar.gz from the WRF website for practicing Parallel to WRFV3, create a directory DATA Unzip and untar the file to DATA directory gunzip wps_30km.tar.gz tar xvf wps_30km.tar Link those met_xxx files to em_real directory cd /directory/em_real ln –s /directory/DATA/met_* .

Practice for Real Cases Execute real.exe After generating wrfinput_d01 (wrfinput_d02 etc.) & wrfbdy_d01, execute wrf.exe for simulations/forecasts Use RIP4 to plot 10-m wind vectors 2-m temperature and moisture (color one of fields) + map 850 mb temperature + moisture (color one of fields) + map 500 height and vorticity (color one of fields) + map