Skip to content

Writing configuration file to ingest WRF forecast data #1174

Locked Answered by JohnHalleyGotway
scatt11 asked this question in Configuration
Discussion options

You must be logged in to vote

Thanks for posting the screenshots to illustrate the issue you're having in configuring the MET Point-Stat tool.

I see how and why this behavior is confusing. You are passing a raw WRF NetCDF output file to Point-Stat and setting "file_type = NETCDF_PINT;" to tell MET to interpret it as such, but you're getting an error message about parsing a GRIB level information. This is actually an issue in how the "obs" dictionary is defined in the Point-Stat config file.

I do see that your Point-Stat config file includes this line:

obs = fcst;

That copies the forecast settings into the observation dictionary. So it tells Point-Stat to look for observations named "T2" with a level value of "(0,*,*)…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@scatt11
Comment options

@JohnHalleyGotway
Comment options

Answer selected by scatt11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment