Skip to content

Commit

Permalink
Add aislens namelist and streams variables and package
Browse files Browse the repository at this point in the history
Define slopeGen, interceptGen, zDraft variables as part of aislens package
  • Loading branch information
mshiv committed Feb 16, 2024
1 parent 9f124fc commit 2dc1067
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions components/mpas-albany-landice/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@

<package name="thermal" description="This package includes variables required for the thermal solver."/>

<package name="aislens" description="This package includes variables required for the aislens variability ensemble"/>
</packages>


Expand Down Expand Up @@ -798,8 +799,10 @@
<var name="ismip6Runoff" packages="ismip6GroundedFaceMelt" />
<var name="ismip6_2dThermalForcing" packages="ismip6GroundedFaceMelt" />
<!-- TBD: The following variables are defined for the aislens draft dependence parameterization -->
<!--<var name="slopeGen" packages="?"/> -->
<!--<var name="interceptGen" packages="?"/> -->
<!--<var name="slopeGen" packages="aislens"/> -->
<!--<var name="interceptGen" packages="aislens"/> -->
<!-- The below is calculated at each time step. Should be moved to a different stream? -->
<!--<var name="zDraft" packages="aislens"/> -->
</stream>

<!-- An alternate way to allow the HO variables to exist in a separate file.
Expand Down Expand Up @@ -1234,13 +1237,14 @@ is the value of that variable from the *previous* time level!
<var name="floatingBasalMassBalAdjustment" type="real" dimensions="nCells Time" units="kg m^{-2} s^{-1}"
description="adjustment to floatingBasalMassBal. Currently used to apply a variability modifier"
/>
/>
<var name="interceptGen" type="real" dimensions="nCells Time" units="unitless"
description="Intercept parameter in draft dependent adjustment to floatingBasalMassBal. Currently used to apply a variability modifier"
/>
/>
<var name="slopeGen" type="real" dimensions="nCells Time" units="unitless"
description="Slope parameter in draft dependent adjustment to floatingBasalMassBal. Currently used to apply a draft dependent modifier"
description="Slope parameter in draft dependent adjustment to floatingBasalMassBal. Currently used to apply a draft dependent modifier"
/>
<var name="zDraft" type="real" dimensions="nCells Time" units="m"
description="Draft calculated for draft-melt adjustment to floatingBasalMassBal. Currently used to apply a draft dependent modifier"
/>
<var name="basalMassBalApplied" type="real" dimensions="nCells Time" units="kg m^{-2} s^{-1}"
description="applied basal mass balance"
Expand Down

0 comments on commit 2dc1067

Please sign in to comment.