Skip to content

Commit a9f9a89

Browse files
committed
Final wrap up to 0.2.0 release with post to MOM6 forum.
1 parent 35e4c4a commit a9f9a89

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/development/TODO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
- [ ] integration of data sources
7171
- [ ] generic regridder for creating boundary files (OBCs) from data sources
7272
- [ ] xesmf regridder for bathymetry sources
73-
- [X] option to create land mask fraction
73+
- [X] option to create ocean mask fraction
74+
- [ ] investigate artifact generated in the grid corners
7475
- [ ] option to use source grid as a supergrid for coarsening
7576
- [ ] refactor function arguments into kwargs
7677
- [ ] refactor print statements to use gridtools logging facility

docs/grids/MOM6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
References:
66
* [Gridspec: A standard for description of grids used in Earth System models](https://arxiv.org/abs/1911.08638v1)
7-
* [Mosaic Tool User Guid](https://data1.gfdl.noaa.gov/~arl/pubrel/r/mom4p1/src/mom4p1/doc/mosaic_tool.html)
7+
* [Mosaic Tool User Guide](https://data1.gfdl.noaa.gov/~arl/pubrel/r/mom4p1/src/mom4p1/doc/mosaic_tool.html)
88
* [A Guide to Grid Coupling in FMS](https://www.gfdl.noaa.gov/guide-to-grid-coupling-in-fms/)
99
* [FRE-NCtools](https://github.com/NOAA-GFDL/FRE-NCtools)
1010
* [Python gridtools](https://github.com/ESMG/gridtools/)

examples/mkGridsExample8.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@
149149
orientation='landscape', transparent=False, bbox_inches=None, pad_inches=0.1)
150150

151151
# Plot the fractional ocean mask
152-
153-
# Plot the new bathy grid
154152
(figure, axes) = grd.plotGrid(
155153
showModelGrid=False,
156154
plotVariables={

0 commit comments

Comments
 (0)