% Batch input to do subsampling using dolly.m %%% START USGS BOILERPLATE -------------% There is no published documentation for these programs- use the % internal comments and help function. % Programs written in Matlab- as early as 7.2.0.232 (R2006a) and % most recent modifications in v7.8.0 (R2009a) % Programs ran on PC with Windows XP Professional OS, and RHEL4 linux. % % "Although this program has been used by the USGS, no warranty, % expressed or implied, is made by the USGS or the United States % Government as to the accuracy and functioning of the program % and related program material nor shall the fact of distribution % constitute any such warranty, and no responsibility is assumed % by the USGS in connection therewith." %%% END USGS BOILERPLATE -------------- dolly '5703sc-a1h.nc' %input data file 'trydolly1.nc' %output data file 'subsample' %task 4 %number of variables 'T_20' %list of variables 'S_40' 'C_51' 'STH_71' '01-Jun-1999 12:00:00' %start time '01-Jul-1999 12:00:00' %stop time '86400' %interval in seconds 29 %number of global attributes 'DELTA_T' %list of attribute names 'water_depth' 'inst_depth' 'DATA_CMNT' 'magnetic_variation' 'scipi' 'EXPERIMENT' 'moortype' 'MOORING' 'INST_TYPE' 'VAR_DESC' 'CREATION_DATE' 'DATA_TYPE' 'DATA_SUBTYPE' 'DATA_ORIGIN' 'COORD_SYSTEM' 'WATER_MASS' 'PROJECT' 'COMPOSITE' 'POS_CONST' 'DEPTH_CONST' 'DESCRIPT' 'DRIFTER' 'FILL_FLAG' 'history' 'latitude' 'longitude' 'start_time' 'stop_time'