-
- `nvim --version`:
```
NVIM v0.2.2
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DN…
-
see http://ugrid-conventions.github.io stacked 3D meshes
-
Currently, mesh calculator only supports vertex-centred meshes. But in some cases (e.g. UGRID netcdf), values are stored on the edges.
-
QObject::connect: invalid null parameter
current path: /home/tommy/Desktop/SAGNet-master/training_data/airplane/ffdaed95c3063cdf3ce4891c7dcdfb1c
current path: /home/tommy/Desktop/SAGNet-master/train…
-
I think it would be nice to have a function that computed wind stress curl (or perhaps vector curl agnostic to the variable) over the POP grid.
In past years, I had a lot of trouble getting this d…
-
I'm trying to load a ugrid mesh stored in an ascii text file format, but `apf::loadMdsFromUgrid()` fails, and after looking a little deeper I see that `InitReader()` tries to open a binary file. Do yo…
-
I tried to replicate the circle diffusion example as follows. I used `pygmsh` to generate the geometry string that `fipy` required:
```
from fipy import CellVariable, Gmsh2D, TransientTerm, Diffus…
-
The current SV Python C API is implemented using a string-based interface to reference objects. For example the commands
```
cont = Contour.pyContour()
cont.NewObject('ct', 'path1', 0)
```
crea…
-
Have you thought of using MDAL for persistance of the mesh? https://github.com/lutraconsulting/MDAL/issues/121
I think it would be quite straighforward to implement new MDAL API to be able to persi…
-
Hello, checking the MDAL code I saw in this [section](https://github.com/lutraconsulting/MDAL/blob/master/mdal/frmts/mdal_gdal.cpp#L622) that MDAL recognizes zonal and meridional components of the vel…