Versions Compared

Key

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

...

The transformation sample historic creates ensembles based on historic time series.
The sample years modifier can only be used in combination with this transformation.
To be able to use this modifier the transformation sample historic should use a module parameter file to define its configuration options. Make sure all the following parameters are defines in the parameter file:

Code Block
xml
xml
				<parameter id="startYear">
                           <intValue>1966</intValue>
                </parameter>
                <parameter id="firstEnsembleMemberIndex">
                           <intValue>1966</intValue>
                </parameter>
                <parameter id="ensembleMemberCount">
                           <intValue>44</intValue>
                </parameter>
                <parameter id="startWaterYear">
                           <stringValue>--10-01</stringValue>
                </parameter>

An example of the use of this modifier is the modifier HistoricWaterYears which is in use by NWS.
It is used by the forecasters to overrule the default sample years in the transformation.

...