projects/maven/l2gen/
mvn_sta_cmn_l2file_save.pro
Routines
top source mvn_sta_cmn_l2file_save
mvn_sta_cmn_l2file_save, otp_struct, fullfile0, temp_dir=temp_dir, no_compression=no_compression, _extra=_extra
NAME: mvn_sta_cmn_l2file_save PURPOSE: saves an STA L2 cdf, managing the revision number and md5 sum. The file will have the latest revision number, there will be a hard link to the revisioned file with no revision number, andan md5 sum for the uncompressed file. Also deletes old versions. CALLING SEQUENCE: mvn_sta_cmn_l2file_save, otp_struct, fullfile0, no_compression = no_compression INPUT: otp_struct = the structure to output in CDF_LOAD_VARS format. fullfile0 = the full-path filename for the revisionless cdf file OUTPUT: No explicit output, the revisioned file is written, an md5 sum file is written in the same directory, and the revisionless file is linked to the revsioned file KEYWORDS: no_compression = if set, skip the compression step temp_dir = if set, output files into subdirectories of this dir, then move to final destination. The default is '/mydisks/home/maven/', don't forget the slash HISTORY: 22-jul-2014, jmm, jimm@ssl.berkeley.edu $LastChangedBy: jimm $ $LastChangedDate: 2014-11-18 10:32:03 -0800 (Tue, 18 Nov 2014) $ $LastChangedRevision: 16209 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/maven/l2gen/mvn_sta_cmn_l2file_save.pro $
Parameters
- otp_struct
- fullfile0
Keywords
- temp_dir
- no_compression
- _extra
File attributes
Modification date: | Fri Nov 21 06:43:14 2014 |
Lines: | 63 |