Skip to content

Commit

Permalink
Update SouthAustralia Velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesnard committed Jan 22, 2025
1 parent 7a76c9e commit 8e333f0
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 189 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@


def main():
# for i, year in enumerate(range(2007, 2025)):
for i, year in enumerate(range(2017, 2025)):
for i, year in enumerate(range(2007, 2025)):
command = [
"generic_cloud_optimised_creation",
"--paths",
Expand All @@ -24,8 +23,8 @@ def main():
]

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

# Run the command
subprocess.run(command, check=True)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dataset_name": "radar_SouthAustraliaGulfs_velocity_hourly_averaged_delayed_qc",
"dataset_name": "radar_SouthAustraliaGulfs_velocity_hourly_averaged_delayed_qc_test",
"logger_name": "radar_SouthAustraliaGulfs_velocity_hourly_averaged_delayed_qc",
"parent_config": "radar_velocity_hourly_averaged_delayed_qc_no_I_J_version_main.json",
"metadata_uuid": "cb2e22b5-ebb9-460b-8cff-b446fe14ea2f",
Expand Down
Loading

0 comments on commit 8e333f0

Please sign in to comment.