Add support for NETCDF3_64BIT_DATA in write_netcdf()#633
Conversation
TestingI tested this out by creating a new Icos30 base mesh in Polaris using this method. Both the |
4418341 to
e1fa7e5
Compare
Testing in PolarisI was able to run the |
Further TestingI have further tested these changes in a full workflow in Polaris that involved culling topography. This exposed issues with |
d008add to
d0b649b
Compare
b81ebae to
af137de
Compare
For performance, this involves first writing a `NETCDF4` file and then using `ncks` to convert it to `NETCDF3_64BIT_DATA` (CDF5) format.
Test to make sure it's been deleted.
af137de to
2fab2c8
Compare
For performance, this involves first writing a
NETCDF4file and then usingncksto convert it toNETCDF3_64BIT_DATA(CDF5) format.This merge also:
int64format toint32, since the MPAS framework doesn't supportint64write_netcdf()write_netcdf(), including both CDF5 and int64 --> int32 capabilitiesncoas a dependencywrite_netcdf()calls in the mask creator (to keep output from conversion to CDF5 when it happens)