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 d712e4b commit 359c4d6Copy full SHA for 359c4d6
GEOSldas_App/ldas_setup
@@ -1167,7 +1167,7 @@ class LDASsetup:
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
+ # remove catchcn-specific entries that do not apply to catch model
1171
ldasrcInp.pop('DTCN',None)
1172
ldasrcInp.pop('ATM_CO2',None)
1173
ldasrcInp.pop('CO2',None)
0 commit comments