Practice for WPS Master’s student at UC Davis

Slides:



Advertisements
Similar presentations
CHyM tutorial Marco Verdecchia – Trieste, September 8/9, 2011.
Advertisements

Apache Installation by Jack Davis. Web Servers The Apache HTTP Server is the most widely used web server on the Internet. Apache is fast, free, and full-featured.
Installing Bioperl Perl and BioPerl are both open source projects
This is the footer WRF Basics Weather Research and Forecasting.
This is the footer Running WRF on HECToR Ralph Burton, NCAS (Leeds) Alan Gadian, NCAS (Leeds) With thanks to Paul Connolly, Hector.
Installing WPS and WRF Michael Duda1 and Wei Wang1
1 Weather Research and Forecasting (WRF) Modeling System A Brief Overview WMO, Training Course, September 2011 Alanya, Turkey Dr Meral Demirtaş Turkish.
1 WRF PreProcessing System (WPS) A Brief Overview WMO, Training Course, September 2011 Alanya, Turkey Dr Meral Demirtaş Turkish State Meteorological.
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) Wednesday 29 June, 2011 GSI Fundamentals (1): Setup.
INTRODUCTION TO C PROGRAMMING LANGUAGE Computer Programming Asst. Prof. Dr. Choopan Rattanapoka and Asst. Prof. Dr. Suphot Chunwiphat.
Using Visual Studio 2013 An Integrated Development Environment (IDE)
The FPX KCPSM Module Exercise 1 Henry Fu The Layered Protocol Wrappers Exercise: Network Data Encryption / Decryption Using ROT13 Algorithm Henry Fu Washington.
WRF Portal (A GUI Front End For WRF) WRF Domain Wizard (A GUI Front End For WPS) Presented by Jeff Smith January 18, 2007.
Nachos Projects Overview and Project 1 TA : 吳哲榮 2010/10/21.
LINUX Tuesday, 5 July :00 pm. Remote Login l Use Secure Shell (ssh) l Machine name/IP address E.g. ssh hydra.sma.nus.edu.sg Or ssh
Day 7 Installing Software RPM tar, mtools make, ssh.
DDT Debugging Techniques Carlos Rosales Scaling to Petascale 2010 July 7, 2010.
WRF Domain Wizard The WRF Preprocessing System GUI Jeff S Smith Paula McCaslin and Mark Govett AMS 2008 Presentation.
Nachos Project Assignment 1 MultiprogrammingTA:mamafun.
LHCb planning for DataGRID testbed0 Eric van Herwijnen Thursday, 10 may 2001.
Installing and Running the WPS Michael Duda 2006 WRF-ARW Summer Tutorial.
Executing a C Program Creating the Program Compilation Linking Execution.
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.
1 SEEM3460 Tutorial Compiling and Debugging C programs.
Nachos Project Assignment 1 Multi-programming TA: Hung-Leng Chen.
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.
Basic Unix Commands & GCC Saurav Karmakar Spring 2007.
Installing and Running the WPS Michael Duda 2006 WRF-ARW Summer Tutorial.
Software Management Linux Software Package File Extensions Extension File.rpm Software package created with the Red Hat Software Package Manager, used.
CDS 301 Spring, 2013 CH3: MATLAB OpenGL Samples February 28, 2013 Jie Zhang Copyright ©
The reading is 7.38 mm. The reading is 7.72 mm.
Computer Science Project Lost? Coordinator: Kristen Davis Designer: Danielle Jones Programmer: Miguel Rivera.
SEE-GRID-SCI WRF-ARW model: Grid usage The SEE-GRID-SCI initiative is co-funded by the European Commission under the FP7 Research Infrastructures.
© 2011 Pittsburgh Supercomputing Center XSEDE 2012 Intro To Our Environment John Urbanic Pittsburgh Supercomputing Center July, 2012.
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 
KYC - Know your compiler Introduction to GCC
Running the WRF Preprocessing System
Introduction to the New WRF Preprocessing System
CSE 303 Lecture 17 Makefiles reading: Programming in C Ch. 15
Getting Eclipse for C/C++ Development
Introduction to MiniSAT
OpSim Configuration Management Michael Reuter
National Scientific Library at Tbilisi State University
Compiling from source code
Quick Start Guide for Visual Studio 2010
JCreator Setup Instructions
gWRF Workflow and Input Data Requirements
Figure 13.1 MIPS Single Clock Cycle Implementation.
Code Coverage David Inglis November 18, 2018.
Today’s Topic Breakdown of CC script.
Program Control Structures
Practice for Real Cases
COP 4343 Unix System Administration
Setting up CDT Makefile project
Introduction to MiniSAT
Our Environment We will exercise on Microsoft Visual C++ v.6
Software Setup & Validation
Computer System Laboratory
Polar WRF (Ohio State Modifications)
Getting Eclipse for C/C++ Development
Modified at -
HW4: Concolic testing Busybox expr (due Nov 30 23:59)
HW4: Due Nov 22nd 23:59 Describe test cases to reach full path coverage of the triangle program by completing the path condition table below. Also,
Surviving MS DOS When lost, google it.
WRF Application in COAWST
Presentation transcript:

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

gunzip WPSV3.0.1.TAR.gz tar xvf WPSV3.0.1.TAR cd WPS configure (choose PGI, serial, NO GRIB2) modify configure.wps Change “CC = pgcc” to “CC = gcc” compile >& out& will generate 3 executable files (geogrid.exe, metgrid.exe, ungrib.exe) Modify namelist.wps

From Michael Duda

Metgrid: Program outout Output files named met_em.domain.YYYY-MM-DD… Example of output files: met_em.d01.2003-06-06_12:00:00.nc met_em.d01.2003-06-06_18:00:00.nc met_em.d01.2003-06-07_00:00:00.nc met_em.d01.2003-06-07_06:00:00.nc met_em.d01.2003-06-07_12:00:00.nc met_em.d02.2003-06-06_12:00:00.nc