Skip to content

Commit

Permalink
New 5% storm values
Browse files Browse the repository at this point in the history
  • Loading branch information
franklin1895 committed Nov 27, 2023
1 parent 951f0fb commit 76d7afb
Show file tree
Hide file tree
Showing 51 changed files with 20 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 20 additions & 2 deletions scripts/marsh_ms/Generate_Storms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
Mean_Rmax = np.mean(RMAX)
Mean_Rmax_10 = Mean_Rmax*.1
Mean_Rmax_02 = Mean_Rmax*.02
Mean_Rmax_05 = Mean_Rmax*.05


'''
sys.path
for i in range(0,50):
base_storm_series = input_files.shift_storm_intensity(
Expand Down Expand Up @@ -68,4 +69,21 @@
bSave=False,
output_filename="StormList_10kyrs_VCR_Berm1pt9m_Slope0pt04-lowIntensity",
)
np.save(file='/Users/ceclmac/OneDrive - University of North Carolina at Chapel Hill/Chapter 2/Storms/Two_Percent_Increase/StormList_'+str(i)+'_2_percent_increase.npy',arr=storm_series_shifted_02)
np.save(file='/Users/ceclmac/OneDrive - University of North Carolina at Chapel Hill/Chapter 2/Storms/Two_Percent_Increase/StormList_'+str(i)+'_2_percent_increase.npy',arr=storm_series_shifted_02)
'''
for i in range(0,50):
storm_series_shifted_05 = input_files.shift_storm_intensity(
datadir=data_path,
storm_list_name="StormList_20k_VCR_Berm1pt9m_Slope0pt04.csv", # can by .py or .csv
mean_yearly_storms=8.3,
SD_yearly_storms=5.9,
shift=Mean_Rmax_05, # shift the TWL distribution to the right (i.e., increase intensity), m NAVD88, typically [-0.15, 0.15]
MHW=0.46, # m NAVD88
StormStart=2,
BermEl=1.9, # m NAVD88, just used for plotting
model_years=1000,
bPlot=False,
bSave=False,
output_filename="StormList_10kyrs_VCR_Berm1pt9m_Slope0pt04-lowIntensity",
)
np.save(file='/Users/ceclmac/OneDrive - University of North Carolina at Chapel Hill/Chapter 2/Storms/Five_Percent_Increase/StormList_'+str(i)+'_5_percent_increase.npy',arr=storm_series_shifted_05)

0 comments on commit 76d7afb

Please sign in to comment.