skip to main content
ASCII File Format
Information on the package level:
name:<package name>
owner:<package owner>
description:<multiple run description>
create_date:<yy-mm-dd hh:mm>
number_of_runs:<number of runs>
END_PACKAGE_PREAMBLE
For each run:
start:<yy-mm-dd hh:mm>
end:<yy-mm-dd hh:mm>
time_step_unit:<timestep unit>
unit_quantity:<number of units in the timestep>
time_steps:<number of timesteps>
slot_set:<input DMI (if slot-based run)>
consecutive:<no = 0, yes = 1>
idx_sequential: <no = 0, yes = 1>
END_RUN_PREAMBLE
For each timestep:
<yy-mm-dd hh:mm>
For each object/slot combination:
object_type: <object type>
object_name: <object name>
slot_name: <slot name>
If a table slot:
rows: <number of rows>
cols: <number of columns>
END_SLOT_PREAMBLE
for all rows:
<row numbers, one row number per line>
for all columns:
units: <unit>
scale: <scale>
<values, one value per line>
END_COLUMN
If not a table slot:
END_SLOT_PREAMBLE
units: <slot units>
scale: <scale>
<values, one value per line>
END_COLUMN
Two standalone tools are available to post-process RDF files. These tools can be found on the RiverWare web site. RdfToExcel will write the contents of an RDF file to an Excel workbook, and RdfAnnualizer will take an RDF file with a timestep of less than a 1 Year and aggregate its data to create an RDF file with a 1 Year timestep. Help documentation is packaged with the tools.
 
Revised: 01/04/2021