Skip to content

Commit

Permalink
Clarify Kappa variables in description
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-petersen committed Apr 25, 2022
1 parent bc29799 commit 7492b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/mpas-ocean/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2860,11 +2860,11 @@
packages="forwardMode;analysisMode"
/>
<var name="gmBolusKappa" type="real" dimensions="nEdges Time" units="m^2 s^{-1}"
description="GM Bolus Kappa value. This is constant in time, and set at init based on the constant or ramp fuction."
description="GM Bolus Kappa value. On output, it has NOT been multiplied by the horizontal taper array gmHorizontalTaper, because that is applied at the end to the normalGMBolusVelocity variable, not to the gmBolusKappa."
packages="gm"
/>
<var name="RediKappa" type="real" dimensions="nEdges Time" units="m^2 s^{-1}"
description="Redi Kappa value. This is constant in time, and set at init based on the constant or ramp fuction."
description="Redi Kappa value. On output, it has already been multiplied by the horizontal taper array RediHorizontalTaper (as opposed to gmBolusKappa, which has not been multiplied by the horizontal taper)."
packages="gm"
/>
<var name="RediHorizontalTaper" type="real" dimensions="nEdges Time" units="unitless"
Expand Down

0 comments on commit 7492b8e

Please sign in to comment.