Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up 3 warnings/errors in ocean registry files #4974

Merged
merged 3 commits into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@
packages="conservationCheckAMPKG"
input_interval="initial_only"
output_interval="stream:restart:output_interval"
runtime_format="single_file"
immutable="true">
<var name="performConservationPrecompute"/>
<var name="initialEnergy"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<var_struct name="sedimentTransportAM" time_levs="1" packages="sedimentTransportAMPKG">
<var name="sedimentFallVelocity"
type="real"
dimensions="time"
dimensions="Time"
units="m s^{-1}"
description="Sediment settling velocity in the water column"
/>
Expand Down
2 changes: 1 addition & 1 deletion components/mpas-ocean/src/mode_init/Registry_isomip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
possible_values="A real number between 0 and 1."
/>
</nml_record>
<var_struct name="scratch" time_levs="0">
<var_struct name="scratch" time_levs="1">
<var name="isomip_bottomPressure" type="real" dimensions="nCells" persistence="scratch"
default_value="0.0" units="Pa"
description="Temporary space to hold the pressure at the bottom of the ocean, used to compute estimated sea-surface pressure under landice."
Expand Down