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

ERROR: The mandatory field TT was not found in any input data (version 4.5)

ravalsam

New member
Hello,

I was following the Tutorial Compiling WRF.
geogrid.exe and ungrib.exe works fine but metgrid.exe fail with Error:

I tried this on WPS latest masted and release-v4.5 which is one of the solution for the same issue.

Appreciate any help!

# ./metgrid.exe >& log.metgrid
Processing domain 1 of 2
Processing 2024-03-12_00
FILE
ERROR: The mandatory field TT was not found in any input data.
application called MPI_Abort(MPI_COMM_WORLD, 0) - process 0
 

Attachments

  • log.geogrid.txt
    7.2 KB · Views: 1
  • log.ungrib.txt
    7.7 KB · Views: 1
  • metgrid.log
    15.3 KB · Views: 1
  • namelist.wps
    704 bytes · Views: 4
  • ungrib.log
    8.5 KB · Views: 1
If a mandatory field is missing, it is often because the data is not ungribbed or not available in the input data.

What is the large scale forcing data you ungrib? Where did you download this data?
 
I was able to fix this by downloading the fresh dataset and making sure to update the correct parameter in namelist.input file.
 
Top