Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Background


The ROM SAF has produced two climate reanalyses as part of its CDOP2 activities. These were recommended by the IROWG climate subgroup (see section 4.2), where is was stated that :

"Encourage NWP centers to engage in reanalysis activities based only on data types that are not bias-corrected, especially RO. ECMWF, e.g., carries out such an activity as part of the ROM SAF CDOP-2 plans."

Two reanalyses that meet this recommendation have been completed, for the period 20070101 to 20151231. The first reanalysis assimilates just reprocessed GPS-RO data provided the ROM SAF and AMSUA channel 14 to constrain the upper stratosphere. The second reanalysis also includes conventional measurements (e.g., sondes, synop, ...) that are not bias corrected as part of the variational bias correction (VAR-BC) scheme. Notably, this excludes aircraft temperature measurements that are bias corrected in VAR BC.   



Access via web-api


The ROM SAF dataset is datasets are available from the ECMWF public datasets service via the web-api. This is a "programmatic approach" for data download with python scripts . We will not reproduce all the existing web-api documentation here, but we will note some key steps required to download the data and provide the main links. Firstly, you will need to download the appropriate python modules in order to run the python download scripts. For example, the python scripts will contain "from ecmwfapi import" commands, like in this simple example, retrieving a monthly mean zonal wind at 1000 hPa, in netcdf format (More complex retrieval scripts are provided here):

...