You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we care about this? I don't know. Just making a note.
running perfect_model_obs:
input state file is netCDF-4 time as unlimited
dart created file from perfect_model_obs has a time dimension but not unlimited. 64-bit offset.
If you create the dart file as netCDF-4 (same as the template file) you get
message: nf90_enddef end define mode: NetCDF: One or more variable sizes viola
te format constraints
so the 64 bit offset is getting around not having the unlimited dimension.
noticed this when testing:
direct_netcdf_mod.f90 creates netcdf files in 64bit offset mode:
DART/assimilation_code/modules/io/direct_netcdf_mod.f90
Line 1617 in 62ecfa2
netcdf_utilities_mod.f90 creates netcdf files in classic mode
DART/assimilation_code/modules/utilities/netcdf_utilities_mod.f90
Line 2409 in 62ecfa2
Do we care about this? I don't know. Just making a note.
running perfect_model_obs:
input state file is netCDF-4 time as unlimited
dart created file from perfect_model_obs has a time dimension but not unlimited. 64-bit offset.
If you create the dart file as netCDF-4 (same as the template file) you get
so the 64 bit offset is getting around not having the unlimited dimension.
Originally posted by @hkershaw-brown in #278 (comment)
The text was updated successfully, but these errors were encountered: