read tcf

read tcf

The read tcf module is specifically designed to create models and animations of data that changes over time. This type of data can result from water table elevation and/or chemical measurements taken at discrete times or output from groundwater simulations or other 3D time-domain simulations.

The read tcf module creates a field using a Time Control File (.TCF) to specify the date/time, field and corresponding data component to read (in netCDF, Field or UCD format), for each time step of a time data field. All file types specified in the TCF file must be the same (e.g. all netCDF or all UCD). The same file can be repeated, specifying different data components to represent different time steps of the output.

The module effectively includes internal interpolation between appropriate pairs of the files and data components specified in the TCF file. Its internal structure only requires reading two successive time steps rather than the complete listing of time steps normally represented in a time data field.

Ports

DirectionNameTypeDescription
InputInput DateDateDate used for interpolating between dates in a time control file format.
OutputStart DateDateStart Date used for interpolating between dates in a time control file format.
OutputEnd DateDateEnd Date used for interpolating between dates in a time control file format.
OutputOutput DateDateDate used for interpolating between dates in a time control file format.
OutputOutput FieldFieldThe main output field with interpolated data.
OutputGeology LegendGeology LegendGeology legend output.

Properties

PropertyTypeDescription
FilenameStringThe time control file name to process for interpolation.
ExecuteButtonThe Execute button forces the module to run.
Log Process Nodal DataBooleanThe Log Process Nodal Data value when selected will take the log value of the input nodal data.
Log Process Cell DataBooleanThe Log Process Cell Data value when selected will take the log value of the input cell data.
Date And TimeDateThe Date and Time of interest.
Time LoopLoopThe Time Loop controls setting the Date and Time by specified increments.
Start DateDateThe Start Date is the beginning time of the simulation. This value is set to the first date in the file.
End DateDateThe End Date is the end time for the simulation. This value is set to the last date in the file.
Step Time UnitsChoice: Seconds, Minutes, Hours, Days, Weeks, YearsThe Step Time Units specify the increment for advancement when stepping or running.
Step SizeDoubleThe Step Size value specifies a factor, along with the Step Time Units, for the increment for advancement when stepping or running.