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
DIVAnd 2.7.7 works, 2.7.8 works, 2.7.9 produces the error above. This problem doesn't depend neither on Julia (i tried 1.6 - 1.8), nor on NCDatasets (0.12.5 - 0.12.7).
ncvarattrib is defined as following: ncvarattrib = OrderedDict("units" => "degrees_C", "standard_name" => "sea_water_temperature", "long_name" => "sea water temperature")
Is there something new in the ncvarattrib format?
The text was updated successfully, but these errors were encountered:
I do not quite understand the output for DIVAnd 2.7.9. You can only have a single variable called climatology_bounds in a NetCDF file. The NetCDF format should not allow multiple variables with the same name.
Seems like something happen with the transition from the version 2.7.8 to 2.7.9 with defining variable names.
This is what I get in v.2.7.8 and below:
`
`
And in DIVAnd 2.7.9
`
`
DIVAnd 2.7.7 works, 2.7.8 works, 2.7.9 produces the error above. This problem doesn't depend neither on Julia (i tried 1.6 - 1.8), nor on NCDatasets (0.12.5 - 0.12.7).
ncvarattrib is defined as following:
ncvarattrib = OrderedDict("units" => "degrees_C", "standard_name" => "sea_water_temperature", "long_name" => "sea water temperature")
Is there something new in the ncvarattrib format?
The text was updated successfully, but these errors were encountered: