@@ -70,31 +70,34 @@ public static void main(String[] args) throws IOException {
70
70
gridSpacing = 0.01 ;
71
71
72
72
gmms = new AttenRelRef [] { AttenRelRef .USGS_PRVI_ACTIVE , AttenRelRef .USGS_PRVI_INTERFACE , AttenRelRef .USGS_PRVI_SLAB };
73
+ periods = new double [] { 0d , 0.2d , 1d , 5d };
74
+ supersample = true ;
73
75
74
76
// String suffix = "ba_only-LARGE";
75
77
// String solFileName = "results_PRVI_SUB_FM_LARGE_branch_averaged_gridded.zip";
76
78
77
79
// String suffix = "ba_only-LARGE-true_pt_src";
78
80
// String solFileName = "results_PRVI_SUB_FM_LARGE_branch_averaged_gridded.zip";
79
81
80
- String baseDirName = "2024_11_19 -prvi25_crustal_subduction_combined_branches" ;
82
+ // String baseDirName = "2024_12_12 -prvi25_crustal_subduction_combined_branches";
81
83
// String suffix = "ba_only";
82
- // String suffix = "ba_only-test_grid_branch";
83
- String suffix = "ba_only-test_grid_branch-supersample" ; supersample = true ;
84
- String solFileName = "combined_branch_averaged_solution.zip" ;
84
+ // String solFileName = "combined_branch_averaged_solution.zip";
85
85
86
- // String baseDirName = "2024_11_19 -prvi25_crustal_branches-dmSample5x";
86
+ // String baseDirName = "2024_12_12 -prvi25_crustal_branches-dmSample5x";
87
87
// String suffix = "ba_only";
88
88
// String solFileName = "results_PRVI_CRUSTAL_FM_V1p1_branch_averaged_gridded.zip";
89
89
90
- // String baseDirName = "2024_11_19-prvi25_subduction_branches";
91
- // String suffix = "ba_only-SLAB_only";
92
- // String solFileName = "results_PRVI_SLAB_ONLY_branch_averaged_gridded.zip";
93
- // bgOps = new IncludeBackgroundOption[] { IncludeBackgroundOption.ONLY };
94
- //// String suffix = "ba_only-INTERFACE_only";
95
- //// String solFileName = "results_PRVI_INTERFACE_ONLY_branch_averaged_gridded.zip";
96
- //// String suffix = "ba_only-both_fms";
97
- //// String solFileName = "results_PRVI_SUB_FMs_combined_branch_averaged_gridded.zip";
90
+ String baseDirName = "2024_12_12-prvi25_subduction_branches" ;
91
+ String suffix = "ba_only-SLAB_only" ;
92
+ String solFileName = "results_PRVI_SLAB_ONLY_branch_averaged_gridded.zip" ;
93
+ bgOps = new IncludeBackgroundOption [] { IncludeBackgroundOption .ONLY };
94
+ // String suffix = "ba_only-INTERFACE_only";
95
+ // String solFileName = "results_PRVI_INTERFACE_ONLY_branch_averaged_gridded.zip";
96
+ // String suffix = "ba_only-both_fms";
97
+ // String solFileName = "results_PRVI_SUB_FMs_combined_branch_averaged_gridded.zip";
98
+
99
+ // vs30 = 760d; suffix += "-vs760";
100
+ vs30 = 260d ; suffix += "-vs260" ;
98
101
99
102
/*
100
103
* RSQSim
0 commit comments