Skip to content

Commit

Permalink
fixes aquap constant case (ESCOMP#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertens authored Aug 25, 2022
1 parent 7c3a567 commit 184b673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docn/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<valid_values></valid_values>
<default_value>-1</default_value>
<values match="last">
<value compset="_DOCN%AQPCONST">300</value>
<value compset="_DOCN%AQPCONST">300.</value>
</values>
<group>run_component_docn</group>
<file>env_run.xml</file>
Expand Down
2 changes: 1 addition & 1 deletion docn/cime_config/namelist_definition_docn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
</desc>
<values>
<value>-1.0</value>
<value docn_mode='docn_aquap_constant'>$DOCN_AQPCONST_VALUE</value>
<value docn_mode='aquap_constant'>$DOCN_AQPCONST_VALUE</value>
</values>
</entry>

Expand Down

0 comments on commit 184b673

Please sign in to comment.