Skip to content

Commit

Permalink
Bugfix in cosmo job
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Jan 30, 2024
1 parent 126b9c1 commit 74cd9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/cosmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def main(cfg):
'cosmo_tracers.csv')
if hasattr(cfg, 'cams') or hasattr(cfg, 'mozart'):
namelist_names = ['AF', 'ORG', 'IO', 'DYN', 'GHG', 'PHY', 'DIA', 'ASS']
if hasattr(cfg, 'photo_rate'):
elif hasattr(cfg, 'photo_rate'):
namelist_names = [
'ART', 'ASS', 'DIA', 'DYN', 'EPS', 'INI', 'IO', 'ORG', 'PHY'
]
Expand Down

0 comments on commit 74cd9f8

Please sign in to comment.