File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010import os
1111import numpy as np
1212
13- load_path_name = 'C:\\ Users\\ frank\\ Downloads \\ Arrays-Roya \\ Arrays \\ '
14- topo_save_path_name = 'C:\\ Users\\ frank\\ OneDrive - University of North Carolina at Chapel Hill\\ Chapter 3\\ Processed Topography\\ '
15- dune_save_path_name = 'C:\\ Users\\ frank\\ OneDrive - University of North Carolina at Chapel Hill\\ Chapter 3\\ Processed Dune Values \\ Dune_2019 \\ '
16- MHW = 0.26 # Meters (NAVD 88)
17- Beach_Berm_Elev = 1.7 # Meters (NAVD 88)
13+ load_path_name = 'C:\\ Users\\ frank\\ OneDrive - University of North Carolina at Chapel Hill \\ Chapter 3 \\ Processed Topography \\ Test \\ '
14+ topo_save_path_name = 'C:\\ Users\\ frank\\ OneDrive - University of North Carolina at Chapel Hill\\ Chapter 3\\ Processed Topography\\ Test \\ Save \\ '
15+ dune_save_path_name = 'C:\\ Users\\ frank\\ OneDrive - University of North Carolina at Chapel Hill\\ Chapter 3\\ Processed Topography \\ Test \\ Save \\ '
16+ MHW = 0.36 # Meters (NAVD 88)
17+ Beach_Berm_Elevation = 1.7 # Meters (NAVD 88)
1818
1919def Process_Raw_Topo_Data (raw_data_path ,
2020 dune_save_path ,
@@ -99,7 +99,7 @@ def Process_Raw_Topo_Data(raw_data_path,
9999Process_Raw_Topo_Data (raw_data_path = load_path_name ,
100100 dune_save_path = dune_save_path_name ,
101101 topo_save_path = topo_save_path_name ,
102- Beach_Berm_Elev = Beach_Berm_Elev ,
102+ Beach_Berm_Elevation = Beach_Berm_Elevation ,
103103 Seaward_Edge = 'Right' ,
104104 MHW = MHW
105105 )
You can’t perform that action at this time.
0 commit comments