From fba1523fe5af864b0dd1b5bbad6eb281b1e702ea Mon Sep 17 00:00:00 2001 From: Stefano Campanella <15182642+stefanocampanella@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:11:35 +0200 Subject: [PATCH 1/6] Add ARCO-OCEAN dataset to the open-data-registry --- datasets/ogs-arco-ocean.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 datasets/ogs-arco-ocean.yaml diff --git a/datasets/ogs-arco-ocean.yaml b/datasets/ogs-arco-ocean.yaml new file mode 100644 index 000000000..3c7e618a8 --- /dev/null +++ b/datasets/ogs-arco-ocean.yaml @@ -0,0 +1,28 @@ +Name: ARCO-OCEAN +Description: | + ARCO-OCEAN is an analysis-ready cloud-optimized dataset providing physical properties of the ocean, waves, and sea ice for a period of about 28 years between the 1st of January 1993 and the 30th of June 2021. The dataset includes also atmospheric and hydrological variables that would be needed as boundary conditions and used to drive a numerical simulation. The dataset is the result of collecting, processing, merging and optimizing for the cloud different data sources, all retrospective analyses (reanalyses) or hindcasts of different Earth system components. The dataset has been designed with machine learning in mind, and takes inspiration from similar datasets derived from ERA5. +Documentation: "[ARCO-OCEAN](https://github.com/inogs/arco-ocean)" +Contact: scampanella@ogs.it +ManagedBy: "[OGS](https://www.ogs.it/en/dynamics-ecosystems-and-computational-oceanography)" +UpdateFrequency: Variable (as needed). +Tags: + - analysis ready data + - atmosphere + - climate + - hydrology + - ice + - machine learning + - oceans + - physics + - zarr +License: "[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)" +Citation: "Campanella, S., Salon S., Querin, S., Bortolussi, L., and Stock, J.: ARCO-OCEAN: A dataset of physical properties of the ocean, waves, and sea ice, with hydrological and atmospheric forcing, optimized for machine learning, accessed on DD-MM-YYYY." +DataAtWork: + Tutorials: + - Title: Computing the Oceanic El Nino Index (ONI) with Xarray and ARCO-OCEAN + URL: https://github.com/inogs/arco-ocean/blob/main/tutorials/oni.ipynb + NotebookURL: https://github.com/inogs/arco-ocean/blob/main/tutorials/oni.ipynb + AuthorName: OGS + AuthorURL: https://github.com/inogs/ +ADXCategories: + - Environmental Data \ No newline at end of file From 1586d1514d45dd22dd02bf3787079b199f83664a Mon Sep 17 00:00:00 2001 From: Stefano Campanella <15182642+stefanocampanella@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:21:51 +0200 Subject: [PATCH 2/6] Fix typo in the citation field of ARCO-OCEAN dataset configuration --- datasets/ogs-arco-ocean.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/ogs-arco-ocean.yaml b/datasets/ogs-arco-ocean.yaml index 3c7e618a8..9202564d1 100644 --- a/datasets/ogs-arco-ocean.yaml +++ b/datasets/ogs-arco-ocean.yaml @@ -16,7 +16,7 @@ Tags: - physics - zarr License: "[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)" -Citation: "Campanella, S., Salon S., Querin, S., Bortolussi, L., and Stock, J.: ARCO-OCEAN: A dataset of physical properties of the ocean, waves, and sea ice, with hydrological and atmospheric forcing, optimized for machine learning, accessed on DD-MM-YYYY." +Citation: "Campanella, S., Salon, S., Querin, S., Bortolussi, L., and Stock, J.: ARCO-OCEAN: A dataset of physical properties of the ocean, waves, and sea ice, with hydrological and atmospheric forcing, optimized for machine learning, accessed on DD-MM-YYYY." DataAtWork: Tutorials: - Title: Computing the Oceanic El Nino Index (ONI) with Xarray and ARCO-OCEAN From 7daa039f8104dbf3c197d6616058cdbabe061e80 Mon Sep 17 00:00:00 2001 From: Stefano Campanella <15182642+stefanocampanella@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:04:03 +0100 Subject: [PATCH 3/6] Add resources section to ARCO-OCEAN dataset configuration --- datasets/ogs-arco-ocean.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/datasets/ogs-arco-ocean.yaml b/datasets/ogs-arco-ocean.yaml index 9202564d1..c1739f584 100644 --- a/datasets/ogs-arco-ocean.yaml +++ b/datasets/ogs-arco-ocean.yaml @@ -17,6 +17,11 @@ Tags: - zarr License: "[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)" Citation: "Campanella, S., Salon, S., Querin, S., Bortolussi, L., and Stock, J.: ARCO-OCEAN: A dataset of physical properties of the ocean, waves, and sea ice, with hydrological and atmospheric forcing, optimized for machine learning, accessed on DD-MM-YYYY." +Resources: + - Description: Zarr analysis ready data + ARN: arn:aws:s3:::ogs-arco-ocean + Region: eu-south-1 + Type: S3 Bucket DataAtWork: Tutorials: - Title: Computing the Oceanic El Nino Index (ONI) with Xarray and ARCO-OCEAN From 9fb0744c33070566325f032720670434e3195745 Mon Sep 17 00:00:00 2001 From: cstner <66844762+cstner@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:46:30 -0800 Subject: [PATCH 4/6] ok: Update ogs-arco-ocean.yaml --- datasets/ogs-arco-ocean.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datasets/ogs-arco-ocean.yaml b/datasets/ogs-arco-ocean.yaml index c1739f584..0e08b3f37 100644 --- a/datasets/ogs-arco-ocean.yaml +++ b/datasets/ogs-arco-ocean.yaml @@ -6,6 +6,7 @@ Contact: scampanella@ogs.it ManagedBy: "[OGS](https://www.ogs.it/en/dynamics-ecosystems-and-computational-oceanography)" UpdateFrequency: Variable (as needed). Tags: + - aws-pds - analysis ready data - atmosphere - climate @@ -30,4 +31,4 @@ DataAtWork: AuthorName: OGS AuthorURL: https://github.com/inogs/ ADXCategories: - - Environmental Data \ No newline at end of file + - Environmental Data From 9562a912345be72cc4ba757c36817637827c5acb Mon Sep 17 00:00:00 2001 From: Stefano Campanella <15182642+stefanocampanella@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:21:18 +0100 Subject: [PATCH 5/6] Add SNS Topic for notifications to ARCO-OCEAN dataset configuration --- datasets/ogs-arco-ocean.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/datasets/ogs-arco-ocean.yaml b/datasets/ogs-arco-ocean.yaml index 0e08b3f37..2dd61e280 100644 --- a/datasets/ogs-arco-ocean.yaml +++ b/datasets/ogs-arco-ocean.yaml @@ -23,6 +23,10 @@ Resources: ARN: arn:aws:s3:::ogs-arco-ocean Region: eu-south-1 Type: S3 Bucket + - Description: Notifications for new ARCO-OCEAN data + ARN: arn:aws:sns:eu-south-1:985149164500:ogs-arco-ocean-object_created + Region: eu-south-1 + Type: SNS Topic DataAtWork: Tutorials: - Title: Computing the Oceanic El Nino Index (ONI) with Xarray and ARCO-OCEAN From ca027ab6d295ef4d75fe54a4adc381c3b0e952fc Mon Sep 17 00:00:00 2001 From: cstner <66844762+cstner@users.noreply.github.com> Date: Tue, 4 Nov 2025 07:41:59 -0900 Subject: [PATCH 6/6] ok: Update ogs-arco-ocean.yaml