Changeset 73308e0 in flex_extract.git for Testing


Ignore:
Timestamp:
Aug 12, 2020, 9:20:52 AM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
e0005c9
Parents:
08c9091
Message:

updated file execution permissions and removed tabs; corrected output of makefile in local application mode

Location:
Testing/Installation
Files:
4 added
10 edited

Legend:

Unmodified
Added
Removed
  • Testing/Installation/Api_testscripts/test_cdsapi_fluxdata.py

    • Property mode changed from 100644 to 100755
  • Testing/Installation/Api_testscripts/test_cdsapi_modellevel.py

    • Property mode changed from 100644 to 100755
    r0a75335 r73308e0  
    88c.retrieve('reanalysis-era5-complete',
    99{
    10         'class'   : 'ea',
    11         'expver'  : '1',
    12         'stream'  : 'oper',
    13         'type'    : 'fc',
    14         'step'    : '3/to/12/by/3',
    15         'param'   : 't',
    16         'levtype' : 'ml',
    17         'levelist': '135/to/137',
    18         'date'    : '2013-01-01',
    19         'time'    : '06/18',
    20         'area'    : '50/-5/40/5',
    21         'grid'    : '1.0/1.0',
    22         'format'  : 'grib',
     10  'class'   : 'ea',
     11  'expver'  : '1',
     12  'stream'  : 'oper',
     13  'type'    : 'fc',
     14  'step'    : '3/to/12/by/3',
     15  'param'   : 't',
     16  'levtype' : 'ml',
     17  'levelist': '135/to/137',
     18  'date'    : '2013-01-01',
     19  'time'    : '06/18',
     20  'area'    : '50/-5/40/5',
     21  'grid'    : '1.0/1.0',
     22  'format'  : 'grib',
    2323}, 'download_era5_cdsapi.grib')
  • Testing/Installation/Api_testscripts/test_cdsapi_pressurelevel.py

    • Property mode changed from 100644 to 100755
    r5bf163a r73308e0  
    88c.retrieve("reanalysis-era5-pressure-levels",
    99{
    10         "variable": "temperature",
    11         "pressure_level": "1000",
    12         "product_type": "reanalysis",
    13         "year": "2008",
    14         "month": "01",
    15         "day": "01",
    16         "time": "12:00",
    17         "format": "grib"
     10 "variable": "temperature",
     11 "pressure_level": "1000",
     12 "product_type": "reanalysis",
     13 "year": "2008",
     14 "month": "01",
     15 "day": "01",
     16 "time": "12:00",
     17 "format": "grib"
    1818},
    1919"download_cdsapi.grib")
  • Testing/Installation/Api_testscripts/test_ecmwfapi_member.py

    • Property mode changed from 100644 to 100755
    r5bf163a r73308e0  
    77
    88server.retrieve({
    9         'stream'    : "oper",
    10         'levtype'   : "sfc",
    11         'param'     : "165.128/166.128/167.128",
    12         'dataset'   : "interim",
    13         'step'      : "0",
    14         'grid'      : "0.75/0.75",
    15         'time'      : "00/06/12/18",
    16         'date'      : "2014-07-01/to/2014-07-31",
    17         'type'      : "an",
    18         'class'     : "ei",
    19         'target'    : "download_erainterim_ecmwfapi.grib"
     9 'stream'    : "oper",
     10 'levtype'   : "sfc",
     11 'param'     : "165.128/166.128/167.128",
     12 'dataset'   : "interim",
     13 'step'      : "0",
     14 'grid'      : "0.75/0.75",
     15 'time'      : "00/06/12/18",
     16 'date'      : "2014-07-01/to/2014-07-31",
     17 'type'      : "an",
     18 'class'     : "ei",
     19 'target'    : "download_erainterim_ecmwfapi.grib"
    2020})
  • Testing/Installation/Api_testscripts/test_ecmwfapi_public.py

    • Property mode changed from 100644 to 100755
    r0a75335 r73308e0  
    77
    88server.retrieve({
    9         'stream'    : "enda",
    10         'levtype'   : "sfc",
    11         'param'     : "165.128/166.128/167.128",
    12         'dataset'   : "cera20c",
    13         'step'      : "0",
    14         'grid'      : "1./1.",
    15         'time'      : "00/06/12/18",
    16         'date'      : "2000-07-01/to/2000-07-31",
    17         'type'      : "an",
    18         'class'     : "ep",
    19     'number'    : "0",
    20         'target'    : "download_cera20c_ecmwfapi.grib"
     9 'stream'    : "enda",
     10 'levtype'   : "sfc",
     11 'param'     : "165.128/166.128/167.128",
     12 'dataset'   : "cera20c",
     13 'step'      : "0",
     14 'grid'      : "1./1.",
     15 'time'      : "00/06/12/18",
     16 'date'      : "2000-07-01/to/2000-07-31",
     17 'type'      : "an",
     18 'class'     : "ep",
     19 'number'    : "0",
     20 'target'    : "download_cera20c_ecmwfapi.grib"
    2121})
  • Testing/Installation/First_extraction/run.sh

    • Property mode changed from 100644 to 100755
  • Testing/Installation/First_extraction/run_local.sh

    • Property mode changed from 100644 to 100755
  • Testing/Installation/First_extraction/run_local_public.sh

    • Property mode changed from 100644 to 100755
  • Testing/Installation/setup.sh

    • Property mode changed from 100644 to 100755
  • Testing/Installation/setup_local.sh

    • Property mode changed from 100644 to 100755
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG