From fbae0162dbe52d756bd7a525b184777f6cb15fd9 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Thu, 24 Oct 2024 15:36:18 -0400 Subject: [PATCH] WIP: Add LLC 3D region data (#153) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com> --- catalog/input.yaml | 1 + catalog/output/consolidated-web-catalog.json | 40 ++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/catalog/input.yaml b/catalog/input.yaml index 065d10d..583bb89 100644 --- a/catalog/input.yaml +++ b/catalog/input.yaml @@ -16,4 +16,5 @@ feedstocks: - https://github.com/leap-stc/NOAA-Coastwatch-Geo-Polar-SST-pangeo-forge-osn-feedstock/blob/main/feedstock/catalog.yaml - https://github.com/leap-stc/sea-surface-altimetry-data-from-copernicus-feedstock/blob/main/feedstock/catalog.yaml - https://github.com/leap-stc/WOA-1-degree-monthly-pangeo-forge-osn-feedstock/blob/main/feedstock/catalog.yaml + - https://github.com/leap-stc/LLC4320_12h_3D-regions_feedstock/blob/main/feedstock/catalog.yaml - https://github.com/leap-stc/eNATL_feedstock/blob/main/feedstock/catalog.yaml diff --git a/catalog/output/consolidated-web-catalog.json b/catalog/output/consolidated-web-catalog.json index 2c2aec9..2097a64 100644 --- a/catalog/output/consolidated-web-catalog.json +++ b/catalog/output/consolidated-web-catalog.json @@ -873,6 +873,46 @@ ], "ncviewjs:meta_yaml_url": "https://github.com/pangeo-forge/WOA_1degree_monthly-feedstock/blob/main/feedstock/meta.yaml" }, + { + "title": "High-resolution ocean simulation (LLC4320) 12-hourly averaged 3D regions", + "description": "The LLC4320 is an ocean only simulation forced by 6 hourly atmospheric fields, \nwhich was run at NASA JPL by Dimitris Menemenlis. These are 12 hourly averaged \nfields for from 12 different regions in the ocean, each roughly 10degrees by \n10degrees in size, for the top 700m of the water column. There five 3D variables: \nTemperature, Salinity, and 3 components of velocity, and four 2D surface fields:\nBoundary layer depth, surface heat flux, and 2 components of wind stress.\nNote that this is a small part of the original dataset which has been processed and \nsub-sampled to make the size more manageable.\n", + "maintainers": [ + { + "name": "Julius Busecke", + "github": "jbusecke" + } + ], + "provenance": { + "providers": [ + { + "name": "NASA, Abigail Bodner, Dhruv Balwada", + "description": "The data was originally generated by Dimitris Menemenlis at NASA JPL. The sub-sampling and transfer of data was done by Abigail Bodner with some help from Dhruv Balwada", + "roles": ["producer", "licensor"], + "url": null + } + ], + "license": "CC-BY-NC-4.0", + "license_link": null + }, + "thumbnail": null, + "tags": ["llc4320", "m2lines", "ocean", "zarr"], + "links": null, + "stores": [ + { + "id": "agulhas", + "name": "The Agulhas region subset", + "url": "https://nyu1.osn.mghpcc.org/leap-pangeo-manual/LLC4320_12h_3D-regions/agulhas.zarr", + "ncviewjs:rechunking": null, + "public": true, + "geospatial": true, + "xarray_open_kwargs": { + "engine": "zarr" + }, + "last_updated": null + } + ], + "ncviewjs:meta_yaml_url": "https://github.com/leap-stc/LLC4320_12h_3D-regions_feedstock/blob/main/feedstock/meta.yaml" + }, { "title": "eNATL", "description": "eNATL60-TSW-60m & 600m are extractions of a very high resolution oceanic simulation of the North Atlantic performed at MEOM, IGE (FRANCE).\n",