Skip to content

Commit

Permalink
Merge branch 'xylar/mpas-ocean/fix-parabolic-bowl-registry' (PR #5930)
Browse files Browse the repository at this point in the history
Fix parabolic bowl registry for MPAS-Ocean init mode

There were a few syntax issues with the MPAS-Ocean registry for the
parabolic bowl test case that prevent it from being parsed correctly in
Polaris. They are fixed here. Not used in E3SM.

[BFB]
  • Loading branch information
jonbob committed Sep 27, 2023
2 parents 614d911 + 9113e86 commit 894b5b2
Showing 1 changed file with 4 additions and 5 deletions.
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">
<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

0 comments on commit 894b5b2

Please sign in to comment.