-
For a v2 ne30 F case, I was noticing that every 15th day was much slower than the other days. Digging further, I discovered it was because of a file read. This particular file:
```
/global/cfs/cdi…
-
Replace [public/common/utils.py arr_to_plasma()](https://github.com/fusedio/udfs/blob/98263fcf8fdade1fd2e29a2c65ca5f494e2888b5/public/common/utils.py#L451)
with the more flexible [public/common_vis/u…
-
I'm getting the following error when trying to save data to netcdf:
Exception has occurred: KeyError
```
('U', 696)
File "/Users/joeduprey/repos/ooipy/ooipy/hydrophone/basic.py", line 634, in s…
-
Does h5netcdf support zstd compression?
#### Is your feature request related to a problem? Please describe.
```python
import xarray as xr
ds = xr.DataArray(np.zeros(3), name='data').to_dataset()…
-
I would like to output the density field data, but I can't find it in NML_NETCDF. I have checked source codes but couldn't find any clues. Is there any good way to solve this problem?
fodo9 updated
3 weeks ago
-
Seems a different netCDF library is required but not sure how to install it. Error message has a version requirements which should already be met. Also seems the library is needed for some compression…
-
Opening a set of NetCDF results in error through multiple ways:
```julia
using YAXArrays, NetCDF
filelist = readdir("Path/to/NetCDF/directory", join = true)
Cube = YAXArrays.Datasets.open_mfda…
-
Tian - I want to make a version of something like this for Landlab models that need more attributes for HydroShare, and one for Summa models.
https://github.com/gantian127/ueb-analysis/blob/bd716a…
-
I think more checks are needed on the `value` vs `current_value` to make sure data doesn't get inadvertently obliterated!
-
The libnetcdf.so shipped with NCDatasets does not support reading HDF4 files, here is the chunk in the settting file
```
# Features
--------
NetCDF-2 API: yes
HDF4 Support: no
HDF5 Support: y…