We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad977d1 commit 5970fe6Copy full SHA for 5970fe6
aurora/core.py
@@ -142,7 +142,7 @@ def reload_namelist(self, namelist=None):
142
# as attributes of asim, keeping the same name
143
#NOTE T.O. I'm not a fan of this MATLAB approach..
144
for parameter in self.namelist:
145
- if parameter == 'kin_profs':
+ if parameter in ['kin_profs','nbi_cxr']:
146
pass
147
elif isinstance(self.namelist[parameter], dict):
148
for sub_parameter in self.namelist[parameter]:
0 commit comments