You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the old sea ice column package
Removes the old column package from MPAS-seaice, including changing the
BGC default to Icepack. Namelist option config_column_physics_type has
only one option (‘icepack’) and has been left in the code for now, but
most lines using it have been commented out.
Several options available in the old column package that were/are being
deprecated in Icepack have been removed, including zsalinity and CESM
melt ponds. There were also options to turn off individual thermodynamic
processes in the column package for testing, which now are no longer
available: config_use_congelation_basal_melt, config_use_lateral_melt,
config_use_latent_processes.
This PR changes the default column physics used for biogeochemistry from
column_package to icepack.
In ice_comp_mct.F, call the freezing temperature calculation from
Icepack instead of the column_package, in routine ice_import_moab. This
change might affect runs with a coupled ocean component.
MPAS-seaice documentation has been updated accordingly.
[NML]
[BFB] - except for seaice BGC tests
Copy file name to clipboardExpand all lines: components/mpas-seaice/docs/dev-guide/index.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,19 +60,17 @@ The following examples describe how to use the script for development in Icepack
60
60
61
61
### Set up and run baselines
62
62
63
-
Create a file containing modified namelist options. The file ``nset01.nlk`` in this example creates baselines for two types of column physics and turns off the ``snicar_ad`` radiation scheme.
63
+
Create a file containing modified namelist options. The file ``nset01.nlk`` in this example turns off the ``snicar_ad`` radiation scheme.
Copy file name to clipboardExpand all lines: components/mpas-seaice/docs/tech-guide/index.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,6 @@ With advanced physics and biogeochemistry (BGC) options, MPAS-Seaice can be conf
54
54
55
55
## Column Physics
56
56
57
-
The Icepack software has replaced the original ``colpkg`` column physics code in MPAS-seaice. The ``config_column_physics_type = 'column_package'`` option is still available but is no longer being supported in MPAS-seaice.
58
-
59
57
Because of the strong thermal gradients between the (cold) atmosphere and (relatively warm) oceans in polar regions, a large portion of the physics in sea ice models can be described in a vertical column, without reference to neighboring grid cells. MPAS-Seaice shares the same column physics code as CICE through the Icepack library (Hunke et al., 2018), which is maintained by the CICE Consortium. This code includes several options for simulating sea ice thermodynamics, mechanical redistribution (ridging) and associated area and thickness changes. In addition, the model supports a number of tracers, including thickness, enthalpy, ice age, first-year ice area, deformed ice area and volume, melt ponds, snow properties and biogeochemistry.
60
58
61
59
Icepack is implemented in MPAS-seaice as a git submodule. Icepack consists of three independent parts, the column physics code, the Icepack driver that supports stand-alone testing of the column physics code, and the Icepack scripts that build and test the Icepack model. E3SM uses only the column physics code, which is called for each ocean grid cell. Icepack’s own driver and testing scripts are used when preparing new developments to be merged back to the CICE Consortium’s Icepack repository.
Copy file name to clipboardExpand all lines: components/mpas-seaice/docs/user-guide/index.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,6 @@ Related namelist variables are grouped according to their application.
44
44
45
45
## Icepack
46
46
47
-
The Icepack software has replaced the original ``colpkg`` column physics code in MPAS-seaice. The ``column_package`` option is still available but is no longer being supported in MPAS-seaice.
48
-
49
47
Full documentation for E3SM's version of Icepack can be found in [E3SM's Icepack readthedocs](<https://e3sm-icepack.readthedocs.io/en/latest>). The most up-to-date documentation from the CICE Consortium's main Icepack repository is [here](<https://cice-consortium-icepack.readthedocs.io/en/main>).
0 commit comments