Skip to content

Commit

Permalink
Add calvingCFLdt to restarts
Browse files Browse the repository at this point in the history
This is needed for the calving CFL to behave correctly on a restart.
This variable is only needed in a restart file if the calving CFL is
actually being applied, but including it always because it is only a
scalar value, and adding logic for that would be complicated.
  • Loading branch information
matthewhoffman committed May 2, 2022
1 parent fea2fe6 commit 42dab2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/mpas-albany-landice/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,8 @@
<var name="floatingVonMisesThresholdStress"/>
<var name="stiffnessFactor"/>
<var name="calvingMask"/>
<!-- calvingCFLdt only needed if calving CFL is being applied, but it is a scalar value so no harm in including it always -->
<var name="calvingCFLdt"/>
<var name="upliftRate"/>
<!-- normalVelocity is needed for advection on the next timestep -->
<var name="normalVelocity"/>
Expand Down

0 comments on commit 42dab2a

Please sign in to comment.