Skip to content

Commit

Permalink
Add comment to stream_cdeps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing authored Aug 16, 2024
1 parent ffd4077 commit 7e363e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cime_config/stream_cdeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ def create_stream_xml(
)
elif stream_name.startswith("CLM_USRDAT."):
if 'PLUMBER2' in stream_name:
# if PLUMBER2 is in the stream name
# we want to use PLUMBER2.PLUMBER2SITE instead of CLM_USRDAT.PLUMBER2
continue
self.stream_nodes = super(StreamCDEPS, self).get_child(
"stream_entry",
Expand Down

0 comments on commit 7e363e7

Please sign in to comment.