2-2 Validdomain

2-2 Validdomain#

Download 2-2_validdomain.yml

#####################
# pyCIF config file #
#####################

# Define here all parameters for pyCIF following YAML syntax
# For details on YAML syntax, please see:
# http://docs.ansible.com/ansible/latest/YAMLSyntax.html

###############################################################################
# pyCIF parameters

rootdir: &rootdir /tmp/CIF/
outdir: &outdir  !join [*rootdir, /.tox/py38/tmp]
verbose: 2
workdir:  !join [*outdir, /2-2_validdomain]
logfile: log.txt
datei: 2000-01-01 00:00:00
datef: 2000-02-01 00:00:00

###############################################################################

# http://community-inversion.eu/documentation/plugins/models/template.html

model:
  plugin:
    name: template
    version: std

  require_domain: true

###############################################################################

# http://community-inversion.eu/documentation/plugins/domains/dummy.html

domain:
  plugin:
    name: dummy
    version: std

  nlat: 15
  nlon: 10
  xmax: 50
  xmin: -10
  ymax: 60
  ymin: 40