Versions Compared

Key

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

With the implementation of IFS cycle 48r1 including the higher resolution ENS system and a separate daily ENS extended run, we are updating the ECaccess TC-1 events, as follows.

ENS extended forecasts and re-forecasts.

All the existing ENS extended forecast related events will be discontinued. These are the events with names tarting by 'mofc'. See command 'ecaccess-event-list':

...

Note
titleENS extended events

Event ext00h1104 will be triggered daily, when the ENS Extended forecasts are available, cf. our dissemination schedule. If you want to keep using ENS Extended data only on Mondays and Thursdays, like before the implementation of cycle 48r1, you will have to add some testing on the day of the week in your TC-1 job. This can be done with the 'date' command, e.g. in the KSH:

No Format
day_of_week=$(date +%a --date=$MSJ_YEAR$MSJ_MONTH$MSJ_DAY)
case $day_of_week in
    Mon|Thu)
    echo 'I extract the ENS extended data on Mon and Thu ...'
    *) ;;
esac

Event ext00h1104ref will be triggered when the ENS extended reforecasts re-forecasts are first generated. This is about 2 weeks or so before the availability of the ENS reforecasts following the dissemination schedule (the MSJ_ date variables will point to a date about 2 weeks ahead of the current date).

ENS re-forecasts.

The ENS forecasting system has its own re-forecasts (MARS streams ENFH and ENWH). A new TC-1 event has been created that will be triggered when these data are first available, about 2 weeks before the official dissemination schedule, like for the ENS extended re-forecasts.

No Format
4302       ef00h360ref          At this stage, the mid-range ensemble reforecast products have been updated.