Skip to content

NETCDF_NCCF for MODE-TD #2569

Locked Answered by georgemccabe
lswenson asked this question in File I/O
Apr 29, 2024 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @lswenson, thank you for bringing to our attention that MTD config options to set the fcst and obs file_type value do not exist. I created issue #2570 to track the work to add those missing config options.

In the meantime, there are 2 ways to specify that your input files are "not quite CF compliant":

  1. You should be able to set the file_type for each field separately using the FCST_VAR<n>_OPTIONS and OBS_VAR<n>_OPTIONS config variables.
FCST_VAR1_OPTIONS = file_type = NETCDF_NCCF;
OBS_VAR1_OPTIONS = file_type = NETCDF_NCCF;

You will have to do that for each field that you have defined in your config file.

  1. Another option is to set the file type using MTD_MET_CONFIG_OVERRIDES (see htt…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by lswenson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MET: Object Verification Object-based feature Verification
3 participants