-
Issues to resolve before next release (V4r5)
**NetCDF Processing**
- [ ] Prepare grid files FIRST, use when generating other granules
- [ ] assign flux or velocity quantities their own 'bound…
-
**Description:**
$title. Works if the logic is extracted out to a function.
**Steps to reproduce:**
```ballerina
import ballerina/io;
type Employee record {|
string name;
decimal sa…
-
Mat noted that we should save the MOC component due to the bolus velocity. This is especially important when we use horizontally and vertically varying GM, to make sure that things look OK.
-
See https://xgcm.readthedocs.io/en/latest/transform.html#Conservative-Interpolation
**What happened**:
**What you expected to happen**:
**Minimal Complete Verifiable Example**:
```python
# Put …
-
* See how the zonal average overturning changes.
* Look at the cross-slope transport in regional sectors where we might expect to see ice pump circulation (e.g. West Antarctica).
Old issue on this…
-
Was just wondering how easy/difficult would it be to translate @shfer 's 3D QG model (https://cims.nyu.edu/~shafer/tools/index.html) to be part of the pyqg suite?
-
A note (following up on a discussion with @xylar) that a couple of mpas-analysis tasks need to be updated to use `normalTransportVelocity` rather than `normalVelocity`. This can also be done by adding…
-
All the examples attempt to use MOSEK to solve, so none of them work out of the box. Would it be possible to fallback to an available solver in that case? Are there any recommended solvers and configu…
-
Parcels currently lacks automatic computation of the derivative of a `Field`. A use case is computing the gradient in a diffusivity field. In the `AdvectionDiffusion` kernels, this is now implemented …
-
We have Smagorinsky implemented and working. However we are taking a large number of ffts:
```
uh=-il*ph
vh=ik*ph
Sxx = torch.fft.irfftn(uh*ik,dim=(1,2))
Syy = t…