Changeset f20af73 in flex_extract.git for source/python/_config.py


Ignore:
Timestamp:
Mar 8, 2019, 10:05:20 AM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
82c2959
Parents:
b4a4777
Message:

added CDS API support for ERA5 instead of ECMWFAPI / refactored setup of CONTROL parameter because for local version it wanted to use not installed ECMWF_ENV file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/_config.py

    r6f951ca rf20af73  
    2828import sys
    2929import inspect
     30import socket
    3031
    3132_VERSION_STR = '7.1'
     33
     34FLAG_ON_ECMWFSERVER = 'ecmwf' in socket.gethostname()
    3235
    3336QUEUES_LIST = ['ecgate', 'cca', 'ccb']
    3437
    3538INSTALL_TARGETS = ['local', 'ecgate', 'cca']
     39
     40CDS_DATASET = 'reanalysis-era5-complete'
    3641
    3742# up-to-date available maximum level numbers at ECMWF, 05.10.2018
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG