Skip to content

Instantly share code, notes, and snippets.

@brightfan
Created September 10, 2014 16:22
Show Gist options
  • Save brightfan/e07cb3c89e6fa8aae835 to your computer and use it in GitHub Desktop.
Save brightfan/e07cb3c89e6fa8aae835 to your computer and use it in GitHub Desktop.
ungrib test run namelist.wps file
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '1987-09-30_00:00:00','1987-09-30_00:00:00',
end_date = '1987-10-01_00:00:00','1987-10-01_00:00:00',
interval_seconds = 21600
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 = 74, 112,
e_sn = 61, 97,
geog_data_res = '10m','2m',
dx = 30000,
dy = 30000,
map_proj = 'lambert',
ref_lat = 34.83,
ref_lon = -81.03,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = -98.0,
geog_data_path = '/work/01701/yefan/WRF/GEOG/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment