File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,8 @@ def clim_average(dat, season):
308308 if str (season ).upper () == 'DJF' :
309309 selmonths = '1,2,12'
310310 clogger .warning ('DJF is actually processed as JF....D. Maybe an issue for short periods !' )
311+ if str (season ).upper () == "DJFM" :
312+ selmonths = '1,2,3,12'
311313 if str (season ).upper () == 'MAM' :
312314 selmonths = '3,4,5'
313315 if str (season ).upper () == 'JJA' :
@@ -408,6 +410,8 @@ def clim_average_fast(dat, season):
408410 if str (season ).upper () == 'DJF' :
409411 selmonths = '1,2,12'
410412 clogger .warning ('DJF is actually processed as JF....D. Maybe an issue for short periods !' )
413+ if str (season ).upper () == 'DJFM' :
414+ selmonths = '1,2,3,12'
411415 if str (season ).upper () == 'MAM' :
412416 selmonths = '3,4,5'
413417 if str (season ).upper () == 'JJA' :
You can’t perform that action at this time.
0 commit comments