diag_manager writing a default fill value when there is no data #391
Labels
bug
Issue/PR that reports or fixes a given discovered bug
enhancement
Issue/PR for a modification that increases performance, improves syntax, or adds functionality.
feature request
question
Milestone
Is your feature request related to a problem? Please describe.
The diag_manager outputs a NETCDF default fill value if a buffer is to be written without being initialized. The buffer is initialized with this value. This happens when running a GFDL model for 0 days.
Describe the solution you'd like
Up for debate is what should happen in the case. Should there be no file? If the missing_value attribute is added, should the array be filled with the
missing_value
specified in the code? If_fillvalue
is defined, should it use that value?Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: