Wiki

Clone wiki

pflotran / Depreciated / Documentation / QuickGuide / Rank1

Back to Quick Guide

Rank One Array Specification

A rank one array constitutes a dataset with a single value per time. Time must be specified in units and the scalar quantity must be in the units of the outer keyword. If TIME_UNITS and/or DATA_UNITS are not specified, SI is assumed.

Examples

: Rank 1 Dataset: turns on a 1 cm/yr flux over the second year of a three year simulation.
TIME_UNITS yr
DATA_UNITS cm/yr
: <time> <value>
0. 0.
2. 1.
3. 0.

Updated