-
Do we really want to return in any cases/platforms [float32](https://github.com/NCAS-CMS/cfunits/blob/0bd0e4dfda69b0f81ea998b5ea5edeceee5e6495/cfunits/units.py#L2231-L2232)? (Changing this could break…
-
I am calling Units.conform in a function called through xarray. The processing is running in multi-threaded mode, so the cfunits code is being accessed by multiple threads (potentially) simultaneously…
-
We want to align our variable attributes (i.e., names, long names, units, and descriptions) with CF conventions: http://cfconventions.org/
I quickly ran thru and added variables to get the whole re…
-
As we've observed I can do a default projection (cyl) with the following code, but when introducing mapset with proj as "rotated" an error occurs. I expected a rotated projection to appear with contou…
-
The issue occurs when we loop the model multiple times.
we have to initialize the model at the beginning of each loop:
`ec.initialize('snow_model.cfg' )`
then, we'd like to change a paramete…
-
`setup.py` seems to currently suffer from [this problem](https://stackoverflow.com/questions/25192794/no-module-named-pip-req), will need to fix it at some point.
-
This is something to just hold onto, certainly it might simplify / complement the existing use of iris and xarray for certain activities (regridding, processing and plotting), but especially be good f…
-
Need this unit conversion function. Does it go here or in pydelmod?
-
**UFuncTypeError**: Cannot cast ufunc 'subtract' output from dtype('float64') to dtype('int64') with casting rule 'same_kind'
## Expectation
Same with recipe 1 in [documentation](https://ncas-cm…
-
At the moment the pass/fail outcome of the test suite depends on the directory which the suite script ``run_test.py`` is run from. That is, certain test modules & hence the full suite seem to have a …