Skip to content

Commit f7ea382

Browse files
Cleaned up mysites filed - added noEarthquakeDate to all entries, fixed CentralValley track, removed special characters. Also reset versions and dates on ARIA_prep, Coseismic, and Secular notebooks.
1 parent 8a1638e commit f7ea382

File tree

4 files changed

+547
-532
lines changed

4 files changed

+547
-532
lines changed

methods/coseismic/Coseismic_Requirement_Validation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
"dataset = \"ARIA_S1_new\" # Dataset type: 'ARIA_S1', 'ARIA_S1_new'\n",
147147
"aria_gunw_version = \"3_0_1\"\n",
148148
"\n",
149-
"rundate = \"20250508\" # Date of this Cal/Val run\n",
150-
"version = \"1c\" # Version of this Cal/Val run\n",
149+
"rundate = \"20250512\" # Date of this Cal/Val run\n",
150+
"version = \"1\" # Version of this Cal/Val run\n",
151151
"custom_sites = \"/home/jovyan/my_sites.txt\" # Path to custom site metadata\n",
152152
"\n",
153153
"# === Username Detection / Creation ===\n",

methods/secular/Secular_Requirement_Validation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@
144144
"outputs": [],
145145
"source": [
146146
"# === Basic Configuration ===\n",
147-
"site = \"CalVal_S1_LosAngelesA64\" # Cal/Val location ID\n",
147+
"site = \"CalVal_S1_LongValleyD144\" # Cal/Val location ID\n",
148148
"requirement = \"Secular\" # Options: 'Secular', 'Coseismic', 'Transient'\n",
149149
"dataset = \"ARIA_S1_new\" # Dataset type: 'ARIA_S1', 'ARIA_S1_new'\n",
150150
"aria_gunw_version = \"3_0_1\"\n",
151151
"\n",
152-
"rundate = \"20250508\" # Date of this Cal/Val run\n",
152+
"rundate = \"20250512\" # Date of this Cal/Val run\n",
153153
"version = \"1\" # Version of this Cal/Val run\n",
154154
"custom_sites = \"/home/jovyan/my_sites.txt\" # Path to custom site metadata\n",
155155
"\n",

0 commit comments

Comments
 (0)