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_ref_chimere_rand-incr_control-testspace_fullperiod]
 17datei: 2011-03-22 00:00:00
 18datef: 2011-03-22 09: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: control
 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
 81###############################################################################
 82
 83# http://community-inversion.eu/documentation/plugins/domains/chimere.html
 84
 85domain:
 86  plugin:
 87    name: CHIMERE
 88    version: std
 89
 90  domid: ACADOK
 91  repgrid: /tmp/PYCIF_DATA_TEST/CHIMERE/domains
 92  nlev: 17
 93  p1: 997
 94  pmax: 200
 95  emissublayer: 0
 96
 97###############################################################################
 98
 99chemistry:
100  dir_precomp: /tmp/PYCIF_DATA_TEST/CHIMERE/chemical_schemes
101  schemeid: ges.espigrad
102
103###############################################################################
104
105# http://community-inversion.eu/documentation/plugins/obsvects/standard.html
106
107obsvect:
108  plugin:
109    name: standard
110    version: std
111
112  dump_obs: true
113
114###############################################################################
115
116# http://community-inversion.eu/documentation/plugins/controlvects/standard.html
117
118controlvect:
119  plugin:
120    name: standard
121    version: std
122
123  dump: true
124
125###############################################################################
126
127# http://community-inversion.eu/documentation/plugins/datavects/standard.html
128
129datavect:
130  plugin:
131    name: standard
132    version: std
133
134  components:
135    flux:
136      plugin:
137        name: CHIMERE
138        version: AEMISSIONS
139        type: flux
140      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
141      file: 'AEMISSIONS.%Y%m%d%H.3.nc'
142      file_freq: 3H
143      parameters:
144        CH4:
145          plugin:
146            name: CHIMERE
147            version: AEMISSIONS
148            type: flux
149          hresol: hpixels
150          file_freq: 3H
151          vresol: vpixels
152          nlev: 17
153          err: 1
154          tresol: 2H
155
156    latcond:
157      plugin:
158        name: CHIMERE
159        version: icbc
160        type: field
161      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
162      file: 'BOUN_CONCS.%Y%m%d%H.3.nc'
163      file_freq: 3H
164      comp_type: latcond
165
166    topcond:
167      plugin:
168        name: CHIMERE
169        version: icbc
170        type: field
171      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
172      file: 'BOUN_CONCS.%Y%m%d%H.3.nc'
173      file_freq: 3H
174      comp_type: topcond
175
176    meteo:
177      plugin:
178        name: CHIMERE
179        version: std
180      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
181      file: 'METEO.%Y%m%d%H.3.nc'
182      file_freq: 3H
183
184    inicond:
185      plugin:
186        name: CHIMERE
187        version: icbc
188        type: field
189      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
190      file: INI_CONCS.0.nc
191      comp_type: inicond
192
193    concs:
194      parameters:
195        CH4:
196          plugin:
197            name: random
198            version: param
199            type: measurements
200          frequency: 1H
201          nstations: 3
202          duration: 1H
203          random_subperiod_shift: true
204          zmax: 100
205          seed: true