Sea ice column thermodynamics in MPAS-Ocean#47
Open
akturner wants to merge 4 commits intoE3SM-Ocean-Discussion:masterfrom
Open
Sea ice column thermodynamics in MPAS-Ocean#47akturner wants to merge 4 commits intoE3SM-Ocean-Discussion:masterfrom
akturner wants to merge 4 commits intoE3SM-Ocean-Discussion:masterfrom
Conversation
Fixes to sea ice build
Add sea ice shared and analysis member directories to make Divide sea ice Registry file into subfiles Add sea ice analysis members to ocean model for column seaice option Add sea ice initialization post initial clock advance Add seaice_column_reinitialize_fluxes and ocn_seaice_finalize Update sea ice makefile in mpas-ocean Add additional sea ice initialization routines Add sea ice time stepping routines Add sea ice finalize routines Add seaice_ prefix to sea ice subroutines used in mpas-ocean that need it Renamed sea ice pools and fields to avoid duplication with ocean model: regionNamesSeaice, column_diagnostics, nRegionsSeaice, regionsPool, regionCellMasks, seaice_tracers Put sea ice package set up in include file for use in ocean model Moved reinitialization of transport diagnostics to transport module Made the time step a subroutine argument rather than namelist config in sea ice column physics so can be called from ocean model Divided up seaice_column_update_state between transport and column physics Refactored sea ice forcing for use in ocean model
Added sea ice to ocean coupling based on E3SM coupling Added ocean time varying surface flux forcing Added ocean bulk forcing calculation in sea ice column module
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the ability to run the MPAS-Seaice column physics from the MPAS-Ocean ocean model. This mode is activated with adding the SEAICE_COLUMN=true to the ocean model make command. Currently, there is no interaction between the sea ice column physics and the ocean model. This produces bfb identical results both for the ocean model with the unmodified code, and between the sea ice output in MPAS-Ocean and unmodified MPAS-Seaice.
[BFB]