Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Nov 4, 2024
1 parent 509ac21 commit 8897815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esm_runscripts/echam.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def append_namelist_dependent_sources(config):
namelist = f90nml.read(f"{econfig['namelist_dir']}/namelist.echam")
mvstream_tags = _get_mvstream_tags_from_namelist(namelist)
jsbach_streams = config["jsbach"].get("streams", [])
ignore_these_tags = econfig.get("ignore_tags", []])
ignore_these_tags = econfig.get("ignore_tags", [])
if econfig.get("ignore_tags_include_jsbach_tags", True):
ignore_these_tags.extend(jsbach_streams)
mvstream_tags = [tag for tag in mvstream_tags if tag not in ignore_these_tags]
Expand Down

0 comments on commit 8897815

Please sign in to comment.