-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SIS2: +Add landfast ice parameterization
This series of commits to SIS2 adds the option to use a landfast ice parameterization with C-grid versions of the SIS2 code, and it fixes one issue with restarting with a particular initialization mode. The new landfast ice option is enabled with the new runtime parameter LEMIEUX_LANDFAST. By default there are no changes to answers, but there are new entries in SIS_parameter_doc files. The version of SIS2 used by MOM6-examples and the SIS_parameter_doc.all files were updated. The commits in this PR include: - NOAA-GFDL/SIS2@6d47c6c Merge pull request #136 from ESMG/dev/esmg - NOAA-GFDL/SIS2@97992d0 Fix restart problem with latitude initialization. - NOAA-GFDL/SIS2@057cf2c Added missing abs functions. - NOAA-GFDL/SIS2@091eff1 Fix a comment - NOAA-GFDL/SIS2@7be9038 Still fussing with landfast ice. - NOAA-GFDL/SIS2@20e679b Fix an omission. - NOAA-GFDL/SIS2@69d0011 Stab at adding the Lemieux landfast ice option. - NOAA-GFDL/SIS2@b0200fd Fix that Liz needed for restarts. - NOAA-GFDL/SIS2@d6fd875 Fix to tracer advection. - NOAA-GFDL/SIS2@76dbcbb +Added TRACER_ADV_REFILL_MASSLESS option
- Loading branch information
1 parent
3ff35ef
commit afa08fe
Showing
13 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule SIS2
updated
4 files
+160 −11 | src/SIS_dyn_cgrid.F90 | |
+12 −1 | src/SIS_dyn_trans.F90 | |
+1 −0 | src/SIS_state_initialization.F90 | |
+1 −1 | src/ice_model.F90 |