Versions Compared

Key

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

...

  • All imports require the property anonymousS3Credentials = true
  • Some of the ECMWF open data (e.g. IFS oper meteo data) uses a variable timestep - e.g. 3-hourly for the first 144 hours, followed by 6-hourly timesteps, but only for 2 of the 4 forecasts per day. To address, this, the example below includes setting the option interpolateSerie to true which automatically imports the data to 3-hourly timesteps upon import, avoiding the need for a processing module. If you import 6 days or less, then you don't need this setting.
  • To import data every 6 hours, duplicate the <import> section in your import module file and replace "/oper/" with "/scda/" for meteo data. Similarly, for wave data, substitute /wave/ with /scwv/ to get the 06:00 and 18:00 forecasts.
  • The import settings depend on the type of parameter you're trying to import - the three known examples are shown below (there may be more)
  • This import has not been tested with the aifs-single or aifs-ens data yet, but the formats appear to be similar to the ifs data. 

Variables without a z-level (i.e. without *_height_above_ground in the variable name)

...