getForecastTimeDomain.GS5: Calculates parameters for forecast time determination along...

View source: R/getForecastTimeDomain.GS5.R

getForecastTimeDomain.GS5R Documentation

Calculates parameters for forecast time determination along the runtime axes in GS5

Description

This is a subroutine of loadSeasonalForecast.GS5

Usage

getForecastTimeDomain.GS5(grid, dic, runTimePars, time, aggr.d, aggr.m)

Arguments

runTimePars

A list of elements as returned by getRunTimeDomain.ECOMS

gcs

a java ‘GridCoordinateSystem’

Value

A list with the following elements:

  • forecastDatesA list with POSIXlt dates defining the start and end of the representative verification time. If start and end are identical, the variable is instantaneous and therefore the representative time interval is 0

  • foreTimeRangesListA list of length i containing the java ranges defining the forecast times selected along the i-th run time axis.

  • deaccumFromFirstNULL if no deaccumulation is performed. TRUE or FALSE if deaccumulation is performed from the first time of the runtime axis or not respectively. If FALSE, an additional runtime is added at the beginning of each element of the runTimeList to avoid losing the first day when performing deaccumulation.

  • dailyAggrLogical. Are the forecast time values going to be used for data aggregation?. This argument is passed to makeSubset.GS5 to undertake the pertinent aggregation if TRUE.

Author(s)

J. Bedia


SantanderMetGroup/loadeR.ECOMS documentation built on July 4, 2023, 4:29 a.m.