Skip to content

Commit

Permalink
updates for aux-cdeps tests now passing
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed Aug 16, 2024
1 parent e35cb72 commit 0a43861
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion cime_config/stream_definition_v2.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="model_grid" type="xs:string" />
<xs:attribute name="compset" type="xs:string" />
<xs:attribute name="compset" type="xs:string" />
<xs:attribute name="CLM_USRDAT_NAME" type="xs:string" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Expand Down
4 changes: 2 additions & 2 deletions datm/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@
<entry id="DATM_YR_START_FILENAME">
<type>integer</type>
<valid_values></valid_values>
<default_value>UNSET</default_value>
<default_value>9999</default_value>
<group>run_component_datm</group>
<file>env_run.xml</file>
<desc>Start year listed in PLUMBER2 filenames. Leave unset for other cases.</desc>
<desc>Start year listed in PLUMBER2 filenames. Leave as 9999 for other cases.</desc>
</entry>

<entry id="DATM_YR_END">
Expand Down
4 changes: 2 additions & 2 deletions datm/cime_config/stream_definition_datm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4082,7 +4082,7 @@
</stream_taxmode>
<stream_dtlimit>
<dtlimit>1.5</dtlimit>
<dtlimit $CLM_USRDAT_NAME=="PLUMBER2">30</dtlimit>
<dtlimit CLM_USRDAT_NAME="PLUMBER2">30</dtlimit>
</stream_dtlimit>
<stream_readmode>single</stream_readmode>
</stream_entry>
Expand Down Expand Up @@ -4622,7 +4622,7 @@
</stream_taxmode>
<stream_dtlimit>
<dtlimit>1.5</dtlimit>
<dtlimit $CLM_USRDAT_NAME=="PLUMBER2">30</dtlimit>
<dtlimit CLM_USRDAT_NAME="PLUMBER2">30</dtlimit>
</stream_dtlimit>
<stream_readmode>single</stream_readmode>
</stream_entry>
Expand Down

0 comments on commit 0a43861

Please sign in to comment.