Hi All,
I am moving on to the static geographical data with WPS version 4.2 for a specific region ranging from -60S to 90N latitude and -180W to 180E, with spatial resolution of 0.25 degree. But after running geogrid.exe, the static data generated covers the entire globe from -90S to 90N. Could anyone kindly explain why this is happening and how to correctly set up the namelist.wps to generate static data only for my area of interest?
I look forward to your responses and appreciate your assistance in advance.
Below are the contents of my namelist.wps file:
#
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '1948-01-01_00:00:00',
end_date = '2020-12-31_23:00:00',
interval_seconds = 10800,
io_form_geogrid = 2,
/
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 1441,
e_sn = 721,
geog_data_res = 'default','default',
map_proj = 'lat-lon',
stand_lon = 0.0,
pole_lat = 90.0,
pole_lon = 0.0,
geog_data_path = '/home/path/WRFDIR/DATA/WPS_GEOG/',
/
ref_lat = 15.0, !calculated from (90+(-60))/2
ref_lon = 0,
dx = 0.25,
dy = 0.25
#
Best,
Rui
I am moving on to the static geographical data with WPS version 4.2 for a specific region ranging from -60S to 90N latitude and -180W to 180E, with spatial resolution of 0.25 degree. But after running geogrid.exe, the static data generated covers the entire globe from -90S to 90N. Could anyone kindly explain why this is happening and how to correctly set up the namelist.wps to generate static data only for my area of interest?
I look forward to your responses and appreciate your assistance in advance.
Below are the contents of my namelist.wps file:
#
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '1948-01-01_00:00:00',
end_date = '2020-12-31_23:00:00',
interval_seconds = 10800,
io_form_geogrid = 2,
/
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 1441,
e_sn = 721,
geog_data_res = 'default','default',
map_proj = 'lat-lon',
stand_lon = 0.0,
pole_lat = 90.0,
pole_lon = 0.0,
geog_data_path = '/home/path/WRFDIR/DATA/WPS_GEOG/',
/
ref_lat = 15.0, !calculated from (90+(-60))/2
ref_lon = 0,
dx = 0.25,
dy = 0.25
#
Best,
Rui