Ensrf

Ensrf#

Download ensrf.yml

verbose: 1
workdir: ${SCRATCH}/cif_workdirs/iconart_test_ensrf/
logfile: cif.log
datei: 2018-04-01
datef: 2018-04-02

mode:
  plugin:
    name: EnSRF
    version: std
  nsample: 10
  # Run the model once, with each sample being a different tracer
  batch_sampling: True
  #sequential: True
  #reload_results: True


platform:
  plugin:
    name: EMPA
    version: daint
    type: platform
  project: em05
  queue: debug
  python: $HOME/CIF/.env/bin/python
  nodes: 6

model:
  plugin:
    name: ICON-ART
    version: std
  require_domain: True
  require_chemistry: True
  output_resolution: '1H'
  icon_dir: /scratch/snx3000/lconstan/icon-kit
  meteo_inicond_dir: /scratch/snx3000/msteiner/ICON_simulations_synthetic/input/icbc/merged/IC/
  namelist_file: /users/lconstan/CIF/examples/iconart/nml_iconart
  #reload_results: True


obsoperator:
  plugin:
    name: standard
    version: std

obsvect:
  plugin:
    name: standard
    version: std
    type: obsvect
  save_debug: True

chemistry:
  schemeid: template_CH4
  acspecies:
    CH4:
      mass: 16.04
  emis_species:
    CH4:

domain:
  plugin:
    name: ICON-ART
    version: std
  dynamics_grid: /scratch/snx3000/msteiner/ICON_simulations_synthetic/input/grid/dyn_grid.nc
  lbc_grid: /scratch/snx3000/msteiner/ICON_simulations_synthetic/input/grid/lateral_boundary.grid.nc
  reduced_radiation_grid: /scratch/snx3000/msteiner/ICON_simulations_synthetic/input/grid/parent_grid.nc
  map_file: /scratch/snx3000/msteiner/ICON_simulations_synthetic/input/grid/map_file.latbc 
  extpar_file: /scratch/snx3000/msteiner/ICON_simulations_synthetic/input/grid/extpar_file.nc



datavect:
  plugin:
    name: standard
    version: std
  components:
    concs:
      parameters:
        CH4:
          #duration: 2H22min
          #frequency: 1H
          #nstations: 1
          #plugin:
          #  name: random
          #  type: measurements
          #  version: param
          #seed: true
          #zmax: 100
          dir: ${SCRATCH}  # directory where the monitor files are located
          file: obs.nc   # monitor file dedicated to this parameter, here it contains the matching levels in the model OR the automatic placement in the vertical is enabled
    inicond:
      parameters:
        CH4:
          plugin:
            name: flux
            version: template
            type: datastream
          average_value: 1e-18 
    flux:
      parameters:
        CH4:
          #plugin:
          #  name: flux
          #  type: datastream
          #  version: template
          plugin:
            name: TNO
            version: netcdf
            type: datastream
          dir: ${SCRATCH}/TNO
          dir_profils: ${SCRATCH}/TNO
          file: TNO_GHGco_v1_1_year%Y.nc
          varname: ch4 
          hresol: bands
          #vresol: vpixels
          type: physical
          err: 0.2
          err_scale: 0.2
          regrid:
            method: cdo_con
          save_out_netcdf: True
          bands_lat:
          - 30
          #- 40
          - 50
          #- 60
          - 70
          #- 80
          bands_lon:
          - -20
          #- -10
          - 0
          #- 10
          - 20
          #- 30
          - 40
controlvect:
  plugin:
    name: standard
    version: std