SIPNET 1.0
|
This document provides an overview of the SIPNET model source code and utilities.
[Redo this once we finish code reduction changes]
Organization strategy:
utilities
subdirectory[Add description here of SIPNET's "compilation switch" strategy - which hopefully will become command-line params at some point, but not yet. We need to doc the possible switches somewhere...]
subsetData: A utility to subset a data record temporally. This utility can also perform daily aggregation on the data if so desired. Its operation is controlled by subset.in.
transpose: A little utility to transpose a text file that contains a rectangular matrix of data. This may be necessary to read certain files into Excel (e.g. the single-variable output files). Its usage is 'transpose filename'.