Versions Compared

Key

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

...

  • string
  • int
  • float
  • double (since stable build 2014.01)
  • bool

Additionally it is possible to pass a locationAttribute as a property. This allows passing of location attributes to the netcdfRunFile.

Configuration example
Code Block
xml
xml
<exportNetcdfRunFileActivity>
	<description>This run file is passed as argument to XBeachPreAdapter</description>
	<exportFile>run_info.nc</exportFile>
	<properties>
		<bool key="use_friction" value="true"/>
		<locationAttribute key="localModel" locationId="locationA" attributeId="forRunFileExport"/>
	</properties>
</exportNetcdfRunFileActivity>

...