-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathland.yaml
More file actions
86 lines (82 loc) · 2.6 KB
/
land.yaml
File metadata and controls
86 lines (82 loc) · 2.6 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
plugins:
source:
- module: intake_xarray
sources:
CRUTEM4:
description: Land air temperature anomalies on a 5° by 5° grid (Jones et al., 2012)
metadata:
url: https://www.metoffice.gov.uk/hadobs/crutem4/
doi: http://doi.org/10.1029/2011JD017139
driver: netcdf
parameters:
file:
description: name of file
type: str
default: anomalies
allowed:
- anomalies
- nobs
- sampling_error
- station_error
- biased_97.5pc
- biased_2.5pc
args:
urlpath: simplecache::https://www.metoffice.gov.uk/hadobs/crutem4/data/gridded_fields/CRUTEM.4.6.0.0.{{file}}.nc.gz
chunks: {}
storage_options:
simplecache:
same_names: true
CRUTEM4v:
description: Variance adjusted version of CRUTEM4
metadata:
url: https://www.metoffice.gov.uk/hadobs/crutem4/
doi: http://doi.org/10.1029/2011JD017139
driver: netcdf
args:
urlpath: simplecache::https://crudata.uea.ac.uk/cru/data/temperature/CRUTEM.4.6.0.0.variance_adjusted.nc
chunks: {}
CRUTEM5:
description: >-
Land air temperature anomalies on a 5°x5° grid, not infilled (Osborn et al., 2020)
metadata:
url: https://www.metoffice.gov.uk/hadobs/crutem5/
doi: http://doi.org/10.1029/2019JD032352
driver: netcdf
parameters:
file:
description: name of file
type: str
default: anomalies
allowed:
- anomalies
- measurement_sampling
- station_uncertainty
- upper_bias
- lower_bias
- alt.anomalies
- station_counts
args:
urlpath: simplecache::https://crudata.uea.ac.uk/cru/data/temperature/CRUTEM.5.0.0.0.{{file}}.nc
chunks: {}
CRUTEM5alt:
description: >-
Land air temperature anomalies on a 5°x5° grid, not infilled but with better
representation of high-latitude stations (Osborn et al., 2020)
metadata:
url: https://www.metoffice.gov.uk/hadobs/crutem5/
doi: http://doi.org/10.1029/2019JD032352
driver: netcdf
args:
urlpath: simplecache::https://crudata.uea.ac.uk/cru/data/temperature/CRUTEM.5.0.0.0.alt.anomalies.nc
chunks: {}
Leaf_Area_Index:
description: Leaf Area Index (LAI) for MODIS for obs4mip
metadata:
tag:
- cmor
args:
chunks:
time: auto
urlpath: simplecache::https://dpesgf03.nccs.nasa.gov/thredds/fileServer/obs4MIPs/NASA-GSFC/MODIS/obs4MIPs/observations/land/lai/mon/grid/NASA-GSFC/MODIS/V5/lai_MODIS-level_3_v5_200002-200912.nc
driver: netcdf