-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheccas.cfg
68 lines (59 loc) · 1.64 KB
/
eccas.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
# Sample configuration file for the diagnostic package.
# Feel free to copy this to your own cfg file, and modify as needed.
# Custom command-line parameters can be defined with {} brackets.
# E.g., {--myparam:DESCRIPTION:DEFAULT}
# Data products to use
[Experiment]
dir = {experiment:Location of the model output.}
desc = {--desc:Short description of the experient:Experiment}
#title = Full title goes here (overrides auto-generated title from "desc" parameter")
color = blue
linestyle = -
marker = None
interface = eccas-dry
[Emissions]
dir = {--emissions:Location of the model emissions.}
color = lightblue
linestyle = -
marker = None
interface = eccas-flux
[Control]
dir = {--control:Location of the control run (if desired).}
color = red
linestyle = -
marker = None
interface = eccas-dry
[CarbonTracker]
dir = /wrk1/EC-CAS/CarbonTracker/CT2013B
color = green
linestyle = -
marker = None
interface = ct2013b
[EC Station Obs]
dir = /wrk1/EC-CAS/surface/EC-2015
color = black
linestyle = -
std_style = shade
marker = None
interface = ec-station-obs
[GAW Station Obs (hourly)]
dir = /wrk1/EC-CAS/surface/GAW-2014/co2/hourly/y2009 /wrk1/EC-CAS/surface/GAW-2014/co2/hourly/y2010 /wrk6/chan/gaw_ch4_obs/hourly/y2009
color = black
linestyle = -
std_style = shade
marker = None
interface = gaw-station-obs
[GAW Station Obs (event)]
dir = /wrk1/EC-CAS/surface/GAW-2014/co2/event /wrk6/chan/gaw_ch4_obs/event
color = black
linestyle = None
std_style = shade
marker = o
interface = gaw-station-obs
[Obspack Aircraft]
dir = /wrk1/EC-CAS/ObsPack/obspack_co2_1_PROTOTYPE_v1.0.4_2013-11-25
color = black
linestyle = -
std_style = shade
marker = None
interface = obspack-aircraft