Skip to content

Instantly share code, notes, and snippets.

@jbeezley
Created September 11, 2012 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbeezley/3696702 to your computer and use it in GitHub Desktop.
Save jbeezley/3696702 to your computer and use it in GitHub Desktop.
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2005-08-28_12:00:00','2008-05-19_12:00:00','2008-05-19_12:00:00','2008-05-19_12:00:00','2008-05-19_12:00:00','2008-05-19_12:00:00',
end_date = '2005-08-28_15:00:00','2008-05-19_18:00:00','2008-05-19_18:00:00','2008-05-19_18:00:00','2008-05-19_18:00:00','2008-05-19_18:00:00',
interval_seconds = 10800
io_form_geogrid = 2,
subgrid_ratio_x = 10,
subgrid_ratio_y = 10,
/
&geogrid
parent_id = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
parent_grid_ratio = 1, 3, 3, 3, 3, 3, 3, 3, 3, 3,
i_parent_start = 1, 15, 15, 15, 15, 15, 15, 15, 15, 15,
j_parent_start = 1, 15, 15, 15, 15, 15, 15, 15, 15, 15,
e_we = 61, 43, 43, 43, 43, 43, 43, 43, 43, 43,
e_sn = 61, 43, 43, 43, 43, 43, 43, 43, 43, 43,
geog_data_res = '30s','2m','2m','2m','2m','2m','2m','2m','2m','2m',
dx = 1000,
dy = 1000,
map_proj = 'lambert',
ref_lat = 33.95,
ref_lon = -92.603,
truelat1 = 33.95,
truelat2 = 33.95,
stand_lon = -92.603,
geog_data_path = '../../wrfdata/geog'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
@jipsonjohnson777
Copy link

Sir,
can you help me find out the values from line 13 to 27. Actually I want 3 nested domain with 3 is the parent grid ratio and 13.0827° N, 80.2707° E my location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment