Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

metgrid.exe ERROR: The mandatory field TT was not found in any input data.

lageochy

New member
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

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:
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

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',
/
what is your input data source and where did you download it?
 
The input data download from the website NCAR RDA Dataset d084001. When I select the parameters, some of them dismatch with my selection, every time the parameters which match the selection are not the same.
 
Last edited:
I did a subset.
metgrid.log:
2024-11-25 22:23:49.975 --- INFORM: Couldn't find PSFC at level 200100.000000 to fill level 200100.000000 of PRES.
2024-11-25 22:23:49.975 --- ERROR: The mandatory field TT was not found in any input data.
 
Last edited:
I did a subset.
metgrid.log:
2024-11-25 22:23:49.975 --- INFORM: Couldn't find PSFC at level 200100.000000 to fill level 200100.000000 of PRES.
2024-11-25 22:23:49.975 --- ERROR: The mandatory field TT was not found in any input data.
Subsets are notorious for having issues. I would try downloading the whole file and see if that works first.
 
@ lageochy
Please download the whole dataset and try again. Your error message implies that the GFS data you have didn't cover the WRF domain you are running.
 
I downloaded the whole dataset,the error is the same.
and the data subset as follows:
Parameter(s):
Geopotential height
ICAO standard atmosphere reference height
Maximum/Composite radar reflectivity
Pressure
Temperature
Total cloud cover
u-component of wind
v-component of wind
Vertical speed shear
Level(s):
Entire atmosphere
Tropopause
parameters that was selected. If the whole dataset is selected, it remained me it is too large and it is rejected.
 

Attachments

  • namelist.wps
    768 bytes · Views: 3
Last edited:
Top