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

xuelingzhao

New member
Hi, I successfully run the ungrib and geogrid, but failed at metgrid step. The error message is:

The mandatory field TT was not found in any input data.

Could you help to check how to solve this error? What does TT mean?

Additional information:
ungrib data parameters:
Date range: 202106080000 to 202106110000
Parameter(s):
Geopotential height
Ice temperature
Potential temperature
Pressure
Pressure reduced to MSL
Relative humidity
Snow depth
Soil temperature
Soil type
Temperature
u-component of wind
v-component of wind
Vertical velocity (pressure)

attached namelist.wps, and some other logs that I think may be useful.

Thanks for your help in advance!
 

Attachments

  • g2print.log
    31.9 KB · Views: 2
  • geogrid.log
    23.5 KB · Views: 0
  • metgrid.log
    12.7 KB · Views: 5
  • namelist.wps
    658 bytes · Views: 7
  • ungrib.log
    12.8 KB · Views: 3
Hi,
According to your ungrib.log, it looks like you're only processing SST data. For e.g., this is the only field shown in the log.

Code:
2023-03-09 20:28:37.263 ---      PRES       SST
2023-03-09 20:28:37.263 --- -------------------------------------------------
2023-03-09 20:28:37.263 ---    200100         X
2023-03-09 20:28:37.263 --- -------------------------------------------------
2023-03-09 20:28:37.298 --- Inventory for date = 2021-06-08 06:00:00
2023-03-09 20:28:37.298 ---      PRES       SST
2023-03-09 20:28:37.298 --- -------------------------------------------------
2023-03-09 20:28:37.298 ---    200100         X
2023-03-09 20:28:37.298 --- -------------------------------------------------

Is your 'Vtable' perhaps linked to Vtable.SST, instead of the intended Vtable.*?
 
Hi, I checked the Vtable link is correct, however my input data seems not to contain all variables we needed. Resolved after downloading all parameters available in NCEP dataset. Thanks!
 
Top