-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added resource files to the examples/intake folder
- Loading branch information
Showing
2 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |