Hello
When I execute the ./geogrid.exe in the terminal.
It seems that the program is no longer running as the terminal displays the information: "Processing GREENFRAC".
It's wired, geogrid just can't finished its work without reporting any error.
I think the reason is that the polar regions are chosen.
And geogrid can be successful completed by choosing some mid-latitudes.
Then how I fix this problem?
The results of executing ./geogrid.exe and the content of namelist.wps are given as follow:
#--------------------- The results of executing ./geogrid.exe ---------------------------------------
Parsed 28 entries in GEOGRID.TBL
Processing domain 1 of 1
Processing XLAT and XLONG
Processing MAPFAC
Processing F and E
Processing ROTANG
Processing LANDUSEF
Calculating landmask from LANDUSEF ( WATER = 17 21 )
Processing HGT_M
Processing SOILTEMP
Processing SOILCTOP
Processing SCT_DOM
Processing SOILCBOT
Processing SCB_DOM
Processing ALBEDO12M
Processing GREENFRAC
#----------------------------------- namelist.wps-----------------------------------------------------------
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2018-08-08_00:00:00','2006-08-16_12:00:00',
end_date = '2018-08-08_12:00:00','2006-08-16_12: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 = 'default','default',
dx = 30000,
dy = 30000,
map_proj = 'polar',
ref_lat = -90,
ref_lon = 0,
truelat1 = -80,!
truelat2 = 60.0,!not work for polar
stand_lon = 0,
geog_data_path = '/home/yang7kewu/Public/WRF/Build_WRF/WPS_GEOG/'
/
When I execute the ./geogrid.exe in the terminal.
It seems that the program is no longer running as the terminal displays the information: "Processing GREENFRAC".
It's wired, geogrid just can't finished its work without reporting any error.
I think the reason is that the polar regions are chosen.
And geogrid can be successful completed by choosing some mid-latitudes.
Then how I fix this problem?
The results of executing ./geogrid.exe and the content of namelist.wps are given as follow:
#--------------------- The results of executing ./geogrid.exe ---------------------------------------
Parsed 28 entries in GEOGRID.TBL
Processing domain 1 of 1
Processing XLAT and XLONG
Processing MAPFAC
Processing F and E
Processing ROTANG
Processing LANDUSEF
Calculating landmask from LANDUSEF ( WATER = 17 21 )
Processing HGT_M
Processing SOILTEMP
Processing SOILCTOP
Processing SCT_DOM
Processing SOILCBOT
Processing SCB_DOM
Processing ALBEDO12M
Processing GREENFRAC
#----------------------------------- namelist.wps-----------------------------------------------------------
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2018-08-08_00:00:00','2006-08-16_12:00:00',
end_date = '2018-08-08_12:00:00','2006-08-16_12: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 = 'default','default',
dx = 30000,
dy = 30000,
map_proj = 'polar',
ref_lat = -90,
ref_lon = 0,
truelat1 = -80,!
truelat2 = 60.0,!not work for polar
stand_lon = 0,
geog_data_path = '/home/yang7kewu/Public/WRF/Build_WRF/WPS_GEOG/'
/