From e17f98dc143288153a5d8c9abaae478ed36fd32d Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:29:03 +1100 Subject: [PATCH] Change docs to use mom_nc --- doc/source/user_guide/ug_case_settings.rst | 2 +- doc/source/user_guide/ug_implementation.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/user_guide/ug_case_settings.rst b/doc/source/user_guide/ug_case_settings.rst index caf5a3eac..76c334642 100644 --- a/doc/source/user_guide/ug_case_settings.rst +++ b/doc/source/user_guide/ug_case_settings.rst @@ -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``" diff --git a/doc/source/user_guide/ug_implementation.rst b/doc/source/user_guide/ug_implementation.rst index 4b944ff1f..0dc3156ef 100644 --- a/doc/source/user_guide/ug_implementation.rst +++ b/doc/source/user_guide/ug_implementation.rst @@ -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 `_ +For the *mom_nc* formats (``grid_format='mom_nc'``), a grid file following +the MOM supergrid convention as generated by `FRE-NCTools `_ and described in `this short summary `_ 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