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_long_noMCF_global_cst-incr_control-testspace_fullperiod]
 17datei: 2010-01-01
 18datef: 2010-01-05 00: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: cst
 31  testspace: control
 32
 33###############################################################################
 34
 35# http://community-inversion.eu/documentation/plugins/controlvects/standard.html
 36
 37controlvect:
 38  plugin:
 39    name: standard
 40    version: std
 41
 42  save_out_netcdf: true
 43
 44###############################################################################
 45
 46# http://community-inversion.eu/documentation/plugins/obsoperators/standard.html
 47
 48obsoperator:
 49  plugin:
 50    name: standard
 51    version: std
 52
 53  autoflush: true
 54
 55###############################################################################
 56
 57# http://community-inversion.eu/documentation/plugins/models/dummy.html
 58
 59model:
 60  plugin:
 61    name: dummy
 62    version: std
 63
 64  file_pg:  !join [*rootdir, /model_sources/dummy_gauss/Pasquill-Gifford.txt]
 65  save_H: true
 66  chemistry:
 67    acspecies:
 68      CH4: null
 69
 70###############################################################################
 71
 72# http://community-inversion.eu/documentation/plugins/obsvects/standard.html
 73
 74obsvect:
 75  plugin:
 76    name: standard
 77    version: std
 78
 79  dir_obsvect:  !join [*outdir, /ref_obsvect]
 80  dump_type: nc
 81  dump_obs: true
 82
 83###############################################################################
 84
 85# http://community-inversion.eu/documentation/plugins/datavects/standard.html
 86
 87datavect:
 88  plugin:
 89    name: standard
 90    version: std
 91
 92  components:
 93    flux:
 94      parameters:
 95        CH4:
 96          plugin:
 97            name: dummy
 98            version: txt
 99            type: flux
100          hresol: global
101          vresol: vpixels
102          nlev: 1
103          errtype: max
104          err: 1
105          tresol: 5D
106          hcorrelations:
107            landsea: false
108            dump_hcorr: true
109            sigma: 500
110            evalmin: 0
111          tcorrelations:
112            sigma_t: 12H
113          flx_formula:
114          - product:
115            - sum:
116              - cos: null
117                variable: zlat
118                period: 500
119              - sin: null
120                variable: zlon
121                period: 1000
122            - sum:
123              - square: null
124                variable: zlat
125                period: 1000
126              - square: null
127                variable: zlon
128                period: 1000
129
130    meteo:
131      plugin:
132        name: dummy
133        version: csv
134        type: meteo
135      resolution: 1H
136      seed: true
137
138    concs:
139      parameters:
140        CH4:
141          plugin:
142            name: random
143            version: param
144            type: measurements
145          frequency: 3H22min
146          nstations: 5
147          duration: 4H13min
148          random_subperiod_shift: true
149          zmax: 100
150          seed: true
151          seed_id: 5
152
153###############################################################################
154
155# http://community-inversion.eu/documentation/plugins/domains/dummy.html
156
157domain:
158  plugin:
159    name: dummy
160    version: std
161
162  xmin: 0
163  xmax: 2500
164  nlon: 18
165  ymin: 0
166  ymax: 2000
167  nlat: 12