Changes between Version 14 and Version 15 of FpInputMetEcmwf


Ignore:
Timestamp:
Jul 5, 2018, 1:41:15 PM (6 years ago)
Author:
pesei
Comment:

more updates to the page

Legend:

Unmodified
Added
Removed
Modified
  • FpInputMetEcmwf

    v14 v15  
    66[FpInput ^back to FpInput]
    77
    8 === 1. Get access to ECMWF MARS ===
    98
    10 In order to extract data from the ECMWF MARS archive, one needs an account at ECMWF.
     9===  Software for the retrieval of ECMWF data as needed by FLEXPART ===
    1110
    12 '''Reanalysis''' and MACC/CAMS '''data are publicly available.'''  The [https://software.ecmwf.int/wiki/display/WEBAPI/How+to+retrieve+ECMWF+Public+Datasets procedure for registration] is explained on the ECMWF web site (register and perform steps 1 and 2). Consider the [https://software.ecmwf.int/wiki/display/WEBAPI/Available+ECMWF+Public+Datasets applicable licence].
     11Software for retrieving ECMWF data in the specific format needed by FLEXPART was originally created by Gerhard Wotawa. The later versions were written by Leo Haimberger on behalf of CTBTO. v7.0.3 together with Anne Philipp.
    1312
    14 For other data (e.g., operational IFS data) a member-state or special-project account is be required. Contact your national meteorological service if you need this and your country is among ECMWF member states.
    15 
    16 === 2. How to retrieve data ===
    17 
    18 Software for retrieving ECMWF data in the specific format needed by FLEXPART was originally created by Gerhard Wotawa. The later versions were written by Leo Haimberger on behalf of CTBTO.
    19 
    20 '''NOTE: For now, this software is usable for member-state users only. An update for retrieving public datasets as non-member-state user will come soon.'''
     13NOTE: This software was usable for member-state users only. '''From v7.0.3 on, retrieving public datasets as non-member-state user is supported.'''
    2114
    2215    * [download:15 ECMWF data retrieval software, V2.1]
     
    2518    * [download:50 flex_extract_ecgate_V6.0.tar.gz],   a new version for retrieval with 1h time resolution and other enhancements
    2619    * [download:55 flex_extract V7.0.2] New, python-based version. Allows access to publicly available data without a member state account through the python framework of ECMWF (`ecmwf-api-client-python`). Note that if you have the choice between working through this interface or directly on `ecaccess`/ through a gateway server, one of the latter options will usually be considerably faster. In any case, extracting large data sets takes time.
    27     * [download:55 flex_extract V7.0.3]. FpInputMetEcmwfLinks has relevant links and a step-by-step instruction of how to prepare your environment for being able to install and use flex_extract v7.
     20    * [download:55 flex_extract V7.0.3]. FpInputMetEcmwfLinks has relevant links and a step-by-step instruction of how to prepare your environment for being able to install and use flex_extract v7. We now have `flex_exctract` also in a public git repository on this site: browser:flex_extract.git
     21
     22===  Obtaining access to ECMWF MARS ===
     23
     24In order to extract data from the ECMWF MARS archive, one needs an account at ECMWF.
     25
     26'''Reanalysis''' and MACC/CAMS '''data are publicly available.'''  The [https://software.ecmwf.int/wiki/display/WEBAPI/How+to+retrieve+ECMWF+Public+Datasets procedure for registration] is explained on the ECMWF web site (register and perform steps 1 and 2). Consider the [https://software.ecmwf.int/wiki/display/WEBAPI/Available+ECMWF+Public+Datasets applicable licence]. (FpInputMetEcmwfLinks contains instructions and links as well)
     27
     28For other data (e.g., operational IFS data) a member-state or special-project account is be required. Contact your national meteorological service if you need this and your country is among ECMWF member states.