Skip to content

Commit

Permalink
Further formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vanroekel committed Aug 11, 2022
1 parent ae11b21 commit 0a90dc3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions components/mpas-ocean/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2840,7 +2840,7 @@
/>
<var name="normalMLEvelocity" type="real" dimensions="nVertLevels nEdges Time" units="m s^-1"
description="Velocity from mixed layer eddies (fox kemper 2011 submesoscale parameterization)"
packages="submeso"
packages="submeso"
/>
<var name="cGMphaseSpeed" type="real" dimensions="nEdges Time" units="m s^{-1}"
description="phase speed for the bolus velocity calculation"
Expand All @@ -2866,8 +2866,8 @@
packages="gm"
/>
<var name="gradBuoyEddy" type="real" dimensions="nVertLevelsP1 nEdges Time" units="s^-2"
description="horizontal gradient of buoyancy at cell edge and interfaces in vertical. this is used for the GM parameterization and the submesoscale eddy parameterization"
packages="gm;submeso"
description="horizontal gradient of buoyancy at cell edge and interfaces in vertical. this is used for the GM parameterization and the submesoscale eddy parameterization"
packages="gm;submeso"
/>
<var name="mleVelocityZonal" type="real" dimensions="nVertLevels nCells Time" units="m s^-1"
description="Bolus velocity in fox-kemper mle parameterization, zonal-direction"
Expand All @@ -2877,25 +2877,25 @@
description="Bolus velocity in fox-kemper mle parameterization, meridional-direction"
packages="gm;submeso"
/>
<var name="eddyVelocityX" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1}"
description="Bolus velocity in Gent-McWilliams eddy or submesoscale parameterization, x-direction"
packages="gm;submeso"
<var name="eddyVelocityX" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1}"
description="Bolus velocity in Gent-McWilliams eddy or submesoscale parameterization, x-direction"
packages="gm;submeso"
/>
<var name="eddyVelocityY" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1}"
description="Bolus velocity in Gent-McWilliams or submesoscale eddy parameterization, y-direction"
packages="gm;submeso"
description="Bolus velocity in Gent-McWilliams or submesoscale eddy parameterization, y-direction"
packages="gm;submeso"
/>
<var name="eddyVelocityZ" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1}"
description="eddy Bolus velocity in Gent-McWilliams or submesoscale eddy parameterization, z-direction"
packages="gm;submeso"
description="eddy Bolus velocity in Gent-McWilliams or submesoscale eddy parameterization, z-direction"
packages="gm;submeso"
/>
<var name="GMBolusVelocityZonal" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1}"
description="Bolus velocity in Gent-McWilliams eddy parameterization, zonal-direction"
packages="gm;submeso"
description="Bolus velocity in Gent-McWilliams eddy parameterization, zonal-direction"
packages="gm;submeso"
/>
<var name="GMBolusVelocityMeridional" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1}"
description="Bolus velocity in Gent-McWilliams eddy parameterization, meridional-direction"
packages="gm;submeso"
description="Bolus velocity in Gent-McWilliams eddy parameterization, meridional-direction"
packages="gm;submeso"
/>
<var name="RiTopOfCell" type="real" dimensions="nVertLevelsP1 nCells Time" units="nondimensional"
description="gradient Richardson number defined at the center (horizontally) and top (vertically)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<var name="mocStreamvalLatAndDepthGM" type="real" dimensions="nMocStreamfunctionBinsP1 nVertLevels Time" units="sverdrups"
description="The value of the MOC streamfunction for each latitude-bin (first dimension) and depth (second dimension) based on the Gent McWilliams Bolus Velocity"
/>
<var name="mocStreamvalLatAndDepthMLE" type="real" dimensions="nMocStreamfunctionBinsP1 nVertLevels Time" units="sverdrups"
<var name="mocStreamvalLatAndDepthMLE" type="real" dimensions="nMocStreamfunctionBinsP1 nVertLevels Time" units="sverdrups"
description="The value of the MOC streamfunction for each latitude-bin (first dimension) and depth (second dimension) based on the Submesoscale eddy Bolus Velocity"
/>
<var name="mocStreamvalLatAndDepthRegionGM" type="real" dimensions="nMocStreamfunctionBinsP1 nVertLevels nRegions Time" units="sverdrups"
Expand Down

0 comments on commit 0a90dc3

Please sign in to comment.