You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Function:

Configure predefined timesteps for a fews environment

Where to Use?

To define verbose timesteps or to define yearly or monthly time steps

Why to Use?

Yearly and monthly time steps can only be configured in the timesteps.xml. For verbose timesteps it might be
usefull to define them once in the timestep.xml and refer to them from other configuration files.

Description:

Definition of timesteps which can be referenced from other configuration files

Available since:


Contents

Overview

The timesteps.xml can be used to configure timesteps. This file is usefull to define verbose timesteps and refer to the definition of these timesteps to

from other configuration files.

Configuration

When available on the file system, the name of the XML file is for example:

TimeSteps 1.00 default.xml

TimeSteps                                 Fixed file name for the TimeSteps configuration

1.00                                            Version number

default                                       Flag to indicate the version is the default configuration (otherwise omitted).

Schema

Below the schema of the TimeStep.xml configuration files.

timeStep

Attributes;

-         id: Unique Id of level threshold. This id should be used when referencing to this definitation from other configuration files.

The following link describes in detail of to configure a timestep.

http://public.deltares.nl/display/FEWSDOC/02+Data+Handling+in+DELFT-FEWS#02DataHandlinginDELFT-FEWS-timeStep

yearlyTimeStep

A timeStep that defines a pattern of dates in a year. This pattern will be repeated every year.

Each date in the year can have a different aggregation period (season).

The start of the aggregation period is exclusive and the end of the aggregation period is inclusive.

This yearlyTimeStep is meant for seasons, therefore limited to four dates.

If more than four dates in a year are required, then please use the monthDays option in the timeStep element instead of this yearlyTimeStep

Schema yearly time step

Below the schema of the yearly time step

  • No labels