external/CDAWlib/
Compare_myCDFs.pro
NAME: compare_mycdfs PURPOSE: To compare all record varying variables in two CDF files, and to determine if these variables are similarly named, typed, and dimensioned. CALLING SEQUENCE: out = compare_mycdfs(cid1,cid1) INPUTS: cid1 = the id of a CDF file which has already been opened. cid2 = the id of a second CDF file which has already been opened. KEYWORD PARAMETERS: OUTPUTS: out = TRUE/FALSE value indicating if the CDFs are equivalently structured or not. 1 = equivalent, 0 = NOT equivalent AUTHOR: Richard Burley, NASA/GSFC/Code 632.0, Feb 13, 1996 burley@nssdca.gsfc.nasa.gov (301)286-2864 MODIFICATION HISTORY: 11/1/96 R. Burley Improved the comparison logic, so that variable order does not matter, and so that additional non-record-varying variables do not cause a comparison failure. Copyright 1996-2013 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.
Routines
File attributes
Modification date: | Tue Oct 21 13:53:48 2014 |
Lines: | 42 |