-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel_info.yaml
More file actions
89 lines (88 loc) · 2.07 KB
/
Copy pathmodel_info.yaml
File metadata and controls
89 lines (88 loc) · 2.07 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
87
88
# Download configuration for EC-Earth3P-HR model
EC-Earth3P-HR:
# Model resolution (degrees) # TODO: variable resolution with different projections
resolution: 0.25
# List of experiment IDs
experiment_ids:
- hist-1950
- highres-future
# List of member IDs
member_ids:
- r1i1p2f1
- r3i1p2f1
# List of data nodes
data_nodes:
- esgf-data1.llnl.gov
- esgf.ceda.ac.uk
# - esgf3.dkrz.de # calling url throws errors
# - cmip.bcc.cma.cn # listed in metadata from https://esgf-node.llnl.gov/search/cmip6/
# Frequency of data (monthly)
frequency: mon
# Dictionary containing variable information
variable_dict:
# Downward Heat Flux at Sea Water Surface
hfds:
include: true
table_id: Omon
plevels:
- null # surface variable. May automate this more e.g lookup dict of surface/levels var
# Downwelling Shortwave Radiation in Sea Water
rsdo:
include: true
table_id: Omon
plevels:
- -1
# Ocean Mass X Transport
umo:
include: true
table_id: Omon
plevels:
- null
# Ocean Mass Y Transport
vmo:
include: true
table_id: Omon
plevels:
- null
# Ocean Mixed Layer Thickness Defined by Sigma T
mlotst:
include: true
table_id: Omon
plevels:
- null # N.B. could streamline so could be included as a single value rather than a list
# Sea Water Salinity
so:
include: true
table_id: Omon
plevels:
- -1
# Sea Water Potential Temperature
thetao:
include: true
table_id: Omon
plevels:
- -1
# Sea Water X Velocity
uo:
include: true
table_id: Omon
plevels:
- -1
# Sea Water Y Velocity
vo:
include: true
table_id: Omon
plevels:
- -1
# Water Flux into Sea Water
wfo:
include: true
table_id: Omon
plevels:
- null
# Sea Surface Temperature
tos:
include: true
table_id: Omon # also available at 3hr
plevels:
- null