CVS_O2_data
Purpose:
-
Read an input file to extract oxygen concentration and its update time then set these values in CyFlex variables.
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 to set to the update time in seconds since January 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.