Skip to content

mode - ERROR: Trouble reading observation file #1135

Locked Answered by j-opatz
Wesley-J-Davis asked this question in Configuration
Discussion options

You must be logged in to vote

Hello again,

I had some time to reexamine the configuration file you sent over and realized I had overlooked the solution: in your configuration file, you've misplaced the file_type parameter. It should be outside of the field entry, but inside the forecast dictionary. So similar to this:

fcst = {
file_type = NETCDF_NCCF;
field =
 { name = "cloud_area_fraction";
   level = "(0,0,*,*)";

...and so on. You'll also need to adjust the desc parameter, since whitespace isn't allowed. After these changes, your script should run as expected.

I did check your file to see if there were any outstanding CF compliance issues, and beyond the suggestion of adding a Conventions metadata section, your fil…

Replies: 3 comments 1 reply

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
1 reply
@Wesley-J-Davis
Comment options

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