Skip to content

Commit

Permalink
Change docs to use mom_nc
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice authored Nov 10, 2024
1 parent 1d41510 commit e17f98d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/user_guide/ug_case_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ grid_nml
"``grid_file``", "string", "name of grid file to be read", "'unknown_grid_file'"
"``grid_format``", "``bin``", "read direct access grid and kmt files", "``bin``"
"", "``nc``", "read grid and kmt files", ""
"", "``mom_mosaic``", "read grid in mom mosaic format and kmt files", ""
"", "``mom_nc``", "read grid in mom (supergrid) format and kmt files", ""
"``grid_ice``", "``B``", "use B grid structure with T at center and U at NE corner", "``B``"
"", "``C``", "use C grid structure with T at center, U at E edge, V at N edge", ""
"``grid_ocn``", "``A``", "ocn forcing/coupling grid, all fields on T grid", "``A``"
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide/ug_implementation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ and ANGLE variables. If the variables exist, ANGLET, TLON and TLAT will also be
read from a netcdf grid file. The kmt (mask) netcdf file needs a variable named
kmt or mask, set to 0 for land and 1 for ocean.

For the *mom_mosaic* formats (``grid_format='mom_mosaic'``), a grid file following
the MOM mosaic (supergrid) convention as generated by `FRE-NCTools <https://github.com/NOAA-GFDL/FRE-NCtools>`_
For the *mom_nc* formats (``grid_format='mom_nc'``), a grid file following
the MOM supergrid convention as generated by `FRE-NCTools <https://github.com/NOAA-GFDL/FRE-NCtools>`_
and described in `this short summary <https://gist.github.com/adcroft/c1e207024fe1189b43dddc5f1fe7dd6c>`_
is required. CICE derives the required grid variables to match the grid implementation
in MOM6. All lat/lon and grid lengths are read from the file. Cell areas for A & B grid
Expand Down

0 comments on commit e17f98d

Please sign in to comment.