[Dart-dev] [5827] DART/branches/development/observations/AIRS/shell_scripts/ oneday_down.sh: convert mss syntax to hpss
nancy at ucar.edu
nancy at ucar.edu
Tue Jul 31 14:32:38 MDT 2012
Revision: 5827
Author: nancy
Date: 2012-07-31 14:32:37 -0600 (Tue, 31 Jul 2012)
Log Message:
-----------
convert mss syntax to hpss
Modified Paths:
--------------
DART/branches/development/observations/AIRS/shell_scripts/oneday_down.sh
-------------- next part --------------
Modified: DART/branches/development/observations/AIRS/shell_scripts/oneday_down.sh
===================================================================
--- DART/branches/development/observations/AIRS/shell_scripts/oneday_down.sh 2012-07-31 20:31:12 UTC (rev 5826)
+++ DART/branches/development/observations/AIRS/shell_scripts/oneday_down.sh 2012-07-31 20:32:37 UTC (rev 5827)
@@ -68,10 +68,10 @@
echo starting AIRS to obs ${year}${month}${day}
echo gregorian: $greg
- # download the tar file from the mss first
+ # download the tar file from the hpss first
if [[ "$download" = "true" ]]; then
echo getting ${year}${month}${day}.tar from mass store
- (cd ../tars; msrcp mss:/MIJEONG/AIRS/V5/L2/${year}${month}/${year}${month}${day}.tar . )
+ (cd ../tars; hsi get /MIJEONG/AIRS/V5/L2/${year}${month}/${year}${month}${day}.tar )
fi
# assume the original collection of data (hdf files, one per swath)
More information about the Dart-dev
mailing list