-
I found this running the python reformatter "black" on all of CTSM telling it to target python-3.7 and it pointed out the following files have python 2 type print statements so wouldn't work with pyth…
-
**Reported by @karlmsmith on 24 May 2013 20:49 UTC**
Strange crash when I try to was playing with some Ferret string functions using the latest version (6.85) of Ferret. Obviously low priority as the…
-
Requirements
* Allow a subset by study period/duration (a list of dates, or start/end dates)
* Extract NetCDF data from the NetCDF with different layers
* Generate graphs is optional, but useful fo…
-
I want to extract ideal age variable (`agessc`) from downscaled annual z output. The component is named `D2ocean_annual_z` in the tar file. This is for the CM4X 1/8th historical run (CM4_historical_c1…
-
I believe scipy.io.netcdf 0.17.0 has an issue, which I've tried to capture in the minimal example below. scipy.io.netcdf has behaved nicely until this. The code below executes, but produces a corrupt…
-
#### Code Sample, a copy-pastable example if possible
Example from https://stackoverflow.com/questions/49053692/csv-to-netcdf-produces-nc-files-4x-larger-than-the-original-csv
```{python}
impor…
-
#### Code Sample, a copy-pastable example if possible
```python
# Your code here
import xarray as xr
import numpy as np
x = np.arange(10.)
da = xr.Dataset(data_vars=dict(data=('dim1', x)), coo…
-
**Describe the bug**
In the netcdf output, when using a restart file, then time:units attribute is set in a way that is inconsistent with the time variable.
For an initial run of one day long, in …
-
For some numbers of processors the `coil.gen` mesh in the `mfem/data` repository issues an error. A user reported problems with 4 processors, I experienced trouble with 6 or 8 processors.
```
$ m…
-
The [unstructured netCDF reader](https://github.com/OpenDrift/opendrift/blob/master/opendrift/readers/reader_netCDF_CF_unstructured.py) is far less developed than the counterpart for regular grids ([r…