Skip to content

Commit

Permalink
fix orbital forcing for echam when the radctl namelist is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mandresm committed Aug 30, 2023
1 parent 61fca0a commit fbcba5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/esm_runscripts/namelists.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ def echam_transient_forcing(config):
radctl["cecc"] = cecc
radctl["cobld"] = cobld
radctl["clonp"] = clonp
# Line needed for making sure the changes in radctl make it to nml,
# even when ``radctl`` did not exist in ``nml``
nml["radctl"] = radctl
print(
"-------------------------------------------------------------"
)
Expand Down

0 comments on commit fbcba5e

Please sign in to comment.