1#####################
  2# pyCIF config file #
  3#####################
  4
  5# Define here all parameters for pyCIF following YAML syntax
  6# For details on YAML syntax, please see:
  7# http://docs.ansible.com/ansible/latest/YAMLSyntax.html
  8
  9###############################################################################
 10# pyCIF parameters
 11
 12rootdir: &rootdir /tmp/CIF/
 13outdir: &outdir  !join [*rootdir, /.tox/py38/tmp]
 14verbose: 2
 15logfile: pycif.logtest
 16workdir:  !join [*outdir, /adjtltest_short_setup_melchior_rand-incr_chi-testspace_fullperiod]
 17datei: 2011-03-22 00:00:00
 18datef: 2011-03-22 03:00:00
 19
 20###############################################################################
 21
 22# http://community-inversion.eu/documentation/plugins/modes/adj-tl_test.html
 23
 24mode:
 25  plugin:
 26    name: adj-tl_test
 27    version: std
 28
 29  increments: 0.2
 30  incrmode: rand
 31  testspace: chi
 32
 33###############################################################################
 34
 35# http://community-inversion.eu/documentation/plugins/obsoperators/standard.html
 36
 37obsoperator:
 38  plugin:
 39    name: standard
 40    version: std
 41
 42  autorestart: false
 43  monitor_memory: true
 44
 45###############################################################################
 46
 47# http://community-inversion.eu/documentation/plugins/platforms/docker.html
 48
 49platform:
 50  plugin:
 51    name: docker
 52    version: cif
 53
 54  cores: 10
 55  queue: mediump
 56
 57###############################################################################
 58
 59# http://community-inversion.eu/documentation/plugins/models/chimere.html
 60
 61model:
 62  plugin:
 63    name: CHIMERE
 64    version: std
 65
 66  direxec: /tmp/PYCIF_DATA_TEST/CHIMERE/CHIMERE_executables
 67  dir_sources:  !join [*rootdir, /model_sources/chimereGES]
 68  auto-recompile: true
 69  periods: 3H
 70  nphour_ref: 6
 71  ichemstep: 1
 72  ideepconv: 0
 73  nzdoms: 1
 74  nmdoms: 1
 75  nivout: 17
 76  nlevemis: 17
 77  usechemistry: 1
 78  usedepos: 1
 79  usewetdepos: 1
 80  useemisb: 1
 81
 82###############################################################################
 83
 84# http://community-inversion.eu/documentation/plugins/domains/chimere.html
 85
 86domain:
 87  plugin:
 88    name: CHIMERE
 89    version: std
 90
 91  domid: ACADOK
 92  repgrid: /tmp/PYCIF_DATA_TEST/CHIMERE/domains
 93  nlev: 17
 94  p1: 997
 95  pmax: 200
 96  emissublayer: 0
 97
 98###############################################################################
 99
100chemistry:
101  dir_precomp: /tmp/PYCIF_DATA_TEST/CHIMERE/chemical_schemes
102  schemeid: univ.melchior2
103
104###############################################################################
105
106# http://community-inversion.eu/documentation/plugins/obsvects/standard.html
107
108obsvect:
109  plugin:
110    name: standard
111    version: std
112
113  dump_obs: true
114
115###############################################################################
116
117# http://community-inversion.eu/documentation/plugins/controlvects/standard.html
118
119controlvect:
120  plugin:
121    name: standard
122    version: std
123
124  dump: true
125
126###############################################################################
127
128# http://community-inversion.eu/documentation/plugins/datavects/standard.html
129
130datavect:
131  plugin:
132    name: standard
133    version: std
134
135  components:
136    flux:
137      plugin:
138        name: CHIMERE
139        version: AEMISSIONS
140        type: flux
141      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
142      file: 'AEMISSIONS.%Y%m%d%H.3.nc'
143      file_freq: 3H
144      parameters:
145        HCHO:
146          plugin:
147            name: CHIMERE
148            version: AEMISSIONS
149            type: flux
150          file_freq: 3H
151          hresol: hpixels
152          err: 1
153          tresol: 1H
154          hcorrelations:
155            dump_hcorr: true
156            sigma_land: 200
157            sigma_sea: 1000
158            landsea: true
159            filelsm: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK/ACAD_landseamask.nc
160          tcorrelations:
161            sigma_t: 3H
162
163        CO:
164          plugin:
165            name: CHIMERE
166            version: AEMISSIONS
167            type: flux
168          file_freq: 3H
169          hresol: bands
170          bands_lat:
171          - 45
172          - 47
173          - 50
174          - 54
175          bands_lon:
176          - -2
177          - 0
178          - 3
179          - 6
180          - 8
181          vresol: kbands
182          kbands:
183          - 0
184          - 10
185          - 15
186          - 17
187          nlev: 17
188          err: 1
189          tresol: 3H
190          hcorrelations:
191            dump_hcorr: true
192            sigma: 100
193
194        CH4:
195          plugin:
196            name: CHIMERE
197            version: AEMISSIONS
198            type: flux
199          file_freq: 3H
200          hresol: ibands
201          bands_i:
202          - 0
203          - 2
204          - 5
205          - 8
206          - 12
207          - 15
208          bands_j:
209          - 0
210          - 5
211          - 10
212          - 18
213          vresol: vpixels
214          nlev: 17
215          err: 1
216          tresol: 3H
217          hcorrelations:
218            dump_hcorr: true
219            sigma: 100
220
221        NH3:
222          plugin:
223            name: CHIMERE
224            version: AEMISSIONS
225            type: flux
226          file_freq: 3H
227          hresol: regions
228          regions_infos:
229            dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
230            file: AEMISSIONS.regions.nc
231            default_read: true
232          vresol: vpixels
233          nlev: 17
234          err: 1
235          tresol: 3H
236          hcorrelations:
237            dump_hcorr: true
238            sigma: 100
239
240    latcond:
241      plugin:
242        name: CHIMERE
243        version: icbc
244        type: field
245      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
246      file: 'BOUN_CONCS.%Y%m%d%H.3.nc'
247      file_freq: 3H
248      comp_type: latcond
249      parameters:
250        NO2:
251          hresol: hpixels
252          is_lbc: true
253          vresol: vpixels
254          nlev: 17
255          err: 0.1
256          tresol: 1H
257          file_freq: 3H
258        HCHO:
259          hresol: bands
260          bands_lat:
261          - 45
262          - 47
263          - 52
264          - 54
265          bands_lon:
266          - -1.5
267          - 0
268          - 6.5
269          - 8
270          is_lbc: true
271          vresol: vpixels
272          nlev: 17
273          err: 0.1
274          tresol: 1H
275          file_freq: 3H
276        CO:
277          hresol: bands
278          bands_lat:
279          - 45
280          - 47
281          - 52
282          - 54
283          bands_lon:
284          - -1.5
285          - 0
286          - 6.5
287          - 8
288          is_lbc: true
289          nlev: 17
290          err: 0.1
291          tresol: 1H
292          file_freq: 3H
293          vresol: kbands
294          kbands:
295          - 0
296          - 10
297          - 15
298          - 17
299        CH4:
300          plugin:
301            name: ECMWF
302            version: grib2
303            type: field
304          dir: '/tmp/PYCIF_DATA_TEST//RAW//ECMWF/europe160/%Y/%m/'
305          varname: co2
306          file: 'macc.160europe.%Y%m%d0000%H.grb2'
307          unit_conversion:
308            scale: 1810375000.0
309          regrid:
310            method: bilinear
311          time_interpolation:
312            method: linear
313          vertical_interpolation:
314            method: linear
315          is_lbc: true
316          nlev: 40
317
318    topcond:
319      plugin:
320        name: CHIMERE
321        version: icbc
322        type: field
323      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
324      file: 'BOUN_CONCS.%Y%m%d%H.3.nc'
325      file_freq: 3H
326      comp_type: topcond
327
328    meteo:
329      plugin:
330        name: CHIMERE
331        version: std
332      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
333      file: 'METEO.%Y%m%d%H.3.nc'
334      file_freq: 3H
335
336    inicond:
337      plugin:
338        name: CHIMERE
339        version: icbc
340        type: field
341      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
342      file: INI_CONCS.0.nc
343      comp_type: inicond
344      parameters:
345        HCHO:
346          hresol: hpixels
347          err: 0.05
348        NO2:
349          hresol: hpixels
350          err: 0.05
351        CH4:
352          hresol: hpixels
353          err: 0.05
354          vresol: vpixels
355          nlev: 17
356        CO:
357          hresol: hpixels
358          err: 0.05
359          vresol: kbands
360          kbands:
361          - 0
362          - 10
363          - 15
364          - 17
365          nlev: 17
366
367    concs:
368      parameters:
369        HCHO:
370          dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
371          file: monitor_test.nc
372        NO2:
373          plugin:
374            name: random
375            type: measurements
376            version: param
377          duration: 2H
378          frequency: 22min
379          nstations: 1
380          random_subperiod_shift: true
381          seed: true
382          zmax: 100
383          regrid:
384            method: bilinear
385
386    bioflux:
387      plugin:
388        name: CHIMERE
389        version: AEMISSIONS
390        type: flux
391      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
392      file: 'BEMISSIONS.%Y%m%d%H.3.nc'
393      file_freq: 3H
394      emis_type: bio
395      parameters:
396        C5H8:
397          plugin:
398            name: CHIMERE
399            version: AEMISSIONS
400            type: flux
401          dir: /tmp/PYCIF_DATA_TEST/CHIMERE/EUROCOM/NOx
402          file: 'BEMISSIONS.201502%d%H.24.nc'
403          file_freq: 24H
404          emis_type: bio
405          domain:
406            plugin:
407              name: CHIMERE
408              version: std
409            domid: EUROCOM
410            repgrid: /tmp/PYCIF_DATA_TEST/CHIMERE/domains
411            nlev: 17
412            p1: 997
413            pmax: 200
414            emissublayer: 0
415
416    satellites:
417      parameters:
418        NO2:
419          dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
420          file: 'monitor_OMIQA4ECV_NO2_ACADOK.%Y%m%d.9H.nc'
421          formula: 2
422          pressure: Pa
423          chosenlev: 0
424          extend_surf: false
425          cropstrato: false
426          nchunks: 5
427          correct_pthick: false
428          fill_strato: true
429          molmass: 10
430    stratosphere:
431      parameters:
432        NO2:
433          plugin:
434            name: ECMWF
435            version: grib2
436            type: field
437          dir: '/tmp/PYCIF_DATA_TEST//RAW//ECMWF/europe160/%Y/%m/'
438          varname: co2
439          file: 'macc.160europe.%Y%m%d0000%H.grb2'
440          unit_conversion:
441            scale: 1810375000.0
442          regrid:
443            method: bilinear