From 513edad35185c77bd6637d142c20dff35fa8d806 Mon Sep 17 00:00:00 2001 From: j-atkins <106238905+j-atkins@users.noreply.github.com> Date: Mon, 26 May 2025 10:40:43 +0200 Subject: [PATCH 1/3] yamls for example log output animation --- animation_files/schedule.yaml | 28 ++++++++++++++++++++++++++++ animation_files/ship_config.yaml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 animation_files/schedule.yaml create mode 100644 animation_files/ship_config.yaml diff --git a/animation_files/schedule.yaml b/animation_files/schedule.yaml new file mode 100644 index 0000000..0d89781 --- /dev/null +++ b/animation_files/schedule.yaml @@ -0,0 +1,28 @@ +space_time_region: + spatial_range: + maximum_depth: 5000.0 + maximum_latitude: 59.690742 + maximum_longitude: -1.928976 + minimum_depth: 0.0 + minimum_latitude: 53.636306 + minimum_longitude: -5.586463 + time_range: + end_time: 2023-01-15 00:00:00 + start_time: 2023-01-01 00:00:00 +waypoints: +- instrument: + - CTD_BGC + - CTD + - XBT + - ARGO_FLOAT + location: + latitude: 53.636306 + longitude: -5.586463 + time: 2023-01-01 00:00:00 +- instrument: + - CTD_BGC + - DRIFTER + location: + latitude: 59.690742 + longitude: -1.928976 + time: 2023-01-10 00:00:00 diff --git a/animation_files/ship_config.yaml b/animation_files/ship_config.yaml new file mode 100644 index 0000000..03f05be --- /dev/null +++ b/animation_files/ship_config.yaml @@ -0,0 +1,30 @@ +ship_speed_knots: 10.0 +adcp_config: + num_bins: 40 + max_depth_meter: -1000.0 + period_minutes: 120.0 +argo_float_config: + cycle_days: 10.0 + drift_days: 9.0 + drift_depth_meter: -1000.0 + max_depth_meter: -2000.0 + min_depth_meter: 0.0 + vertical_speed_meter_per_second: -0.1 +ctd_config: + max_depth_meter: -2000.0 + min_depth_meter: -11.0 + stationkeeping_time_minutes: 20.0 +ctd_bgc_config: + max_depth_meter: -2000.0 + min_depth_meter: -11.0 + stationkeeping_time_minutes: 20.0 +drifter_config: + depth_meter: 0.0 + lifetime_minutes: 60480.0 +xbt_config: + max_depth_meter: -285.0 + min_depth_meter: -2.0 + fall_speed_meter_per_second: 6.7 + deceleration_coefficient: 0.00225 +ship_underwater_st_config: + period_minutes: 80.0 From 154c0d8f8726aabfdca715b4cf8e36c9040beefa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 08:45:25 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- animation_files/schedule.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/animation_files/schedule.yaml b/animation_files/schedule.yaml index 0d89781..430c95b 100644 --- a/animation_files/schedule.yaml +++ b/animation_files/schedule.yaml @@ -10,19 +10,19 @@ space_time_region: end_time: 2023-01-15 00:00:00 start_time: 2023-01-01 00:00:00 waypoints: -- instrument: - - CTD_BGC - - CTD - - XBT - - ARGO_FLOAT - location: - latitude: 53.636306 - longitude: -5.586463 - time: 2023-01-01 00:00:00 -- instrument: - - CTD_BGC - - DRIFTER - location: - latitude: 59.690742 - longitude: -1.928976 - time: 2023-01-10 00:00:00 + - instrument: + - CTD_BGC + - CTD + - XBT + - ARGO_FLOAT + location: + latitude: 53.636306 + longitude: -5.586463 + time: 2023-01-01 00:00:00 + - instrument: + - CTD_BGC + - DRIFTER + location: + latitude: 59.690742 + longitude: -1.928976 + time: 2023-01-10 00:00:00 From 10430b99f4c25189507a4c2281682f4c34000def Mon Sep 17 00:00:00 2001 From: j-atkins <106238905+j-atkins@users.noreply.github.com> Date: Mon, 26 May 2025 10:59:09 +0200 Subject: [PATCH 3/3] add comment stating which commit generated from --- animation_files/schedule.yaml | 1 + animation_files/ship_config.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/animation_files/schedule.yaml b/animation_files/schedule.yaml index 430c95b..74d2717 100644 --- a/animation_files/schedule.yaml +++ b/animation_files/schedule.yaml @@ -1,3 +1,4 @@ +# generated from virtualship commit f279780 space_time_region: spatial_range: maximum_depth: 5000.0 diff --git a/animation_files/ship_config.yaml b/animation_files/ship_config.yaml index 03f05be..db91945 100644 --- a/animation_files/ship_config.yaml +++ b/animation_files/ship_config.yaml @@ -1,3 +1,4 @@ +# generated from virtualship commit f279780 ship_speed_knots: 10.0 adcp_config: num_bins: 40