CVS_O2_data

Purpose:

Read an input file that was generated on the Modcomp computer to read the oxygen concentration and the time that the concentration was last updated.

Enter:

CVS_O2_data <filename> <o2_conc> <o2_update_time> &

Where:

filename

Specify the pathname of the file that contains the O2 concentration and the time of update string.

o2_conc

Specify the CyFlex variable name to set to the O2 concentration value read from the input file. The variable is created if it does not exist. 

o2_update_time

Specify the CyFlex variable name that to set to the time the concentration value was updated. The value is the number of seconds since Jan 1, 1970. The variable is created if it does not exist. 

Example:

CVS_O2_data /data/west_cvs/west_cvs_o2_patm o2_conc o2_update_tm
The above reads the file /data/west_cvs/west_cvs_o2_patm and set the CyFlex variable o2_conc to the oxygen concentration and the variable o2_update_tm to the time value that was read from the file.

Notes:

 

See Also: