From 033a76fa61b4e1fad64bc3d4594788e47466270c Mon Sep 17 00:00:00 2001 From: Elizabeth Hunke Date: Wed, 17 Apr 2024 22:51:58 -0600 Subject: [PATCH] More delinting --- components/mpas-seaice/docs/references.md | 4 ++-- components/mpas-seaice/docs/user-guide/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/mpas-seaice/docs/references.md b/components/mpas-seaice/docs/references.md index 9b9247228e19..95dbe8f36eea 100644 --- a/components/mpas-seaice/docs/references.md +++ b/components/mpas-seaice/docs/references.md @@ -28,13 +28,13 @@ Hunke, E., et al. (2018). CICE-Consortium/Icepack. Zenodo. -Hunke, E. C., & Dukowicz, J. K. (2002). The elastic-viscous-plastic sea ice dynamics model in general orthogonal curvilinear coordinates on a sphere—Incorporation of metric terms. Monthly Weather Review, 130(7), 1848–1865. +Hunke, E. C., & Dukowicz, J. K. (2002). The elastic-viscous-plastic sea ice dynamics model in general orthogonal curvilinear coordinates on a sphere—Incorporation of metric terms. Monthly Weather Review, 130(7), 1848–1865. Hunke, E. C., Hebert, D. A., & Lecomte, O. (2013). Level-ice melt ponds in the Los Alamos sea ice model, CICE. Ocean Modelling, 71, 26–42. Lipscomb, W. H. (2001). Remapping the thickness distribution in sea ice models, Journal of Geophysical Research: Oceans, 106(C7), 13,989–14,000, doi:10.1029/2000JC000518. -Lipscomb, W. H., & Hunke, E. C. (2004). Modeling sea ice transport using incremental remapping. Monthly Weather Review, 132(6), 1341–1354. +Lipscomb, W. H., & Hunke, E. C. (2004). Modeling sea ice transport using incremental remapping. Monthly Weather Review, 132(6), 1341–1354. Lipscomb, W. H., Hunke, E. C., Maslowski, W., & Jakacki, J. (2007). Ridging, strength, and stability in high-resolution sea ice models. Journal of Geophysical Research, 112. C03S91. diff --git a/components/mpas-seaice/docs/user-guide/index.md b/components/mpas-seaice/docs/user-guide/index.md index 76cb2a6bccda..27040435929f 100644 --- a/components/mpas-seaice/docs/user-guide/index.md +++ b/components/mpas-seaice/docs/user-guide/index.md @@ -31,7 +31,7 @@ MPAS-seaice is controlled using namelist options. ``E3SM/components/mpas-seaice/bld/namelist_files/namelist_defaults_mpassi.xml``. - Namelist options are defined in ``E3SM/components/mpas-seaice/bld/namelist_files/namelist_definitions_mpassi.xml``, -including type, category (``seaice_model``), group, valid values and a brief description. Each namelist variable is defined in an element. The content of the element is the documentation of how the variable is used. Other aspects of the variable's definition are expressed as attributes of the element. +including type, category (``seaice_model``), group, valid values and a brief description. Each namelist variable is defined in an ``entry`` element. The content of the element is the documentation of how the variable is used. Other aspects of the variable's definition are expressed as attributes of the ``entry`` element. - Some namelist values or combinations are not allowed and will generate warnings and often abort the code. The consistency checks for using MPAS-seaice within E3SM are in ``mpas_seaice_initialize`` (subroutines ``seaice_check_configs_coupled``, ``seaice_check_constants_coupled``), and those specific to Icepack can be found in subroutine ``check_column_package_configs`` in ``mpas_seaice_icepack.F``. Related namelist variables are grouped according to their application.