Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add LLC 3D region data #153

Merged
merged 12 commits into from
Oct 24, 2024
1 change: 1 addition & 0 deletions catalog/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
40 changes: 40 additions & 0 deletions catalog/output/consolidated-web-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down