-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparameterized.yml
More file actions
70 lines (61 loc) · 1.5 KB
/
parameterized.yml
File metadata and controls
70 lines (61 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
description: "parameterized rad-irf data catalog"
plugins:
source:
- module: intake_xarray
sources:
CanESM5:
description: CanESM5
engine: netcdf4
args:
path: "{{CATALOG_DIR}}/CanESM5.yml"
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
GISS_E2:
description: GISS-E2-1-G
engine: netcdf4
args:
path: "{{CATALOG_DIR}}/GISS-E2.yml"
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
GISS_E3:
description: GISS-E3-G
engine: netcdf4
args:
path: "{{CATALOG_DIR}}/GISS-E3.yml"
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
HadGEM3:
description: HadGEM3-GCM
engine: netcdf4
args:
path: "{{CATALOG_DIR}}/HadGEM3.yml"
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
MIROC6:
description: MIROC6
engine: netcdf4
args:
path: "{{CATALOG_DIR}}/MIROC6.yml"
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
GFDL:
description: GFDL-CM4
engine: netcdf4
args:
path: "{{CATALOG_DIR}}/GFDL.yml"
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
RRTMG:
description: RRTMG
engine: netcdf4
args:
path: "{{CATALOG_DIR}}/RRTMG.yml"
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
RTE_RRTMGP:
description: RTE-RRTMGP-181204
engine: netcdf4
args:
path: "{{CATALOG_DIR}}/RTE_RRTMGP.yml"
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}