Open sebastianbeyer opened 7 years ago
When I try to write data into a non-existent file, the error message is misleading:
ncio:: error: NetCDF: String match to name in use
Example:
call nc_create ("test.nc") call nc_write_dim ("nothere.nc", 'x', x=0, dx=1, nx=10)
Thanks, this is strange. The error message itself comes from the NetCDF library. I'll have to see what triggers that particular message in this case.
When I try to write data into a non-existent file, the error message is misleading:
Example: