1verbose: 2
2logfile: pycif.log
3workdir: /SOME/WORKING/DIRECTORY
4
5datef: 2010-01-05
6datei: 2010-01-01
7
8mode:
9 plugin:
10 name: forward
11 version: std
12
13 obserror: 0.01
14 perturb_obsvect: true
15
16model:
17 plugin:
18 name: dummy
19 version: std
20
21 chemistry:
22 acspecies:
23 CH4: null
24 file_pg: CIT_ROOT/model_sources/dummy_gauss/Pasquill-Gifford.txt
25
26obsvect:
27 plugin:
28 name: standard
29 version: std
30
31 dir_obsvect: WHERE/TO/DUMP/COMPARISON/TO/OBS
32 dump_type: nc
33
34controlvect:
35 plugin:
36 name: standard
37 version: std
38
39 save_out_netcdf: true
40
41 transform_pipe:
42 trans1:
43 component: fluxes
44 parameter_out: CH4
45 parameters_in:
46 - CH4_ref
47 - CH4_perturb
48 plugin:
49 name: families
50 type: transform
51
52datavect:
53 plugin:
54 name: standard
55 version: std
56
57 components:
58 concs:
59 parameters:
60 CH4:
61 duration: 2H
62 frequency: 1H22min
63 nstations: 50
64 plugin:
65 name: random
66 type: measurements
67 version: param
68 random_subperiod_shift: true
69 seed: true
70 zmax: 100
71
72 fluxes:
73 parameters:
74 CH4:
75 plugin: &id002
76 name: dummy
77 type: fluxes
78 version: txt
79 err: 1
80 errtype: max
81 file: flx_real.txt
82 flx_formula: &id003
83 - product:
84 - sum:
85 - cos: null
86 period: 500
87 variable: zlat
88 - period: 1000
89 sin: null
90 variable: zlon
91 - sum:
92 - period: 1000
93 square: null
94 variable: zlat
95 - period: 1000
96 square: null
97 variable: zlon
98 hcorrelations:
99 dump_hcorr: true
100 evalmin: 0
101 landsea: false
102 sigma: 500
103 hresol: hpixels
104 nlev: 1
105 period: 5D
106 vresol: vpixels
107
108 CH4_perturb:
109 plugin: *id002
110 err: 1
111 errtype: max
112 file: flx_real.txt
113 flx_formula:
114 - sum:
115 - cos: null
116 period: 200
117 variable: zlat
118 - period: 300
119 sin: null
120 variable: zlon
121 hcorrelations: *id001
122 hresol: hpixels
123 nlev: 1
124 period: 5D
125 vresol: vpixels
126 xb_scale: 0.
127
128 CH4_ref:
129 plugin: *id002
130 err: 1
131 errtype: max
132 file: flx_real.txt
133 flx_formula: *id003
134 hcorrelations: *id001
135 hresol: hpixels
136 nlev: 1
137 period: 5D
138 vresol: vpixels
139
140 meteo:
141 dir: CIF_ROOT/data/dummy_gauss/
142 file: meteo2.csv
143 plugin:
144 name: dummy
145 type: meteo
146 version: csv
147 resolution: 1H
148 seed: true
149
150domain:
151 plugin:
152 name: dummy
153 version: std
154
155 nlat: 15
156 nlon: 30
157 xmax: 2500
158 xmin: 0
159 ymax: 2000
160 ymin: 0