getRunTimeDomain.ECOMS: Computes run time definition according to the time...

View source: R/getRunTimeDomain.ECOMS.R

getRunTimeDomain.ECOMSR Documentation

Computes run time definition according to the time specifications

Description

This is a sub-routine of loadECOMS. Its output is passed to the loading functions (the makeSubset\.* and derive* interfaces).

Usage

getRunTimeDomain.ECOMS(dataset, grid, members, season, years, leadMonth)

Arguments

dataset

Target hindcast dataset (see loadECOMS)

grid

A java “GeoGrid” containing the target(leading) variable

members

Member selection (see loadECOMS)

season

Season selection (see loadECOMS)

years

Years selected (see loadECOMS)

leadMonth

Lead month (see loadECOMS)

Details

The function calls to specific subroutines for CFS or System4 requests, given their different runtime configurations. The function also takes care of selecting the appropriate initialization in the case of year-crossing seasons

Value

A list of parameters:

  • validMonth An integer in the range [1,12] indicating the month to take the initialization

  • years A vector of years selected

  • season Season

  • year.cross An auxiliary integer value thet indicates the position of year-crossing within the season vector. NULL if no year-crossing season has been chosen.

  • runDates a POSIXlt vector of initialization dates

  • runTimeRanges a list of of initialization times of the java class “ucar.ma2.ranges”.

Author(s)

J Bedia


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