-
Notifications
You must be signed in to change notification settings - Fork 3
/
trial.cfg
104 lines (88 loc) · 1.97 KB
/
trial.cfg
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# This configure file is for datasets that we are currently
# testing. When they have been promoted to the ILAMB canon configure
# file, they can be removed from here.
[h1: Testing]
[h2: WECANN] ########################################################
[GrossPrimaryProduction]
variable = "gpp"
cmap = "Greens"
source = "WECANN/gpp.nc"
plot_unit = "g m-2 d-1"
table_unit = "Pg yr-1"
space_mean = False
mass_weighting = True
[SensibleHeat]
variable = "hfss"
cmap = "Oranges"
source = "WECANN/hfss.nc"
plot_unit = "W m-2"
table_unit = "W m-2"
mass_weighting = True
[LatentHeat]
variable = "hfls"
cmap = "Oranges"
source = "WECANN/hfls.nc"
plot_unit = "W m-2"
table_unit = "W m-2"
mass_weighting = True
[EvaporativeFraction]
variable = "evapfrac"
cmap = "BuGn"
ctype = ConfEvapFraction
hfss_source = "WECANN/hfss.nc"
hfls_source = "WECANN/hfls.nc"
mass_weighting = True
[h2: CLASS] ########################################################
[Runoff]
variable = "mrro"
cmap = "Blues"
source = "CLASS/mrro.nc"
plot_unit = "mm d-1"
table_unit = "mm d-1"
mass_weighting = True
[SensibleHeat]
variable = "hfss"
cmap = "Oranges"
source = "CLASS/hfss.nc"
plot_unit = "W m-2"
table_unit = "W m-2"
mass_weighting = True
[LatentHeat]
variable = "hfls"
cmap = "Oranges"
source = "CLASS/hfls.nc"
plot_unit = "W m-2"
table_unit = "W m-2"
mass_weighting = True
[EvaporativeFraction]
variable = "evapfrac"
cmap = "BuGn"
ctype = ConfEvapFraction
hfss_source = "CLASS/hfss.nc"
hfls_source = "CLASS/hfls.nc"
mass_weighting = True
[Precipitation]
variable = "pr"
cmap = "Blues"
source = "CLASS/pr.nc"
plot_unit = "mm d-1"
table_unit = "mm d-1"
mass_weighting = True
[NetRadiation]
variable = "rns"
cmap = "RdPu"
derived = "rlds-rlus+rsds-rsus"
source = "CLASS/rns.nc"
plot_unit = "W m-2"
table_unit = "W m-2"
[GroundHeat]
variable = "hfdsl"
cmap = "Oranges"
source = "CLASS/hfdsl.nc"
plot_unit = "W m-2"
table_unit = "W m-2"
[h2: Wang2021]
[SoilMoisture]
variable = "mrsos"
cmap = "Blues"
source = "Wang2021/mrsos_olc.nc"