Skip to content

issue reading nc4 files #2384

Locked Answered by georgemccabe
perthsb asked this question in Configuration
Oct 17, 2023 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

The file_type variable can be set in the fcst and obs dictionaries. However, it cannot be set individually for each fcst.field or obs.field values, which explains why setting it in FCST_VAR1_OPTIONS and OBS_VAR1_OPTIONS did not give you the desired outcome. The plot_data_plane tool only reads a single field, so that is why you were able to successfully set it in the field info for that tool.

I tested setting:

GRID_STAT_FCST_FILE_TYPE = NETCDF_NCCF
GRID_STAT_OBS_FILE_TYPE = NETCDF_NCCF

and removing GRID_STAT_MET_CONFIG_OVERRIDES. I was able to get a successful run using your data with METplus 5.0.1 and MET 11.0.1. Please try that and let me know if that gives you a successful run.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@perthsb
Comment options

Comment options

You must be logged in to vote
3 replies
@perthsb
Comment options

@JohnHalleyGotway
Comment options

@perthsb
Comment options

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