Skip to content

Commit 383d51c

Browse files
committed
remove entries not for catch model
1 parent 24971fc commit 383d51c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

GEOSldas_App/ldas_setup

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,13 @@ class LDASsetup:
11661166
ldasrcInp[keyn]= valn
11671167
if('catchcn' in self.catch):
11681168
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)
11691176

11701177
# create restart item in RC
11711178
catch_ = self.catch.upper()

0 commit comments

Comments
 (0)