Skip to content

Commit

Permalink
Added resource files to the examples/intake folder
Browse files Browse the repository at this point in the history
  • Loading branch information
turetske committed May 24, 2024
1 parent 3391f00 commit bbd23cc
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/intake/resources/pelican-test-intake.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
variable,long_name,component,experiment,forcing_variant,frequency,vertical_levels,spatial_domain,units,start_time,end_time,path
FLNS,net longwave flux at surface,atm,historical,cmip6,monthly,1.0,global,W/m2,1850-01-16 12:00:00,2014-12-16 12:00:00,osdf:///chtc/PUBLIC/eturetsky/ncar-subset/ncar/monthly/cesm2LE-historical-cmip6-FLNS.zarr
FLNSC,clearsky net longwave flux at surface,atm,historical,cmip6,monthly,1.0,global,W/m2,1850-01-16 12:00:00,2014-12-16 12:00:00,osdf:///chtc/PUBLIC/eturetsky/ncar-subset/ncar/monthly/cesm2LE-historical-cmip6-FLNSC.zarr
FLUT,upwelling longwave flux at top of model,atm,historical,cmip6,monthly,1.0,global,W/m2,1850-01-16 12:00:00,2014-12-16 12:00:00,osdf:///chtc/PUBLIC/eturetsky/ncar-subset/ncar/monthly/cesm2LE-historical-cmip6-FLUT.zarr
FSNS,net solar flux at surface,atm,historical,cmip6,monthly,1.0,global,W/m2,1850-01-16 12:00:00,2014-12-16 12:00:00,osdf:///chtc/PUBLIC/eturetsky/ncar-subset/ncar/monthly/cesm2LE-historical-cmip6-FSNS.zarr
75 changes: 75 additions & 0 deletions examples/intake/resources/pelican-test-intake.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"esmcat_version": "0.1.0",
"id": "pelican-test-intake",
"description": "This is an subset of the ESM collection for CESM2 Large Ensemble Zarr dataset publicly available on Amazon S3 (us-west-2 region) for testing with PelicanFS",
"catalog_file": "pelican-test-intake.csv",
"attributes": [
{
"column_name": "component",
"vocabulary": ""
},
{
"column_name": "frequency",
"vocabulary": ""
},
{
"column_name": "experiment",
"vocabulary": ""
},
{
"column_name": "forcing_variant",
"vocabulary": ""
},
{
"column_name": "variable",
"vocabulary": ""
},
{
"column_name": "long_name",
"vocabulary": ""
},
{
"column_name": "vertical_levels",
"vocabulary": ""
},
{
"column_name": "start_time",
"vocabulary": ""
},
{
"column_name": "end_time",
"vocabulary": ""
},
{
"column_name": "units",
"vocabulary": ""
},
{
"column_name": "spatial_domain",
"vocabulary": ""
}
],
"assets": {
"column_name": "path",
"format": "zarr"
},
"aggregation_control": {
"variable_column_name": "variable",
"groupby_attrs": [
"component",
"experiment",
"frequency",
"forcing_variant"
],
"aggregations": [
{
"type": "union",
"attribute_name": "variable",
"options": {
"compat": "override"
}
}
]
},
"last_updated": "2021-12-27T14:29:25Z"
}

0 comments on commit bbd23cc

Please sign in to comment.