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

(RESOLVED) Metgrid - missing values in fields

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

alainF

Member
Hello,
I have a problem when running metgrid. As you can see in the attached files, the program ends with errors saying that there are missing values in some fields.
I have attached the output from geogrid, ungrib, and an exemple of one of the intermediate files that I have renamed for extension compatibility for the upload.
Thank you for your help.
 

Attachments

  • namelist.wps
    1.4 KB · Views: 58
  • geogrid.log
    11.1 KB · Views: 56
  • metgrid.log
    101.6 KB · Views: 74
  • ungrib.log
    1.6 MB · Views: 57
  • FILE.log
    88.4 MB · Views: 63
Based on the output of the rd_intermediate.exe utility from your example intermediate file
Code:
================================================
FIELD = PMSL
UNITS = Pa DESCRIPTION = Sea-level Pressure
DATE = 2020-07-08_12:00:00 FCST = 0.000000
SOURCE = NCEP GFS Model
LEVEL = 201300.000000
I,J DIMS = 585, 201
IPROJ = 0  PROJECTION = LAT LON
  REF_X, REF_Y = 1.000000, 1.000000
  REF_LAT, REF_LON = 24.000000, 278.000000
  DLAT, DLON = 0.250000, 0.250000
  EARTH_RADIUS = 6371.229492
DATA(1,1)=101515.820312
it looks like you may have downloaded a subset of the global GFS data. If this is indeed the case, you will need to ensure that the GFS subset completely covers your WRF domain.
 
Top