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, /fwd_short_ref_chimere]
 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/forward.html
 23
 24mode:
 25  plugin:
 26    name: forward
 27    version: std
 28
 29###############################################################################
 30
 31# http://community-inversion.eu/documentation/plugins/obsoperators/standard.html
 32
 33obsoperator:
 34  plugin:
 35    name: standard
 36    version: std
 37
 38  autorestart: false
 39  monitor_memory: true
 40
 41###############################################################################
 42
 43# http://community-inversion.eu/documentation/plugins/platforms/docker.html
 44
 45platform:
 46  plugin:
 47    name: docker
 48    version: cif
 49
 50  cores: 10
 51  queue: mediump
 52
 53###############################################################################
 54
 55# http://community-inversion.eu/documentation/plugins/models/chimere.html
 56
 57model:
 58  plugin:
 59    name: CHIMERE
 60    version: std
 61
 62  direxec: /tmp/PYCIF_DATA_TEST/CHIMERE/CHIMERE_executables
 63  dir_sources:  !join [*rootdir, /model_sources/chimereGES]
 64  auto-recompile: true
 65  periods: 3H
 66  nphour_ref: 6
 67  ichemstep: 1
 68  ideepconv: 0
 69  nzdoms: 1
 70  nmdoms: 1
 71  nivout: 17
 72  nlevemis: 17
 73  usechemistry: 1
 74  usedepos: 1
 75  usewetdepos: 1
 76
 77###############################################################################
 78
 79# http://community-inversion.eu/documentation/plugins/domains/chimere.html
 80
 81domain:
 82  plugin:
 83    name: CHIMERE
 84    version: std
 85
 86  domid: ACADOK
 87  repgrid: /tmp/PYCIF_DATA_TEST/CHIMERE/domains
 88  nlev: 17
 89  p1: 997
 90  pmax: 200
 91  emissublayer: 0
 92
 93###############################################################################
 94
 95chemistry:
 96  dir_precomp: /tmp/PYCIF_DATA_TEST/CHIMERE/chemical_schemes
 97  schemeid: ges.espigrad
 98
 99###############################################################################
100
101# http://community-inversion.eu/documentation/plugins/obsvects/standard.html
102
103obsvect:
104  plugin:
105    name: standard
106    version: std
107
108  dump_obs: true
109
110###############################################################################
111
112# http://community-inversion.eu/documentation/plugins/controlvects/standard.html
113
114controlvect:
115  plugin:
116    name: standard
117    version: std
118
119  dump: true
120
121###############################################################################
122
123# http://community-inversion.eu/documentation/plugins/datavects/standard.html
124
125datavect:
126  plugin:
127    name: standard
128    version: std
129
130  components:
131    flux:
132      plugin:
133        name: CHIMERE
134        version: AEMISSIONS
135        type: flux
136      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
137      file: 'AEMISSIONS.%Y%m%d%H.3.nc'
138      file_freq: 3H
139      parameters:
140        CH4:
141          plugin:
142            name: CHIMERE
143            version: AEMISSIONS
144            type: flux
145          hresol: hpixels
146          file_freq: 3H
147          vresol: vpixels
148          nlev: 17
149          err: 1
150          tresol: 2H
151
152    latcond:
153      plugin:
154        name: CHIMERE
155        version: icbc
156        type: field
157      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
158      file: 'BOUN_CONCS.%Y%m%d%H.3.nc'
159      file_freq: 3H
160      comp_type: latcond
161
162    topcond:
163      plugin:
164        name: CHIMERE
165        version: icbc
166        type: field
167      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
168      file: 'BOUN_CONCS.%Y%m%d%H.3.nc'
169      file_freq: 3H
170      comp_type: topcond
171
172    meteo:
173      plugin:
174        name: CHIMERE
175        version: std
176      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
177      file: 'METEO.%Y%m%d%H.3.nc'
178      file_freq: 3H
179
180    inicond:
181      plugin:
182        name: CHIMERE
183        version: icbc
184        type: field
185      dir: /tmp/PYCIF_DATA_TEST/CHIMERE/ACADOK
186      file: INI_CONCS.0.nc
187      comp_type: inicond
188
189    concs:
190      parameters:
191        CH4:
192          plugin:
193            name: random
194            version: param
195            type: measurements
196          frequency: 1H
197          nstations: 3
198          duration: 1H
199          random_subperiod_shift: true
200          zmax: 100
201          seed: true