-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoil_moisture.cfg
61 lines (48 loc) · 1.46 KB
/
soil_moisture.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
[h1: Soil Moisture]
[h2: Near Surface]
cmap="Blues"
ctype="ConfSoilMoisture"
[ESACCI_5cm]
variable="mrsos"
source="data/mrsos/ESACCI/mrsos.nc"
depth_range = 0, 0.05
relationships = "GrossPrimaryProductivity/WECANN","LeafAreaIndex/AVH15C1","Evapotranspiration/GLEAMv3.3a"
[Wang2021OLC_mrsos]
variable="mrsos"
source="data/mrsol/Wang2021/mrsol_olc.nc"
depth_range = 0, 0.1
relationships = "GrossPrimaryProductivity/WECANN","LeafAreaIndex/AVH15C1","Evapotranspiration/GLEAMv3.3a"
[Wang2021OLC_mrsol]
variable="mrsol"
source="data/mrsol/Wang2021/mrsol_olc.nc"
depth_range = 0, 0.1
relationships = "GrossPrimaryProductivity/WECANN","LeafAreaIndex/AVH15C1","Evapotranspiration/GLEAMv3.3a"
[h2: Root Zone]
variable="mrsol"
cmap="Blues"
ctype = "ConfSoilMoisture"
[Wang2021OLC]
source="data/mrsol/Wang2021/mrsol_olc.nc"
depth_range = 0, 1.0
relationships = "GrossPrimaryProductivity/WECANN","LeafAreaIndex/AVH15C1","Evapotranspiration/GLEAMv3.3a"
[h1: Relationship Variables]
[h2: Gross Primary Productivity]
variable = "gpp"
[WECANN]
source = "data/gpp/WECANN/gpp.nc"
table_unit = "Pg yr-1"
plot_unit = "g m-2 d-1"
space_mean = False
[h2: Leaf Area Index]
variable = "lai"
cmap = "Greens"
[AVH15C1]
source = "data/lai/AVH15C1/lai.nc"
[h2: Evapotranspiration]
variable = "et"
alternate_vars = "evspsbl"
cmap = "Blues"
[GLEAMv3.3a]
source = "data/evspsbl/GLEAMv3.3a/et.nc"
table_unit = "mm d-1"
plot_unit = "mm d-1"