Skip to content

Commit

Permalink
Merge branch 'cbegeman/ocn/unmask-submeso-var-maint-2.1' into maint-2…
Browse files Browse the repository at this point in the history
….1 (PR #5461)

Bugfix for ocean submesoscale feature

Fill value masking of the submesoscale variable normalMLEVelocity
resulted in bad values in vertMLEBolusVelocityTop that affected
timeMonthly_avg_mocStreamvalLatAndDepth. This bugfix removes masking of
normalMLEVelocity.

Fixes #5459 on maint-2.1

[BFB]
  • Loading branch information
jonbob committed Feb 23, 2023
2 parents f502d67 + 40ca47a commit 1d0e2ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/mpas-ocean/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2923,7 +2923,6 @@
/>
<var name="normalMLEvelocity" type="real" dimensions="nVertLevels nEdges Time" units="m s^-1"
description="Velocity from mixed layer eddies (fox kemper 2011 submesoscale parameterization)"
missing_value="FILLVAL" missing_value_mask="edgeMask"
packages="submeso"
/>
<var name="cGMphaseSpeed" type="real" dimensions="nEdges Time" units="m s^-1"
Expand Down

0 comments on commit 1d0e2ed

Please sign in to comment.