PUBLIC COMPONENTS / NAMELIST / FILES / REFERENCES / ERRORS / BUGS / PLANS / PRIVATE COMPONENTS

PROGRAM create_fixed_network_seq

Contact: Jeff Anderson
Reviewers:  
Revision: $Revision: 1.3 $
Release Name: $Name: iceland $
Change Date: $Date: 2005/02/22 16:37:32 $
Change history: see CVS log

OVERVIEW

Reads in an observation sequence file and creates a second observation sequence file. Any time information in the input file is ignored entirely. All of the observations in the input file define a set of observations that is fixed in time. The output sequence repeatedly observes this set, either with a fixed period in time or at arbitrarily selected times. The program is driven by input from standard in. First, one must select either a regularly repeating time sequence of observations (option 1) or an arbitrarily repeating sequence (option 2).


For the fixed period, the total number of observation times, the first observation time and the period of the observations is input and an output observation sequence is generated.
For the arbitrary period, the user is queried for the number of observing times and then a set of monotonically increasing times. Finally, the user selects a file name (traditionally obs_seq.in) to which the output file is written. The format of the output file is controlled by the namelist options in obs_sequence_mod. increasing times




OTHER MODULES USED

types_mod
utilities_mod
obs_def_mod
obs_sequence_mod
time_manager_mod
model_mod



FILES




REFERENCES




KNOWN BUGS




FUTURE PLANS

Discussion