Skip to content

MET error when loading netCDF file #2274

Locked Answered by JohnHalleyGotway
bmatilla asked this question in File I/O
Discussion options

You must be logged in to vote

@bmatilla sorry for the delay in responding. I was out of the office mid-week.

I see the source of the issue here. The MET software supports a few different flavors of gridded NetCDF files:

  1. CF-compliant NetCDF files
  2. The NetCDF output of the wrf_interp utility
  3. MET's own internal NetCDF format

For (3), we'd actually like to stop using a custom internal format and switch entirely to follow the CF-convention. But that change hasn't bubbled up to the top of the priority list yet.

MET has separate library code for reading data from each of these flavors. The challenge is after opening up the NetCDF file, how to determine which library should be used. If you're curious about that logic, it liv…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bmatilla
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants