We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24971fc commit 383d51cCopy full SHA for 383d51c
GEOSldas_App/ldas_setup
@@ -1166,6 +1166,13 @@ class LDASsetup:
1166
ldasrcInp[keyn]= valn
1167
if('catchcn' in self.catch):
1168
ldasrcInp['CO2_MonthlyMean_DiurnalCycle_FILE']= '../input/CO2_MonthlyMean_DiurnalCycle.nc4'
1169
+ else:
1170
+ # remove entries not for catch model
1171
+ ldasrcInp.pop('DTCN',None)
1172
+ ldasrcInp.pop('ATM_CO2',None)
1173
+ ldasrcInp.pop('CO2',None)
1174
+ ldasrcInp.pop('CO2_YEAR',None)
1175
+ ldasrcInp.pop('PRESCRIBE_DVG',None)
1176
1177
# create restart item in RC
1178
catch_ = self.catch.upper()
0 commit comments