Skip to content

Commit fc82eb8

Browse files
authored
Support Additional FESOM2 Grid Formats (#1013)
* 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
1 parent 1d20619 commit fc82eb8

File tree

26 files changed

+76696
-49
lines changed

26 files changed

+76696
-49
lines changed

docs/user-guide/grid-formats.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,10 @@ References
140140

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

150148
References
151149
----------

0 commit comments

Comments
 (0)