oceanmesh icon indicating copy to clipboard operation
oceanmesh copied to clipboard

Automatic coastal ocean mesh generation in Python and C++. **under development**

Results 22 oceanmesh issues
Sort by recently updated
recently updated
newest added

This issue is related to what was [mentioned](https://github.com/CHLNDDEV/oceanmesh/pull/68#issuecomment-1807314602) in the PR for global meshes about the stereographic distortion. Close to the poles, the triangles get distorted and don't have the...

Functions for auto-labeling boundary segments as elevation-specified (ocean) or no-flux (land), utilizing geometric and topobathymetric characteristics. Refer to MATLAB OceanMesh2D's `msh.make_bc`. Authored by Dr. Alexandra Maskell.

Should fix bug where presently DEM from e.g. GMRT will be loaded in with the grid flipped and with a messed up latitude range in the boundary box.

The Setup process tweaks for oceanmesh to be ran on win_x64.

This is one of the reasons that the CI actions don't pass: Some of the examples in the README use EPSG = 4326 as an integer for the coordinate system....

for applications with phase resolving wave models.

I added a new Python script, ```oceanmesh/subset_mesh.py```. It contains 11 functions, but for doing the subset of a mesh (fort.14) you only need to call ```subsetMesh```. This last function calls...

Hi! I am trying to figure out the different uses of DEM() since I have a netcdf that is not working. So I tried both the string and array options...