Skip to content

Commit

Permalink
Support Additional FESOM2 Grid Formats (#1013)
Browse files Browse the repository at this point in the history
* update grid-formats.rst

* add boilerplate for fesom2 reader

* initial logic for face_nodes

* add fesom soufflet grid

* add pi mesh

* add fesom test file

* add reader for edge_tri and edges, add docstrings

* cleanup and write test

* add FESOM2 to docs

* remove dist files

* add tests

* update tests

* update logic and error handling in from_dataset

* update FESOM2 section in user guide

* add cell-centered data variable for testing
  • Loading branch information
philipc2 authored Dec 7, 2024
1 parent 1d20619 commit fc82eb8
Show file tree
Hide file tree
Showing 26 changed files with 76,696 additions and 49 deletions.
6 changes: 2 additions & 4 deletions docs/user-guide/grid-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,10 @@ References

FESOM2
======
The F**inite volumE Sea Ice-Ocean Model (FESOM2) is a Multi-resolution ocean general circulation
The Finite Volume Sea Ice-Ocean Model (FESOM2) is a Multi-resolution ocean general circulation
model that solves the equations of motion describing the ocean and sea ice using finite-volume methods
on unstructured computational grids. The model is developed and supported by researchers at the
Alfred Wegener Institute, Helmholtz Centre for Polar and Marine Research (AWI), in Bremerhaven, Germany. UXarray
currently supports reading the ``fesom.mesh.diag.nc`` file that is generated and encoded in the UGRID conventions.

Alfred Wegener Institute, Helmholtz Centre for Polar and Marine Research (AWI), in Bremerhaven, Germany.

References
----------
Expand Down
Loading

0 comments on commit fc82eb8

Please sign in to comment.