File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2020 '5' ,
2121 '10' ]
2222
23- RSLR = ['IL' ,
24- 'I' ,
23+ RSLR = [# 'IL',
24+ # 'I',
2525 'IH' ]
2626
2727Base_Name_List = ['Geom_1' ,
2828 'Geom_3' ,
2929 'Geom_4' ,
3030 'Geom_5' ]
3131
32- Base_Name_List = ['Geom_4 ' ]
32+ Base_Name_List = ['Geom_3 ' ]
3333
3434for Geometries in range (len (Base_Name_List )):
3535 Base_Name = Base_Name_List [Geometries ]
103103 All_C_Values .append (copy .deepcopy (Total_C_Deposited_TS ))
104104 print (Save_Name + '_S' + str (S_Nums )+ ' loaded' )
105105
106- Mean_Shoreline_Location = np .mean (All_Runs_Shoreline_Location , axis = 0 )
107- Mean_C_Values = np .mean (All_C_Values , axis = 0 )
106+ Mean_Shoreline_Location = np .nanmean (All_Runs_Shoreline_Location , axis = 0 )
107+ Mean_C_Values = np .nanmean (All_C_Values , axis = 0 )
108108
109109 Full_Save_Path = Base_Save_Path + Save_Name
110110 # Save each of the arrays including mean and full values
Original file line number Diff line number Diff line change 2020 'Geom_4' ,
2121 'Geom_5' ]
2222
23+
24+
2325for Geometries in range (len (Base_Name_List )):
2426 Base_Name = Base_Name_List [Geometries ]
2527 for RSLR_Rates in range (len (RSLR )):
You can’t perform that action at this time.
0 commit comments