Skip to content

Commit

Permalink
Revert missing_value_mask in Registry_activeTracers
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Mar 9, 2023
1 parent 9fb9725 commit 39192f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<var_struct name="state" time_levs="2">
<var_struct name="tracers" time_levs="2">
<var_array name="activeTracers" dimensions="nVertLevels nCells Time" type="real" packages="activeTracersPKG" missing_value="FILLVAL" missing_value_mask="cellMask">
<var_array name="activeTracers" dimensions="nVertLevels nCells Time" type="real" packages="activeTracersPKG">
<var name="temperature" array_group="activeGRP" units="C"
description="potential temperature"
/>
Expand All @@ -74,7 +74,7 @@

<var_struct name="tend" time_levs="1">
<var_struct name="tracersTend" time_levs="1">
<var_array name="activeTracersTend" type="real" dimensions="nVertLevels nCells Time" packages="activeTracersPKG" missing_value="FILLVAL" missing_value_mask="cellMask">
<var_array name="activeTracersTend" type="real" dimensions="nVertLevels nCells Time" packages="activeTracersPKG">
<var name="temperatureTend" array_group="activeGRP" units="C s^-1"
description="time tendency of potential temperature"
/>
Expand Down

0 comments on commit 39192f6

Please sign in to comment.