WEATHER RESEARCH AND FORECASTING (WRF) MODELING SYSTEM (ASL 410)

Size: px
Start display at page:

Download "WEATHER RESEARCH AND FORECASTING (WRF) MODELING SYSTEM (ASL 410)"

Transcription

1 WEATHER RESEARCH AND FORECASTING (WRF) MODELING SYSTEM (ASL 410)

2 Steps to be done Download the meteorological data Install WRF model and initialize for model run WRF Pre-processing (WPS) WRF model run WRF post-processing Visualize the output of WRF post-processing using GrADS Download weather observations and compare your model results by time-series plot.

3 Web address for meteorological data download:

4 You have to fill up these information to complete the registration (It will take around 24hr to activate your user account)

5 After login to your user account you will see the webpage like below

6 Type FNL inside the box

7 Click on the 1 st link for 1 o x1 o resolution FNL data for WRF-ARW model

8 Click on this link for data access

9

10

11 Click on the year you want to download data

12 Select by clicking on the month you want to download data

13 Select the latest 24hr data by clicking on the boxes on the left side you want to download data Finaly click on this box for downloading the data sets as tar file

14 Click on this box for downloading the data sets as tar file into your PC Now transfer these data sets into CAS server ( ) by using FTP

15 WHAT IS WRF? WRF: Weather Research and Forecasting Model Now with Advanced Research WRF (ARW) and Non-hydrostatic mesoscale model (NMM) dynamic components Its development is led by NCAR/MMM, NOAA/GSD and NOAA/NCEP/EMC with partnerships at AFWA, FAA, NRL and collaborations with universities and other government agencies Includes research and operational models

16 WHAT CAN WRF BE USED FOR? Idealized simulations at many scales (e.g. convection, baroclinic waves, large eddy simulations) Atmospheric physics/parameterization research Data assimilation research Case-study research Real-time NWP and forecast system research Regional climate and seasonal time-scale research Coupled-model (e.g. ocean, chemistry) applications Teaching

17 WHO USES WRF? Academic atmospheric scientists Forecast teams at operational centers Air Quality scientists Others

18 WRF modeling system flowchart Ideal 3D: Suppercell, Baroclinic waves Ideal 2D: Squall line WRF Terrestial data RIP4 WPS WRF Model ARW/NMM Post processing WPP (GrADS, GEMPAK) Real data: NAM, GFS, RUC, NRRP AGRMET (Soil) Real data Initialization WRF-VAR NCL ARWPost (GrADS, Vis 5D)

19 DIFFERENT COMPONENTS OF WPS

20 Download and Building WRF code Get the WRF zipped tar file of WRFV3.1.1 and WPSV3.1.1 from rce.html (No need to download, It is provided at a common location in the server for your use) How to access the Server from outside CAS LAN: I.P. address : First login to IIT server using Putty then access to by using the following command ssh X username@ password: (type ur password)

21 Usernames: grp1, grp2, grp3,, grp20 Passwd: iitdelhi (same for all) Path to access the WRF Tarfiles All tar files are available inside your user account WPSV3.1.1.TAR.gz WRFV3.1.1.TAR.gz ARWpostV2.2.tar.gz You can also download the Meteorological data from the below link WRF should be install first before WPS You can download the WRF-ARW user s guide from the link

22 Unzip and untar the downloaded tar file type the following command $gunzip WRFV3.1.1.TAR.gz and then $tar xvf WRFV3.1.1.TAR (It will create a directory WRFV3/ ) $cd WRFV3 ( you will see the following top level directories) arch/ configure* dyn_exp/ frame/ inc/ Makefile share/ clean* dyn_nmm/ inc/ hys/ Registry test/ compile* main/ dyn_em/ external/ run/ tools/ README README_test_cases README.rsl_output Then configure and compile the WRF model Before configure and compile the WRF model you have to set the paths of compilers and libraries inside.bashrc file

23 vi.bashrc (it will open the bashrc file and edit accordingly and save it) Set PATH for required bin and lib directories PATH=/usr/bin:/opt/NETCDF/intel_NETCDF/bin: :$PATH (here you have to set the path to bin files of all libraries and compilers) LD_LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/opt/NETCDF/intel_NETCD F/lib:$LD_LIBRARY_PATH (here you have to set the path to library files of all libraries and compilers) INCLUDE=/usr/include:/opt/mpich2_intel/include:/usr/local/include:/opt/NETCD F/intel_NETCDF/include::/opt/intel/fce/ /lib:$INCLUDE (here you have to set the path to include files of all libraries and compilers) export WRF_EM_CORE=1 export WRF_NMM_CORE=0 Export NETCDF=/opt/NETCDF/intel_NETCDF (the most important library required to run WRF model)

24 ./configure (It will ask to enter one from the following option) Please select from among the following supported platforms. 1. Linux x86_64, PGI compiler with gcc (serial) 2. Linux x86_64, PGI compiler with gcc (smpar) 3. Linux x86_64, PGI compiler with gcc (dmpar) 4. Linux x86_64, PGI compiler with gcc (dm+sm) 5. Linux x86_64 i486 i586 i686, ifort compiler with icc (serial) 6. Linux x86_64 i486 i586 i686, ifort compiler with icc (smpar) 7. Linux x86_64 i486 i586 i686, ifort compiler with icc (dmpar) 8. Linux x86_64 i486 i586 i686, ifort compiler with icc (dm+sm) 9. Linux i486 i586 i686 x86_64, PathScale compiler with pathcc (serial) 10. Linux i486 i586 i686 x86_64, PathScale compiler with pathcc (dmpar) 11. x86_64 Linux, gfortran compiler with gcc (serial) 12. x86_64 Linux, gfortran compiler with gcc (smpar) 13. x86_64 Linux, gfortran compiler with gcc (dmpar) 14. x86_64 Linux, gfortran compiler with gcc (dm+sm) Compile for nesting? (0=no nesting, 1=basic, 2=preset moves, 3=vortex following) [default 0]: 0 (choose 0)

25 Compile WRF for real case $./compile em_real >& compile.log & (To see the background process type the command $ tail f compile.log ) $ ls -ls main/*.exe (check this command after compilation) if you are compiling for a real-data case, you should see ndown.exe, real.exe, and wrf.exe inside the main/ directory after the successful compilation. Building WPS Code gunzip WPSV3.1.1.TAR.gz tar xvf WPSV3.1.1.TAR (It will untar and create a directory WPS/ ) cd WPS Configure and compile WPS

26 $./configure Please select one among the following supported platforms. 1. PC Linux x86_64, Intel compiler serial, NO GRIB2 2. PC Linux x86_64, Intel compiler serial 3. PC Linux x86_64, Intel compiler DM parallel, NO GRIB2 4. PC Linux x86_64, Intel compiler DM parallel 5. PC Linux x86_64 (IA64 and Opteron), PGI compiler 5.2 or higher, serial, NO GRIB2 6. PC Linux x86_64 (IA64 and Opteron), PGI compiler 5.2 or higher, serial 7. Cray XT Linux x86_64 (IA64 and Opteron), PGI compiler 5.2 or higher, DM parallel, NO GRIB2 8. PC Linux x86_64 (IA64 and Opteron), PGI compiler 5.2 or higher, DM parallel, NO GRIB2 9. PC Linux x86_64 (IA64 and Opteron), PGI compiler 5.2 or higher, DM parallel 10. PC Linux x86_64 (IA64 and Opteron), PathScale compiler 2.1 or higher, serial, NO GRIB2 11. PC Linux x86_64 (IA64 and Opteron), PathScale compiler 2.1 or higher, DM parallel, NO GRIB2 $./compile >& compile.log & $ ls -l *.exe (type this command after compilation) you should see geogrid.exe, ungrib.exe, and metgrid.exe files for a successful compilation

27 namelist.wps: parameters setting for WRF preprocessor (WPS) &share wrf_core = 'ARW', max_dom = 1, (for single domain: only edit 1 st column) start_date = ' _00:00:00',' _12:00:00', end_date = ' _00:00:00',' _12:00:00', Change the dates according your case interval_seconds = (Boundary conditions supplied time interval (sec) to the model) io_form_geogrid = 2, / &geogrid parent_id = 1, 1, parent_grid_ratio = 1, 3, i_parent_start = 1, 31, j_parent_start = 1, 17, e_we = 130, 112, (No. of grid points in WE direction) e_sn = 120, 97, (No. of grid points in SN direction) geog_data_res = 10m','2m', (geographical data resolution) dx = 27000, (Horizontal grid resolution (m) in WE direction) dy = 27000, (Horizontal grid resolution (m) in SN direction)

28 Continue map_proj = 'mercator', ref_lat = 16.4, Central latitude ref_lon = 81.3, Central longitude truelat1 = 16.4, 1. Lambert Conformal: truelat2 = 0.0, stand_lon = 81.3, geog_data_path = '/usr/geog (Path of geographical data set) / &ungrib out_format = 'WPS', prefix = 'FILE', / &metgrid fg_name = 'FILE' io_form_metgrid = 2, Horizontal map-coordinate options Mid-latitude applications 2. Polar Stereographic: 3. Mercator: High-latitude applications Low-latitude applications

29 /WPS WRF ARW Initialization for Real Data geogrid.exe geo_em.d01.nc WPS output (met_em.d01) Setup the Vtable for GFS data set $ln -s ungrib/variable_tables/vtable.gfs Vtable Setup the path for the meteorological data $./link_grib.csh /shome/useraccount/fnldata/fnl* real.exe /WRFV3/ test/em_real ungrib.exe FILE:yyyy-mm-dd_hh metgrid.exe met_em.d01.yyyy-mm-dd_hh:mm:ss.nc Wrfinput _d01 Wrfbdy _d01 wrf.exe wrfout_d01_yyyy-mm-dd_hh:mm:ss

30 namelist.input: parameters setting for WRF model run Example for a single domain run: max_dom=1 &time_control run_days = 0, run_hours = 24, run_minutes = 0, run_seconds = 0, start_year = 2011, 2010, 2010, start_month = 11, 01, 01, start_day = 09, 24, 24, start_hour = 00, 00, 00, start_minute = 00, 00, 00, start_second = 00, 00, 00, end_year = 2011, 2010, 2010, end_month = 11, 01, 01, end_day = 10, 25, 25, end_hour = 00, 00, 00, end_minute = 00, 00, 00, end_second = 00, 00, 00, interval_seconds = input_from_file =.true.,.true.,.true., history_interval = 180, 180, 60, frames_per_outfile = 1000, 1000, 1000, restart =.false., restart_interval = 5000, io_form_history = 2

31 Example for a nested run: max_dom=1 &domains time_step = 162, (6*dx(km))sec time_step_fract_num = 0, time_step_fract_den = 1, max_dom = 1, s_we = 1, 1, 1, e_we = 130, 112, 94, s_sn = 1, 1, 1, e_sn = 120, 97, 91, s_vert = 1, 1, 1, e_vert = 28, 28, 28, dx = 27000, 10000, 3333, dy = 27000, 10000, 3333, grid_id = 1, 2, 3, parent_id = 0, 1, 2, i_parent_start = 0, 31, 30, j_parent_start = 0, 17, 30, parent_grid_ratio = 1, 3, 3, parent_time_step_ratio = 1, 3, 3, feedback = 1, smooth_option = 0

32 &physics mp_physics = 4, 5, 5, 5, Micro_physics ra_lw_physics = 1, 1, 1, 1, ra_sw_physics = 1, 1, 1, 1, radt = 10, 10, 10, 10, sf_sfclay_physics = 5, 1, 1, 1, sf_surface_physics = 2, 1, 1, 1, bl_pbl_physics = 5, 1, 1, 1, bldt = 0, 0, 0, 0, cu_physics = 3, 3, 0, 0, Cumulus scheme cudt = 5, 5, 5, 5, isfflx = 1, ifsnow = 0, icloud = 1, surface_input_source = 1, num_soil_layers = 4, sf_urban_physics = 0, maxiens = 1, maxens = 3, maxens2 = 3, maxens3 = 16, ensdim = 144,

33 Microphysics (mp_physics) WRF Parameterizations Kessler scheme: This is used for idealized cloud modeling studies. Warm-rain only no ice (mp_physics=1). Lin et al. scheme: A sophisticated scheme that has ice, snow and graupel processes, suitable for real-data high-resolution simulations (2). WSM 3-class scheme: A simple efficient scheme with ice and snow processes suitable for mesoscale grid sizes (3). WSM-5 class scheme: A slightly more sophisticated version of WSM-3 that allows for mixed-phase processes and super-cooled water (mp_physics=4). Ferrier (New Eta) scheme: The operational microphysics in NCEP models. A simple efficient scheme with diagnostic mixed-phase processes (5). WSM 6-class scheme: A scheme with ice, snow and graupel processes suitable for high-resolution simulations (6). Goddard microphysics scheme: A scheme with ice, snow and graupel processes suitable for high-resolution simulations (7). Thompson et al. graupel scheme: 6-class microphysics with graupel, ice number concentration also predicted (8).

34 Cumulus scheme (cu_physics): Kain-Fritsch scheme: Deep and shallow convection sub-grid scheme using a mass flux approach with downdrafts and CAPE removal time scale (cu_physics = 1). Betts-Miller-Janjic scheme: Operational Eta scheme. Column moist adjustment scheme relaxing towards a well-mixed profile (2). Grell-Devenyi ensemble scheme: Multiple-parameter, explicit updrafts/downdrafts (cu_physics = 3).

35 WRF-Postprocessor-ARWpost ARWpost is the module used in WRF for post-processing the model output -- Necessary software required- GrADS First You have to install GrADS for running ARWpost module unzip and untar the tar file located at /tmp/wrf cd ARWpost./configure Please select from among the following supported platforms. 1. PC Linux i486 i586 i686 x86_64, PGI compiler (no vis5d) 2. PC Linux i486 i586 i686 x86_64, PGI compiler (vis5d) 3. PC Linux i486 i586 i686 x86_64, Intel compiler (no vis5d) 4. PC Linux i486 i586 i686 x86_64, Intel compiler (vis5d) 5. PC Linux i486 i586 i686 x86_64, gfortran compiler (no vis5d) 6. PC Linux i486 i586 i686 x86_64, gfortran compiler (vis5d) Enter selection [1-6] : 3

36 After configuration check the configure.arwp file and edit the path for WRFV3./compile After successful compilation it will create the execution file under /src directory /src/arwpost.exe Afer that you have to edit the namelist.arwpost file for running ARWpost $vi namelist.arwpost &datetime start_date = ' _00:00:00', end_date = ' _00:00:00', interval_seconds = 3600, tacc = 180, debug_level = 0, /

37 &io io_form_input = 2, input_root_name = './wrfout_d01_ _00:00:00 (path to input file) output_root_name = './Expt-2011 (output file name) plot = 'all_list' fields = 'height,pressure,tk,tc,theta,td,td2,rh,rh2,umet,vmet,pressure,u10m,v10m, wdir,wspd,wd10,ws10,slp,mcape,mcin,lcl,lfc,cape,cin,dbz,max_dbz,clfr' output_type = 'grads' mercator_defs =.true. / split_output =.true. frames_per_outfile = 2 output_type = 'grads' output_type = 'v5d' plot = 'all' plot = 'list' plot = 'all_list'! Below is a list of all available diagnostics fields = 'height,geopt,theta,tc,tk,td,td2,rh,rh2,umet,vmet,pressure,u10m,v10m, wdir,wspd, wd10,ws10,slp,mcape,mcin,lcl,lfc,cape,cin,dbz,max_dbz,clfr'

38 &interp interp_method = 1, interp_levels = 1000.,990.,980.,970.,960.,950.,900.,850.,800.,750.,700., 650.,600.,550.,500.,450.,400.,350.,300.,250.,200.,150.,100., / extrapolate =.true. interp_method = 0,! 0 is model levels, -1 is nice height levels, 1 is user specified pressure/height interp_levels = 1000.,950.,900.,850.,800.,750.,700.,650.,600.,550.,500.,450.,400.,350.,300.,25 0.,200.,150.,100., interp_levels = 0.25, 0.50, 0.75, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 7.00, 8.00, 9.00, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, After successful edit the namelist.arwpost you have to run./arwpost.exe It will create the following files output_file_name.ctl output_file_name.dat

39 Now you can visualize the output file using GrADS software Type the following commands $ grads (It will open the graphics window) $ open output_file_name.ctl (it will open the ctl file) $ q file (It will show the list of variables in the file) $ set t 3 (Set the time to display the variable at that time) $ d (variable name) (choose the variable to display)

40 ga-> open d3-CTRL3hrly-ThGD.ctl Scanning description file: d3-CTRL3hrly-ThGD.ctl Data file d3-CTRL3hrly-ThGD.dat is open as file 1 LON set to LAT set to LEV set to Time values set: 2010:8:20:0 2010:8:20:0 E set to 1 1 ga-> set lat 28.5 LAT set to ga-> set lon 77.2 LON set to ga-> set t 1 9 Time values set: 2010:8:20:0 2010:8:21:0 ga-> d t ga-> draw ylab Temperature (deg C) ga-> draw xlab Time (UTC) ga-> draw title 24hr-temperature2m-Delhi ga-> Output file (*.ctl) Station/city Latitude and longitude (Delhi)

41 Command to extract ASCII data to compare with observation data ga-> set gxout print ga-> set prnopts %g 1 ga-> set lat 28.5 LAT set to ga-> set lon 77.2 LON set to ga-> set t 1 9 (set time from 1 to 9 ) Time values set: 2010:8:20:0 2010:8:21:0 ga-> d t Printing Grid -- 9 Values -- Undef = -9.99e (00UTC 20 Aug) (03UTC) (06UTC) (09UTC) (12UTC) (15UTC) (18UTC) (21UTC) (00UTC 21 Aug) ga-> time set from 00UTC 20 th Aug to 00UTC 21 st Aug 2010 To display temperature at 2m in deg Celsius Copy these data to MS-Excel (or any data analysis software) to compare with your observations by time series plot

42 ga-> set lat 28.5 LAT set to ga-> set lon 77.2 LON set to ga-> set t 1 9 Time values set: 2010:8:20:0 2010:8:21:0 ga-> set gxout print ga-> set prnopts %g 1 To display relative humidity at 2m (%) ga-> d rh2 Printing Grid -- 9 Values -- Undef = -9.99e

43 ga-> set lat 28.5 LAT set to ga-> set lon 77.2 LON set to ga-> set t 1 9 Time values set: 2010:8:20:0 2010:8:21:0 ga-> set gxout print ga-> set prnopts %g 1 To display wind speed at 10m (m/sec) ga-> d ws10 Printing Grid -- 9 Values -- Undef = -9.99e

44 ga-> set lat 28.5 LAT set to ga-> set lon 77.2 LON set to ga-> set t 1 9 Time values set: 2010:8:20:0 2010:8:21:0 ga-> set gxout print ga-> set prnopts %g 1 To display dewpoint temperature at 2m (deg Celsius) ga-> d td2 Printing Grid -- 9 Values -- Undef = -9.99e

45 ga-> set lat 28.5 LAT set to ga-> set lon 77.2 LON set to ga-> set t 1 9 Time values set: 2010:8:20:0 2010:8:21:0 ga-> set gxout print ga-> set prnopts %g 1 To display sea level pressure (hpa) ga-> d slp Printing Grid -- 9 Values -- Undef = -9.99e

46 Download weather Observation for model comparison Website for downloading weather observation for model comparison Select local weather and then enter the location/city name for weather data to compare with your model simulation. Collect the 3hrly weather data for your model comparison

47 Time-series wind speed-10m at Delhi (00UTC_20th to 00UTC_22nd Aug 2010) OBS Model wind speed (m/sec) UTC 03UTC 06UTC 09UTC 12UTC 15UTC 18UTC 21UTC 24UTC 27UTC 30UTC 33UTC 36UTC 39UTC 42UTC 45UTC 48UTC Time (UTC)

48 Time series-relative humidity at 2m-Delhi ((00UTC_20th to 00UTC_22nd Aug 2010) Relative humidity (%) OBS FeGD LnGD ThGD WSM5GD 40 00UTC 03UTC 06UTC 09UTC 12UTC 15UTC 18UTC 21UTC 24UTC 27UTC 30UTC 33UTC 36UTC 39UTC 42UTC 45UTC 48UTC Time (UTC)

This document will go through the steps to run a wrf model for South Idaho for a 3 day forecast. Other wrf runs will be similar, but not the same.

This document will go through the steps to run a wrf model for South Idaho for a 3 day forecast. Other wrf runs will be similar, but not the same. Running WRF on R1 Introduction Web Docs This document will go through the steps to run a wrf model for South Idaho for a 3 day forecast. Other wrf runs will be similar, but not the same. Runtime Notes

More information

NESTING IN WRF. Kelly Werner & Wei Wang November 2017

NESTING IN WRF. Kelly Werner & Wei Wang November 2017 NESTING IN WRF Kelly Werner & Wei Wang November 2017 What is a nest? A finer-resolution domain embedded in a coarser resolution domain, and run together with the coarser resolution domain Enables running

More information

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 3: WRF Preprocessing System (WPS)

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 3: WRF Preprocessing System (WPS) User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3 Chapter 3: WRF Preprocessing System (WPS) Table of Contents Introduction Function of Each WPS Program

More information

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 3: WRF Preprocessing System (WPS)

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 3: WRF Preprocessing System (WPS) User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3 Chapter 3: WRF Preprocessing System (WPS) Table of Contents Introduction Function of Each WPS Program

More information

Version 3 Modeling Systems User s Guide January 2009

Version 3 Modeling Systems User s Guide January 2009 Version 3 Modeling Systems User s Guide January 2009 Mesoscale & Microscale Meteorology Division National Center for Atmospheric Research Foreword This User s Guide describes the Advanced Research WRF

More information

Foreword. For the latest version of this document, please visit the ARW User s Web site at

Foreword. For the latest version of this document, please visit the ARW User s Web site at Foreword This User s Guide describes the Advanced Research WRF (ARW) Version 2.2 modeling system, released in December 2006. As the ARW is developed further, this document will be continuously enhanced

More information

NMM WEATHER RESEARCH & FORECASTING. Version 3 Modeling System User s Guide. October 2017

NMM WEATHER RESEARCH & FORECASTING. Version 3 Modeling System User s Guide. October 2017 WEATHER RESEARCH & FORECASTING NMM Version 3 Modeling System User s Guide Model Data: NAM (Eta), GFS, NNRP,... Terrestrial Data WRF-NMM FLOW CHART WPS met_nmm.d01 real_nmm.exe (Real data initialization)

More information

Introduction to WRF-Sfire. Adam Kochanski Jonathan Beezley Jan Mandel

Introduction to WRF-Sfire. Adam Kochanski Jonathan Beezley Jan Mandel Introduction to WRF-Sfire. Adam Kochanski Jonathan Beezley Jan Mandel Outline What is WRF Structure of the WRF modeling system WRF model setup for real cases WRF model setup for idealized cases WRF setup

More information

Using the WRF-ARW on the UWM mortimer HPC Guide for WRF-ARW Version October 15, 2017

Using the WRF-ARW on the UWM mortimer HPC Guide for WRF-ARW Version October 15, 2017 Using the WRF-ARW on the UWM mortimer HPC Guide for WRF-ARW Version 3.9.1 October 15, 2017 Introduction This guide is designed to facilitate basic compilation and execution of the WRF-ARW v3.9.1 model

More information

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 2: Software Installation

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 2: Software Installation User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3 Chapter 2: Software Installation Table of Contents Introduction Required Compilers and Scripting Languauges

More information

VI-SEEM NAT-GR CL: National training event in Greece

VI-SEEM NAT-GR CL: National training event in Greece 11-12 December 2017 Aristotle University, Research Dissemination Center (KEDEA) VI-SEEM NAT-GR CL: National training event in Greece WRF Weather Research and Forecast Model Meteorological applications

More information

WRF-Var System. WRF-Var Tutorial July 21-22, Xin Zhang and Syed RH Rizvi. Michael Duda

WRF-Var System. WRF-Var Tutorial July 21-22, Xin Zhang and Syed RH Rizvi. Michael Duda System Tutorial July 21-22, 2008 Xin Zhang and Syed RH Rizvi Michael Duda Outline in the WRF Modeling System Software Code Overview 1 in the WRF Modeling System 2 in the WRF Modeling System Blue --> Supported

More information

MEA 716 WRF Homework, Data Case Spring WRF Real-Data Case Study Simulation

MEA 716 WRF Homework, Data Case Spring WRF Real-Data Case Study Simulation MEA 716 WRF Homework, Data Case Spring 2016 Assigned: Tuesday 2/2/16 Due: Tuesday, 2/9/16 WRF Real-Data Case Study Simulation This assignment takes students through the process of obtaining initial and

More information

Dynamical Downscaling Tutorial

Dynamical Downscaling Tutorial The International Workshop on Agromet and GIS Applications for Agricultural Decision Making Dynamical Downscaling Tutorial Date : December 5(Mon)~9(Fri), 2016 Place : MSTAY Hotel JEJU Hosted by : Korea

More information

ARW. Weather Research and Forecasting. Version 3 Modeling System User s Guide January 2018

ARW. Weather Research and Forecasting. Version 3 Modeling System User s Guide January 2018 Weather Research and Forecasting ARW Version 3 Modeling System User s Guide January 2018 Mesoscale and Microscale Meteorology Laboratory National Center for Atmospheric Research ! Foreword This User s

More information

Installing WRF & WPS. Kelly Keene NCAR/MMM January 2015

Installing WRF & WPS. Kelly Keene NCAR/MMM January 2015 Installing WRF & WPS Kelly Keene NCAR/MMM January 2015 1 Installing Steps Check system requirements Installing Libraries Download source data Download datasets Compile WRFV3 Compile WPS 2 System Requirements

More information

ARW WRF Graphical Packages ARWpost & NCL. Cindy Bruyère

ARW WRF Graphical Packages ARWpost & NCL. Cindy Bruyère ARW WRF Graphical Packages ARWpost & NCL Cindy Bruyère ARWpost Converter, creates GrADS (.dat) and (.ctl) files, or Vis5D input files download ARWpost From wrf-model.org web site (ARWpost.tar): http://www.mmm.ucar.edu/wrf/users/

More information

WRF-NMM Standard Initialization (SI) Matthew Pyle 8 August 2006

WRF-NMM Standard Initialization (SI) Matthew Pyle 8 August 2006 WRF-NMM Standard Initialization (SI) Matthew Pyle 8 August 2006 1 Outline Overview of the WRF-NMM Standard Initialization (SI) package. More detailed look at individual SI program components. SI software

More information

Installing Steps. WRF & WPS: Compilation Process. System Requirements. Check System Requirements

Installing Steps. WRF & WPS: Compilation Process. System Requirements. Check System Requirements WRF & WPS: Compilation Process Kelly Werner NCAR/MMM January 2018 Installing Steps 1 2 System Requirements On what kinds of systems will WRF run? Generally any 32- or 64-bit hardware, running a UNIX-like

More information

Post-processing Tools

Post-processing Tools Post-processing Tools Cindy Bruyère 1 Graphical Packages NCL Graphical package UG: 9-2 VAPOR Converter and graphical package Support: VAPOR UG: 9-50 ARWpost Converter (GrADS & vis5d) UG: 9-28 UG: 9-19

More information

Installing WRF- Sfire

Installing WRF- Sfire Installing WRF- Sfire Workshop on Modeling of Wildfires and their Environmental Impacts, Trieste, IT June 2015 Adam Kochanski Installing Steps Check system requirements Download required libraries Install

More information

How To Build & Run WRF-Hydro V5 in Standalone Mode

How To Build & Run WRF-Hydro V5 in Standalone Mode How To Build & Run WRF-Hydro V5 in Standalone Mode And Create Customized Geographical Inputs & Regrid Forcing Data Creation Date: 14 April 2018 WRF-Hydro Development Team Purpose This document serves two

More information

Step 3: Access the HPC machine you will be using to run WRF: ocelote. Step 4: transfer downloaded WRF tar files to your home directory

Step 3: Access the HPC machine you will be using to run WRF: ocelote. Step 4: transfer downloaded WRF tar files to your home directory Step 1: download WRF packages Get WRF tar file from WRF users page, Version 3.8.1. Also get WPS Version 3.8.1 (preprocessor) Store on your local machine Step 2: Login to UA HPC system ssh (UAnetid)@hpc.arizona.edu

More information

University of Edinburgh Guide to Running WRF on ECDF Eddie

University of Edinburgh Guide to Running WRF on ECDF Eddie University of Edinburgh Guide to Running WRF on ECDF Eddie Luke Smallman School of Geoscience Institute of Atmospheric and Environmental Science Crew Building The King s Buildings West Mains Road Edinburgh

More information

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 5: WRF NMM Model

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 5: WRF NMM Model User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3 Table of Contents Chapter 5: WRF NMM Model Introduction WRF-NMM Dynamics o Time stepping o Advection o

More information

WRF Data Assimilation System: Software and Compilation

WRF Data Assimilation System: Software and Compilation WRF Data Assimilation System: Software and Compilation Michael Kavulich, Jr. July 24 July 26, 2017 National Center for Atmospheric Research Boulder, CO 1 WRFDA System Outline Introduction Compiling the

More information

Modeling Training Workshop on WRF, SMOKE and CMAQ Asia Center for Air Pollution Research (ACAP) January 2011

Modeling Training Workshop on WRF, SMOKE and CMAQ Asia Center for Air Pollution Research (ACAP) January 2011 Modeling Training Workshop on WRF, SMOKE and CMAQ Asia Center for Air Pollution Research (ACAP) 24-29 January 2011 Prepared by Dr. Joshua Fu 1, Dr. Yun-Fat Lam 1 and Dr. Tatsuya Sakurai 2 1 University

More information

GSI Setup, Run and Namelist

GSI Setup, Run and Namelist GSI Setup, Run and Namelist Hui Shao GSI Community Tutorial, June 28-30, 2010, Boulder, CO Observation Error Observation Observation processing and assimilation PrepBUFR and BUFR processing: 06/29, Tue

More information

PC-Cluster Operation Manual

PC-Cluster Operation Manual PC-Cluster Operation Manual 1. Start PC-Cluster 1.1. Power ON (1) Confirm power cables Connected OUTLET AVR UPS PC-Cluster (2) Switch ON AVR Switch ON (3) Switch ON UPS Switch ON PC-Cluster Operation Manual

More information

Syed RH Rizvi.

Syed RH Rizvi. Community Tools: gen_be Syed RH Rizvi National Center For Atmospheric Research NCAR/ESSL/MMM, Boulder, CO-80307, USA rizvi@ucar.edu 0 Talk overview What is gen_be? How it works? Some technical details

More information

Advanced Features of the WRF Preprocessing System

Advanced Features of the WRF Preprocessing System * Advanced Features of the WRF Preprocessing System Michael Duda *NCAR is sponsored by the National Science Foundation Outline The GEOGRID.TBL file - What is the GEOGRID.TBL file? - Ingesting new static

More information

About the SPEEDY model (from Miyoshi PhD Thesis):

About the SPEEDY model (from Miyoshi PhD Thesis): SPEEDY EXPERIMENTS. About the SPEEDY model (from Miyoshi PhD Thesis): The SPEEDY model (Molteni 2003) is a recently developed atmospheric general circulation model (AGCM) with a spectral primitive-equation

More information

WRF Utilities. Cindy Bruyère

WRF Utilities. Cindy Bruyère WRF Utilities Cindy Bruyère Overview Graphical Tools WRF Model Domain Design Intermediate Files netcdf GRIB1 / GRIB2 Verification Tools Domain Wizard Graphics Graphics NCL Graphical package WRF-ARW Only

More information

Development and Testing of a Next Generation Spectral Element Model for the US Navy

Development and Testing of a Next Generation Spectral Element Model for the US Navy Development and Testing of a Next Generation Spectral Element Model for the US Navy Alex Reinecke 1, Kevin Viner 1, James Doyle 1, Sasa Gabersek 1, Matus Martini 2, John Mickalakes 3, Dave Ryglicki 4,

More information

NoahMP namelist.hrldas: Description of Options

NoahMP namelist.hrldas: Description of Options NoahMP namelist.hrldas: Description of Options (notes are in bold blue and indicated with

More information

AHW Post Processing. Cindy Bruyère. WRF Tutorial for Hurricanes Mesoscale & Microscale Meteorological Division / NCAR

AHW Post Processing. Cindy Bruyère. WRF Tutorial for Hurricanes Mesoscale & Microscale Meteorological Division / NCAR AHW Post Processing Cindy Bruyère 1 Processing AHW data ARW output Which packages can read this data Moving nests How do we deal with moving nest data Hurricane tracking Generating and plotting hurricane

More information

Mechanics of running HWRF

Mechanics of running HWRF HWRF v3.5b Tutorial Taipei, Taiwan, May 22, 2014 Mechanics of running HWRF Ligia Bernardet NOAA ESRL Global Systems Division, Boulder CO University of Colorado CIRES, Boulder CO 1 Overview of this lecture

More information

GSI Setup, Run and Namelist

GSI Setup, Run and Namelist GSI Setup, Run and Namelist Hui Shao GSI Community Tutorial, June 28-30, 2010, Boulder, CO Outline Installing GSI Running GSI Basic runtime options This talk is tailored based on GSI Community Release

More information

Interpolation of gridded data using Geostrophic Balance. Lennon O Naraigh *

Interpolation of gridded data using Geostrophic Balance. Lennon O Naraigh * Interpolation of gridded data using Geostrophic Balance Lennon O Naraigh * Date: 6 th September 2004 Abstract: In this report, a method of interpolating data from the grid of a global climate model (GCM)

More information

WRF Post-Processing and Visualization

WRF Post-Processing and Visualization NCAR Earth System Laboratory National Center for Atmospheric Research NCAR is Sponsored by NSF and this work is partially supported by the Willis Research Network and the Research Partnership to Secure

More information

Overview Trajectory Details

Overview Trajectory Details Overview The new trajectory code tracks three dimensional variables, with an XZY ordering, from a specified starting point along a lagrangian trajectory. Along any trajectory there may be up to 100 defined

More information

NOAA Technical Memorandum OAR GSD-47. COMMUNITY HWRF USERS GUIDE v3.8a. November 2016 THE DEVELOPMENTAL TESTBED CENTER. Mrinal K. Biswas Laurie Carson

NOAA Technical Memorandum OAR GSD-47. COMMUNITY HWRF USERS GUIDE v3.8a. November 2016 THE DEVELOPMENTAL TESTBED CENTER. Mrinal K. Biswas Laurie Carson NOAA Technical Memorandum OAR GSD-47 doi:10.7289/v5/tm-oar-gsd-47 COMMUNITY HWRF USERS GUIDE v3.8a November 2016 THE DEVELOPMENTAL TESTBED CENTER Mrinal K. Biswas Laurie Carson Kathr yn Newman Christina

More information

wrfxpy Documentation Release Martin Vejmelka

wrfxpy Documentation Release Martin Vejmelka wrfxpy Documentation Release 1.0.0 Martin Vejmelka Aug 05, 2018 Contents 1 Basic topics 3 2 Advanced topics 15 3 Indices and tables 17 i ii wrfxpy is a set of software modules that provide functionality

More information

Each of the sections has an explanation followed with the option to select the parameters.

Each of the sections has an explanation followed with the option to select the parameters. A)Introduction to DTDM (the code, input control file, how to run) 1)The code for DTDM (Dynamics and Thermodynamics Demonstration Model) was developed in Fortran 77 by Rob Fovell. We have installed the

More information

NWP SAF. SSMIS UPP Averaging Module. Technical Description NWP SAF. SSMIS UPP Averaging Module Technical Description. Version 1.0

NWP SAF. SSMIS UPP Averaging Module. Technical Description NWP SAF. SSMIS UPP Averaging Module Technical Description. Version 1.0 NWP SAF Version 1.0 19 th November 2010 1 This documentation was developed within the context of the EUMETSAT Satellite Application Facility on Numerical Weather Prediction (NWP SAF), under the Cooperation

More information

HWRF: Setup and Run. Shaowu Bao CIRES/CU and NOAA/ESRL/GSD. WRF For Hurricanes Tutorial Boulder, CO April

HWRF: Setup and Run. Shaowu Bao CIRES/CU and NOAA/ESRL/GSD. WRF For Hurricanes Tutorial Boulder, CO April HWRF: Setup and Run Shaowu Bao CIRES/CU and NOAA/ESRL/GSD WRF For Hurricanes Tutorial Boulder, CO April 28 2011 Source structure and executables ${HOME}/HWRF/src comgsi_ v2.5 pomtc WRFV3 WPS WPPV3 gfdlvortextracker

More information

USERS GUIDE for the Community release of the GFDL Vortex Tracker

USERS GUIDE for the Community release of the GFDL Vortex Tracker USERS GUIDE for the Community release of the GFDL Vortex Tracker November 2011 Version 3.3b The Developmental Testbed Center Shaowu Bao, NOAA/ESRL/GSD and CIRES/CU Donald Stark, NCAR/RAL/JNT Ligia Bernardet,

More information

Dynamics of the Atmosphere GEMPAK Supplementary Handout

Dynamics of the Atmosphere GEMPAK Supplementary Handout Dynamics of the Atmosphere GEMPAK Supplementary Handout Vertical coordinates PRES Pressure TROP Tropopause level FRZL Freezing level CLDT Cloud-top level CLDL Cloud-base level HGHT Height above the ground

More information

1 An Introduction to GrADS Software

1 An Introduction to GrADS Software 1 An Introduction to GrADS Software The Grid Analysis and Display System (GrADS) is an interactive desktop tool to display earth science data. The followings are the features of GrADS. Advantages Free

More information

Ocean Simulations using MPAS-Ocean

Ocean Simulations using MPAS-Ocean Ocean Simulations using MPAS-Ocean Mark Petersen and the MPAS-Ocean development team Los Alamos National Laboratory U N C L A S S I F I E D Slide 1 Progress on MPAS-Ocean in 2010 MPAS-Ocean is a functioning

More information

Advanced Features of the WRF Preprocessing System

Advanced Features of the WRF Preprocessing System * Advanced Features of the WRF Preprocessing System Michael Duda WRF Users Tutorial, 23 27 January 2012 *NCAR is sponsored by the National Science Foundation Outline The GEOGRID.TBL file What is the GEOGRID.TBL

More information

Meteorology 5344, Fall 2017 Computational Fluid Dynamics Dr. M. Xue. Computer Problem #l: Optimization Exercises

Meteorology 5344, Fall 2017 Computational Fluid Dynamics Dr. M. Xue. Computer Problem #l: Optimization Exercises Meteorology 5344, Fall 2017 Computational Fluid Dynamics Dr. M. Xue Computer Problem #l: Optimization Exercises Due Thursday, September 19 Updated in evening of Sept 6 th. Exercise 1. This exercise is

More information

Mass-flux parameterization in the shallow convection gray zone

Mass-flux parameterization in the shallow convection gray zone Mass-flux parameterization in the shallow convection gray zone LACE stay report Toulouse Centre National de Recherche Meteorologique, 15. September 2014 26. September 2014 Scientific supervisor: Rachel

More information

Distributed Online Data Access and Analysis

Distributed Online Data Access and Analysis Distributed Online Data Access and Analysis Ruixin Yang George Mason University Slides from SIESIP Partners and from NOMADS PI, Glenn K. Rutledge of US NCDC on NOMADS SIESIP: Seasonal-to-Interannual Earth

More information

Enabling Legacy Applications on Service Grids. Asvija B, C-DAC, Bangalore

Enabling Legacy Applications on Service Grids. Asvija B, C-DAC, Bangalore Enabling Legacy Applications on Service Grids Asvija B, C-DAC, 1 Legacy Applications Service enablement of existing legacy applications is difficult No source code available Proprietary code fragments

More information

NOAA Technical Memorandum OAR GSD-51. COMMUNITY HWRF USERS GUIDE v3.9a. October 2017 THE DEVELOPMENTAL TESTBED CENTER

NOAA Technical Memorandum OAR GSD-51. COMMUNITY HWRF USERS GUIDE v3.9a. October 2017 THE DEVELOPMENTAL TESTBED CENTER NOAA Technical Memorandum OAR GSD-51 http://doi.org/10.7289/v5/tm-oar-gsd-51 COMMUNITY HWRF USERS GUIDE v3.9a October 2017 THE DEVELOPMENTAL TESTBED CENTER Mrinal K. Biswas Laurie Carson Kathr yn Newman

More information

Start > All Programs > OpenGrADS 2.0 > Grads Prompt

Start > All Programs > OpenGrADS 2.0 > Grads Prompt 1. GrADS TUTORIAL This document presents a brief tutorial for Brian Doty's Grid Analysis and Display System (GrADS). The following sample session will give you a feeling for how to use the basic capabilities

More information

Unified Model Performance on the NEC SX-6

Unified Model Performance on the NEC SX-6 Unified Model Performance on the NEC SX-6 Paul Selwood Crown copyright 2004 Page 1 Introduction The Met Office National Weather Service Global and Local Area Climate Prediction (Hadley Centre) Operational

More information

RK-Time Integration and High-Order Spatial Discretization a New Dynamical Core for the LMK

RK-Time Integration and High-Order Spatial Discretization a New Dynamical Core for the LMK RK-Time Integration and High-Order Spatial Discretization a New Dynamical Core for the LMK Jochen Förstner Deutscher Wetterdienst, Kaiserleistraße 35, 63067 Offenbach am Main jochen.foerstner@dwd.de COSMO

More information

RegCM-ROMS Tutorial: Introduction to ROMS Ocean Model

RegCM-ROMS Tutorial: Introduction to ROMS Ocean Model RegCM-ROMS Tutorial: Introduction to ROMS Ocean Model Ufuk Utku Turuncoglu ICTP (International Center for Theoretical Physics) Earth System Physics Section - Outline Outline Introduction Grid generation

More information

REQUEST FOR A SPECIAL PROJECT

REQUEST FOR A SPECIAL PROJECT REQUEST FOR A SPECIAL PROJECT 2018 2020 MEMBER STATE: Germany, Greece, Italy This form needs to be submitted via the relevant National Meteorological Service. Principal Investigator 1 Amalia Iriza (NMA,Romania)

More information

GrADS for Beginners. Laura Mariotti

GrADS for Beginners. Laura Mariotti GrADS for Beginners Laura Mariotti mariotti@ictp.it Outline n What is GrADS and how do I get it? n GrADS essentials n Getting started n Gridded data sets n Displaying data n Script language n Saving your

More information

McIDAS-V Tutorial Displaying Gridded Data updated January 2016 (software version 1.5)

McIDAS-V Tutorial Displaying Gridded Data updated January 2016 (software version 1.5) McIDAS-V Tutorial Displaying Gridded Data updated January 2016 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation in SSEC's

More information

Introduction to the ESMValTool

Introduction to the ESMValTool Introduction to the ESMValTool 1. General Info 2. Installation 3. Selecting data and diagnostics 4. Recent developments in EMBRACE 5. Modify plots 6. Options to contribute your own diagnostics 7. How to

More information

ITACS : Interactive Tool for Analysis of the Climate System

ITACS : Interactive Tool for Analysis of the Climate System Contents 1 2 3 4 ITACS : Interactive Tool for Analysis of the Climate System Features of the ITACS Atmospheric Analysis Data, Outgoing Longwave Radiation (by NOAA), SST, Ocean Analysis Data, etc. Plain

More information

Handling a 3D oceanographic simulation program

Handling a 3D oceanographic simulation program Polytech Nice-Sophia Final Term Project Handling a 3D oceanographic simulation program Authors: Denis Brun Aymeric Loche Supervisor: Dr. Pierre Dreyfuss February 3, 2011 Contents 1 Code installation 4

More information

Introduction of new WDCGG website. Seiji MIYAUCHI Meteorological Agency

Introduction of new WDCGG website. Seiji MIYAUCHI Meteorological Agency Introduction of new WDCGG website Seiji MIYAUCHI WDCGG@Japan Meteorological Agency 1. Introduction of new WDCGG website 2. Starting to gather and provide satellite data at WDCGG Current WDCGG website 3

More information

Downscaling and Parameterization. by Jun-Ichi Yano

Downscaling and Parameterization. by Jun-Ichi Yano Downscaling and Parameterization by Jun-Ichi Yano main references: J.-I. Yano, J.-L. Redelsperger, F. Guichard, and P. Bechtold, 2005: Mode Decomposition As a Methodology For Developing Convective-Scale

More information

Moving Weather Model Ensembles To A Geospatial Database For The Aviation Weather Center

Moving Weather Model Ensembles To A Geospatial Database For The Aviation Weather Center Moving Weather Model Ensembles To A Geospatial Database For The Aviation Weather Center Presented by Jeff Smith April 2, 2013 NOAA's Earth System Research Lab in Boulder, CO Background -1 NCEP is NOAA

More information

An Efficient Integrated Dynamics-Physics Coupling Strategy for Global Cloud-Resolving Models

An Efficient Integrated Dynamics-Physics Coupling Strategy for Global Cloud-Resolving Models An Efficient Integrated Dynamics-Physics Coupling Strategy for Global Cloud-Resolving Models S.-J. Lin, NOAA/Geophysical Fluid Dynamics Laboratory, Princeton The concept of Super Dynamics developed while

More information

McIDAS-V Tutorial Installation and Introduction updated September 2015 (software version 1.5)

McIDAS-V Tutorial Installation and Introduction updated September 2015 (software version 1.5) McIDAS-V Tutorial Installation and Introduction updated September 2015 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation

More information

EULAG: high-resolution computational model for research of multi-scale geophysical fluid dynamics

EULAG: high-resolution computational model for research of multi-scale geophysical fluid dynamics Zbigniew P. Piotrowski *,** EULAG: high-resolution computational model for research of multi-scale geophysical fluid dynamics *Geophysical Turbulence Program, National Center for Atmospheric Research,

More information

C3S Data Portal: Setting the scene

C3S Data Portal: Setting the scene C3S Data Portal: Setting the scene Baudouin Raoult Baudouin.raoult@ecmwf.int Funded by the European Union Implemented by Evaluation & QC function from European commission e.g.,fp7 Space call Selected set

More information

Uniform Resource Locator Wide Area Network World Climate Research Programme Coupled Model Intercomparison

Uniform Resource Locator Wide Area Network World Climate Research Programme Coupled Model Intercomparison Glossary API Application Programming Interface AR5 IPCC Assessment Report 4 ASCII American Standard Code for Information Interchange BUFR Binary Universal Form for the Representation of meteorological

More information

MODEL CHAIN FOR BUOYANT PLUME DISPERSION.

MODEL CHAIN FOR BUOYANT PLUME DISPERSION. MODEL CHAIN FOR BUOYANT PLUME DISPERSION. Andrea Bisignano DISIT - Universitá del Piemonte Orientale, Alessandria, Italy Enrico Ferrero DISIT - Universitá del Piemonte Orientale, Alessandria, Italy Luca

More information

AWIPS Technology Infusion Darien Davis NOAA/OAR Forecast Systems Laboratory Systems Development Division April 12, 2005

AWIPS Technology Infusion Darien Davis NOAA/OAR Forecast Systems Laboratory Systems Development Division April 12, 2005 AWIPS Technology Infusion Darien Davis NOAA/OAR Forecast Systems Laboratory Systems Development Division Plans for AWIPS Next Generation 1 What s a nice lab like you, doing in a place like this? Plans

More information

EcoGEnIE: A practical course in global ocean ecosystem modelling

EcoGEnIE: A practical course in global ocean ecosystem modelling EcoGEnIE: A practical course in global ocean ecosystem modelling Lesson zero.c: Ocean circulation and Atlantic overturning stability Stuff to keep in mind: Nothing at all keep your mind completely empty

More information

14B.6 Exploring the Optimal Configuration of the High Resolution Ensemble Forecast System

14B.6 Exploring the Optimal Configuration of the High Resolution Ensemble Forecast System 14B.6 Exploring the Optimal Configuration of the High Resolution Ensemble Forecast System Israel L. Jirak 1*, Adam J. Clark 2, Brett Roberts 1,2,3, Burkely Gallo 2,3, and Steven J. Weiss 1 1 NOAA/NWS/NCEP/Storm

More information

The NEMO Ocean Modelling Code: A Case Study

The NEMO Ocean Modelling Code: A Case Study The NEMO Ocean Modelling Code: A Case Study CUG 24 th 27 th May 2010 Dr Fiona J. L. Reid Applications Consultant, EPCC f.reid@epcc.ed.ac.uk +44 (0)131 651 3394 Acknowledgements Cray Centre of Excellence

More information

The Architecture and the Application Performance of the Earth Simulator

The Architecture and the Application Performance of the Earth Simulator The Architecture and the Application Performance of the Earth Simulator Ken ichi Itakura (JAMSTEC) http://www.jamstec.go.jp 15 Dec., 2011 ICTS-TIFR Discussion Meeting-2011 1 Location of Earth Simulator

More information

A Multiscale Non-hydrostatic Atmospheric Model for Regional and Global Applications

A Multiscale Non-hydrostatic Atmospheric Model for Regional and Global Applications A Multiscale Non-hydrostatic Atmospheric Model for Regional and Global Applications James D. Doyle 1, Frank Giraldo 2, Saša Gaberšek 1 1 Naval Research Laboratory, Monterey, CA, USA 2 Naval Postgraduate

More information

Urbanized WRF modeling using WUDAPT Web version: March 2016

Urbanized WRF modeling using WUDAPT Web version: March 2016 Urbanized WRF modeling using WUDAPT Web version: March 2016 by Alberto Martilli, Oscar Brousse, Jason Ching 1. Introduction: An important objective of WUDAPT is to provide model parameter inputs to environmental

More information

A&OS C115/C228 How to use DTDM and GrADS

A&OS C115/C228 How to use DTDM and GrADS A&OS C115/C228 How to use DTDM and GrADS Spring, 2007 Fovell The Dynamics and Thermodynamics Demonstration Model (DTDM) is a very simple, twodimensional model to facilitate understanding of some fundamental

More information

MPAS-O: Plan for 2013

MPAS-O: Plan for 2013 MPAS-O: Plan for 2013 Todd Ringler Theoretical Division Los Alamos National Laboratory Climate, Ocean and Sea-Ice Modeling Project http://public.lanl.gov/ringler/ringler.html Staffing, Effort and Focus

More information

Automatic subsetting of WRF derived climate change scenario forcings

Automatic subsetting of WRF derived climate change scenario forcings 6 email will be send to specified address user email including location of processed data on Graham "ctl-wrf-wca", 4 # name of the product "user id": "julemai", # your user name on Graham "request id":

More information

Clouds in global models are variable

Clouds in global models are variable Clouds in global models are variable There s explicit variability within grid columns: Vertical structure ( overlap ) + fractional cloudiness = internally variable columns Let s take a look at how overlap

More information

SES 123 Global and Regional Energy Lab Worksheet

SES 123 Global and Regional Energy Lab Worksheet SES 123 Global and Regional Energy Lab Worksheet Introduction An important aspect to understand about our planet is global temperatures, including spatial variations, such as between oceans and continents

More information

Atmospheric Model Evaluation Tool (AMET) Installation Guide

Atmospheric Model Evaluation Tool (AMET) Installation Guide Atmospheric Model Evaluation Tool (AMET) Installation Guide Prepared under Work Assignment 3-04 of U.S. EPA Contract EP-W-05-045, Operation of the Center for Community Air Quality Modeling and Analysis

More information

Parameterizing Cloud Layers and their Microphysics

Parameterizing Cloud Layers and their Microphysics Parameterizing Cloud Layers and their Microphysics Vincent E. Larson Atmospheric Science Group, Dept. of Math Sciences University of Wisconsin --- Milwaukee I acknowledge my collaborators: Adam Smith,

More information

GSI Fundamentals (1): Setup and Compilation

GSI Fundamentals (1): Setup and Compilation 2012 GSI Summer Tutorial, Boulder, CO GSI Fundamentals (1): Setup and Compilation Donald Stark Na-onal Center for Atmospheric Research (NCAR) The Developmental Testbed Center (DTC) Wednesday 21 August,

More information

Progress on TIGGE Archive Center in CMA

Progress on TIGGE Archive Center in CMA THORPEX Interactive Grand Global Ensemble (TIGGE) Progress on TIGGE Archive Center in CMA China Meteorological Administration TIGGE-WG meeting, Boulder, 25-27 June Provider Summary Progress Overview Archive

More information

SES 123 Global and Regional Energy Lab Procedures

SES 123 Global and Regional Energy Lab Procedures SES 123 Global and Regional Energy Lab Procedures Introduction An important aspect to understand about our planet is global temperatures, including spatial variations, such as between oceans and continents

More information

CPU GPU. Regional Models. Global Models. Bigger Systems More Expensive Facili:es Bigger Power Bills Lower System Reliability

CPU GPU. Regional Models. Global Models. Bigger Systems More Expensive Facili:es Bigger Power Bills Lower System Reliability Xbox 360 Successes and Challenges using GPUs for Weather and Climate Models DOE Jaguar Mark GoveM Jacques Middlecoff, Tom Henderson, Jim Rosinski, Craig Tierney CPU Bigger Systems More Expensive Facili:es

More information

Global non-hydrostatic modelling using Voronoi meshes: The MPAS model

Global non-hydrostatic modelling using Voronoi meshes: The MPAS model Global non-hydrostatic modelling using Voronoi meshes: The MPAS model William C. Skamarock, Joseph B. Klemp, Michael Duda, Laura Fowler and Sang-Hun Park National Center for Atmospheric Research Boulder,

More information

WELCOME to the PRACTICAL EXERCISES

WELCOME to the PRACTICAL EXERCISES WELCOME to the PRACTICAL EXERCISES Overview For the practical exercises you have got a TUTORIAL, with which you can work most of the time on your own. There are 6 lessons, in which you will learn about

More information

Climate Precipitation Prediction by Neural Network

Climate Precipitation Prediction by Neural Network Journal of Mathematics and System Science 5 (205) 207-23 doi: 0.7265/259-529/205.05.005 D DAVID PUBLISHING Juliana Aparecida Anochi, Haroldo Fraga de Campos Velho 2. Applied Computing Graduate Program,

More information

How to run OpenIFS as a shallow water model

How to run OpenIFS as a shallow water model How to run OpenIFS as a shallow water model OpenIFS includes a number of idealised configurations. In this article we explain how to: setup and run a shallow-water model set idealized (e.g. Rossby-Haurwitz

More information

GPU-Powered WRF in the Cloud for Research and Operational Applications

GPU-Powered WRF in the Cloud for Research and Operational Applications GPU-Powered WRF in the Cloud for Research and Operational Applications John Manobianco, Chief Scientist Don Berchoff, Chief Technical Officer john@tempoquest.com, don@tempoquest.com 2017 Modeling Research

More information

Unified Model Intercomparisons for Volcanic Ash Transport Modeling

Unified Model Intercomparisons for Volcanic Ash Transport Modeling Unified Model Intercomparisons for Volcanic Ash Transport Modeling Don Morton 1, Dèlia Arnold 2, Peter Webley 3, Gerhard Wotawa 2, Barbara Stunder 4 1 Arctic Region Supercomputing Center, University of

More information

WRF-Hydro hydro.namelist File with Description of Options for use with WRF-Hydro V5

WRF-Hydro hydro.namelist File with Description of Options for use with WRF-Hydro V5 WRF-Hydro hydro.namelist File with Description of Options for use with WRF-Hydro V5 Below is an annotated hydro.namelist file. Annotations follow what is being described, indicated with

More information