WPS&WRF v4.6.0
While running WPS online tutrorial of single domain case from ARW Online Tutorial I am facing an error while using
./metgrib.exe
My WPS namelist file is as follows:
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2023-07-01_06:00:00',
end_date = '2023-07-01_12:00:00',
interval_seconds = 10800
io_form_geogrid = 2,
opt_output_from_geogrid_path = './',
/
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 100, 200
e_sn = 110, 210
geog_data_res = 'default','default',
dx = 1500,
dy = 1500,
map_proj = 'mercator',
ref_lat = 27.00,
ref_lon = 104.00,
truelat1 = 30.0,
stand_lon = -104.,
geog_data_path = '/home/wmc/models/libs/WPS/WPS_GEOG/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
opt_metgrid_tbl_path = '/home/wmc/models/libs/WPS/metgrid',
/
While running WPS online tutrorial of single domain case from ARW Online Tutorial I am facing an error while using
./metgrib.exe
metgrid.exe ERROR: The mandatory field TT was not found in any input data.
My WPS namelist file is as follows:
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2023-07-01_06:00:00',
end_date = '2023-07-01_12:00:00',
interval_seconds = 10800
io_form_geogrid = 2,
opt_output_from_geogrid_path = './',
/
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 100, 200
e_sn = 110, 210
geog_data_res = 'default','default',
dx = 1500,
dy = 1500,
map_proj = 'mercator',
ref_lat = 27.00,
ref_lon = 104.00,
truelat1 = 30.0,
stand_lon = -104.,
geog_data_path = '/home/wmc/models/libs/WPS/WPS_GEOG/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
opt_metgrid_tbl_path = '/home/wmc/models/libs/WPS/metgrid',
/
Last edited: