diff --git a/src/esm_runscripts/namelists.py b/src/esm_runscripts/namelists.py index 6089fa573..a08c15146 100644 --- a/src/esm_runscripts/namelists.py +++ b/src/esm_runscripts/namelists.py @@ -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( "-------------------------------------------------------------" )