Skip to content

Commit 7722586

Browse files
authored
Merge pull request #109 from aodn/ConfigChanges
Radar: update config and notebooks
2 parents e503549 + 8784bf9 commit 7722586

16 files changed

+4969
-4149
lines changed

aodn_cloud_optimised/bin/radar_BonneyCoast_velocity_hourly_averaged_delayed_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def main():
6-
for i, year in enumerate(range(2007, 2025)):
6+
for i, year in enumerate(range(2010, 2025)):
77
command = [
88
"generic_cloud_optimised_creation",
99
"--paths",

aodn_cloud_optimised/bin/radar_CapricornBunkerGroup_velocity_hourly_averaged_delayed_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def main():
6-
for i, year in enumerate(range(2007, 2025)):
6+
for i, year in enumerate(range(2009, 2025)):
77
command = [
88
"generic_cloud_optimised_creation",
99
"--paths",

aodn_cloud_optimised/bin/radar_CoffsHarbour_velocity_hourly_averaged_delayed_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def main():
6-
for i, year in enumerate(range(2007, 2025)):
6+
for i, year in enumerate(range(2012, 2025)):
77
command = [
88
"generic_cloud_optimised_creation",
99
"--paths",

aodn_cloud_optimised/bin/radar_Newcastle_velocity_hourly_averaged_delayed_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def main():
6-
for i, year in enumerate(range(2007, 2025)):
6+
for i, year in enumerate(range(2017, 2025)):
77
command = [
88
"generic_cloud_optimised_creation",
99
"--paths",

aodn_cloud_optimised/bin/radar_NorthWestShelf_velocity_hourly_averaged_delayed_qc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def main():
6-
for i, year in enumerate(range(2007, 2025)):
6+
for i, year in enumerate(range(2022, 2025)):
77
command = [
88
"generic_cloud_optimised_creation",
99
"--paths",
@@ -17,8 +17,8 @@ def main():
1717
]
1818

1919
# Add --clear-existing-data for the first iteration only
20-
if i == 0:
21-
command.append("--clear-existing-data")
20+
# if i == 0:
21+
# command.append("--clear-existing-data")
2222

2323
# Run the command
2424
subprocess.run(command, check=True)

aodn_cloud_optimised/bin/radar_TurquoiseCoast_velocity_hourly_averaged_delayed_qc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def main():
66
# starts in 2009, no data in 2013, 2014
7-
for i, year in enumerate(range(2014, 2025)):
7+
for i, year in enumerate(range(2009, 2025)):
88
command = [
99
"generic_cloud_optimised_creation",
1010
"--paths",
@@ -18,8 +18,8 @@ def main():
1818
]
1919

2020
# Add --clear-existing-data for the first iteration only
21-
# if i == 0:
22-
# command.append("--clear-existing-data")
21+
if i == 0:
22+
command.append("--clear-existing-data")
2323

2424
# Run the command
2525
subprocess.run(command, check=True)

aodn_cloud_optimised/config/dataset/radar_velocity_hourly_averaged_delayed_qc_main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"coiled_cluster_options": {
66
"n_workers": [
77
12,
8-
80
8+
120
99
],
1010
"scheduler_vm_types": "m7i.large",
1111
"worker_vm_types": "m7i.xlarge",
@@ -16,7 +16,7 @@
1616
"memory_limit": "64GB"
1717
}
1818
},
19-
"batch_size": 3000,
19+
"batch_size": 6000,
2020
"var_template_shape": "UCUR",
2121
"vars_to_drop_no_common_dimension": [
2222
"I",

aodn_cloud_optimised/config/dataset/radar_velocity_hourly_averaged_delayed_qc_no_I_J_version_main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"coiled_cluster_options": {
66
"n_workers": [
77
12,
8-
80
8+
140
99
],
1010
"scheduler_vm_types": "m7i.large",
1111
"worker_vm_types": "m7i.xlarge",
@@ -16,7 +16,7 @@
1616
"memory_limit": "64GB"
1717
}
1818
},
19-
"batch_size": 3000,
19+
"batch_size": 6000,
2020
"var_template_shape": "UCUR",
2121
"vars_to_drop_no_common_dimension": [
2222
"LATITUDE",

aodn_cloud_optimised/config/dataset/radar_wave_delayed_qc_no_I_J_version_main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"coiled_cluster_options": {
66
"n_workers": [
77
12,
8-
80
8+
140
99
],
1010
"scheduler_vm_types": "m7i.large",
1111
"worker_vm_types": "m7i.xlarge",

aodn_cloud_optimised/config/dataset/radar_wind_delayed_qc_no_I_J_version_main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"coiled_cluster_options": {
66
"n_workers": [
77
12,
8-
80
8+
140
99
],
1010
"scheduler_vm_types": "m7i.large",
1111
"worker_vm_types": "m7i.xlarge",

0 commit comments

Comments
 (0)