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

Fix parabolic bowl registry for MPAS-Ocean init mode #5930

Merged
Merged
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
@@ -1,7 +1,7 @@
<nml_record name="parabolic_bowl" mode="init" configuration=="parabolic_bowl">
<nml_record name="parabolic_bowl" mode="init" configuration="parabolic_bowl">
cbegeman marked this conversation as resolved.
Show resolved Hide resolved
<nml_option name="config_parabolic_bowl_vert_levels" type="integer" default_value="3" units="unitless"
description="Number of vertical levels in para_bowl."
possible_values="Any positive integer number greater than 2."
description="Number of vertical levels in parabolic bowl."
possible_values="Any positive integer"
/>
<nml_option name="config_parabolic_bowl_Coriolis_parameter" type="real" default_value="1.031e-4" units="1/s"
description="Coriolis paramter"
Expand All @@ -25,8 +25,7 @@
/>
<nml_option name="config_parabolic_bowl_adjust_domain_center" type="logical" default_value="true" units="unitless"
description="Flag to adjust mesh coordinates"
possible_values='.true. or .false'

possible_values=".true. or .false."
/>
</nml_record>

Expand Down