Changeset 838af6d in flex_extract.git for Testing


Ignore:
Timestamp:
Aug 12, 2020, 9:23:10 AM (4 years ago)
Author:
anphi <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
ec89943
Parents:
4f0a73c (diff), 73308e0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'dev'

Location:
Testing
Files:
4 added
1 deleted
11 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
  • Testing/Regression/Unit/Testfiles/CONTROL.test

    rbe6c0a2 r4f0a73c  
    11DTIME 3
    2 TYPE AN FC FC FC FC FC AN FC FC FC FC FC AN FC FC FC FC FC AN FC FC FC FC FC
    3 TIME 00 00 00 00 00 00 06 00 00 00 00 00 12 12 12 12 12 12 18 12 12 12 12 12
    4 STEP 00 01 02 03 04 05 00 07 08 09 10 11 00 01 02 03 04 05 00 07 08 09 10 11
     2TYPE AN FC FC FC FC FC FC FC FC FC FC FC AN FC FC FC FC FC FC FC FC FC FC FC
     3TIME 00 00 00 00 00 00 00 00 00 00 00 00 12 12 12 12 12 12 12 12 12 12 12 12
     4STEP 00 01 02 03 04 05 06 07 08 09 10 11 00 01 02 03 04 05 06 07 08 09 10 11
    55CLASS EI
    66STREAM OPER
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG