Skip to content

Commit e29234b

Browse files
committed
Fixed missing start_year definition
1 parent e22047a commit e29234b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/scenarios.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3304,6 +3304,7 @@ def calc_rcp85_divergence (window=11, return_year=False, use_ttest=True, test_pa
33043304
file_head = ['PAS_LW1.5_', 'PAS_LW2.0_', 'PAS_MENS_']
33053305
num_ens = [5, 10, 10]
33063306
file_tail = ['_O/output/timeseries.nc']*len(file_head)
3307+
start_year = 2006
33073308
end_year = 2080
33083309
elif vs_fixed_BCs:
33093310
file_head = ['PAS_LENS', 'PAS_LENS']
@@ -3315,6 +3316,7 @@ def calc_rcp85_divergence (window=11, return_year=False, use_ttest=True, test_pa
33153316
file_head = ['PAS_LENS', 'PAS_MENS_', 'PAS_LW2.0_', 'PAS_LW1.5_']
33163317
num_ens = [10, 10, 10, 5]
33173318
file_tail = ['_O/output/timeseries.nc']*len(file_head)
3319+
start_year = 2006
33183320
end_year = 2080
33193321
num_expt = len(file_head)
33203322
num_years = end_year - start_year + 1

0 commit comments

Comments
 (0)