Versions Compared

Key

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

...

File to which the data will be exported. This file is always placed in exportDir.

netcdfFormat

Optional. Default value is netcdf3. Currently supported other otion is netcdf4.

timeSeriesSets

TimeSeriesSet that defines what data is to be exported.

...

Option to skip time series sets if the location set does not exist. Useful when module or workflow is run in loop with tags being translated. Default is 'false'.

Example:

Code Block
languagexml
linenumberstrue
<exportActivities>
   <exportNetcdfActivity>
      <exportFile>timeseries.nc</exportFile>
      <netcdfFormat>netcdf4</netcdfFormat>
      <timeSeriesSets>
         <timeSeriesSet>
            <moduleInstanceId>GeneralAdapterRun</moduleInstanceId>
            <valueType>scalar</valueType>
            <parameterId>WaterLevel</parameterId>
            <locationId>H-2001</locationId>
            <timeSeriesType>external historical</timeSeriesType>
            <timeStep unit="minute" divider="1" multiplier="15"/>
            <relativeViewPeriod unit="hour" start="0" end="12"/>
            <readWriteMode>add originals</readWriteMode>
            <synchLevel>2</synchLevel>
            <ensembleId>prognose</ensembleId>
         </timeSeriesSet>
      </timeSeriesSets>
   </exportNetcdfActivity>


exportRunFileActivity


Figure 3 Elements of the ExportRunFileActivity configuration

...