Versions Compared

Key

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

...

  • %LOCATIONID%
  •  %TIMESERIES_POSTFIX(dateFormatId)%
  •  %CURRENTTIME(dateFormatId)%
  •  %TIMEZERO(reportVariableId;dateFormatId)%
  •  %TIMESTEP(dateFormatId)% (only supported for spatialPlotSnapshots snapshot fileNames).


%LOCATIONID%

If singleLocation is true, then can use tag %LOCATIONID% here, which will be replaced with the id of the location of the report. If singleLocation is true, and the %LOCATIONID% tag is not present, then a "_" sign and the id of the location of the report will be inserted automatically just before the "." sign in the filename.

...

N.B.: Be careful in specifying date formats that are compatible with the filesystem. For example and : in the dateformat will not be compatible with the windows filesystem.

%TIMESTEP(dateFormatId)%

The TIMESTEP tag will be replaced by the timestep of a spatialPlotSnapshots snapshot. An optional dateFormat id can be specified. For example

Code Block
			<snapshot id="Waterlevel_0">
				<relativeTime unit="hour" value="0"/>
				<fileName>Report.EAM.Waterlevel.FC_%TIMESTEP(df1)%</fileName>
			</snapshot>

 

DefineLocal

The DefineLocal element can be used to enter some information that is valid for a single report. Multiple DefineLocal elements may be defined, as long as the ID attribute is kept unique.

...