WRF‐CMAQ preprocessor system - adelgadop/WRFCMAQ GitHub Wiki
The Benchmark modeling configuration has the following namelist.wps
:
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2018-06-30_00:00:00',
end_date = '2018-07-03_00:00:00',
opt_output_from_geogrid_path = './',
interval_seconds = 21600
/
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
s_we = 1,
e_we = 113,
s_sn = 1,
e_sn = 118,
geog_data_res = 'nlcd2011_9s',
dx = 12000,
dy = 12000,
map_proj = 'lambert',
ref_lat = 35.115528,
ref_lon = -84.451544,
ref_x = 6,
ref_y = 6,
truelat1 = 33.0,
truelat2 = 45.0,
stand_lon = -97.0,
geog_data_path = '/home/alejandro/data/geog_v4'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
opt_output_from_metgrid_path = './',
opt_metgrid_tbl_path = './metgrid/',
/
- We run the "geogrib.exe":
cd WPS-4.4
./geogrib.exe
- We link the meteorological global information downloaded from ds083.3:
./link_grib.csh ~/data/met/NCEP_GDAS/tmp_2018_07/gdas1.fnl0p25.20180*
This procedure will create GRIBFILE.<>
files.
- We run the script to "ungrib" the meteorological files.
./ungrib.exe
- We're going to create the 'met_em' files:
./metgrid.exe