[Swift-commit] r5959 - SwiftApps/ParVis/HiRAMTools

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Wed Oct 10 08:58:02 CDT 2012


Author: wilde
Date: 2012-10-10 08:58:01 -0500 (Wed, 10 Oct 2012)
New Revision: 5959

Modified:
   SwiftApps/ParVis/HiRAMTools/makeyearly-cdo.sh
Log:
Adjust PATH and logging

Modified: SwiftApps/ParVis/HiRAMTools/makeyearly-cdo.sh
===================================================================
--- SwiftApps/ParVis/HiRAMTools/makeyearly-cdo.sh	2012-10-10 01:07:58 UTC (rev 5958)
+++ SwiftApps/ParVis/HiRAMTools/makeyearly-cdo.sh	2012-10-10 13:58:01 UTC (rev 5959)
@@ -21,11 +21,12 @@
 qtrdec2=$2  # 2nd quarter-decade dir
 destbase=$3 # base dir for output years
 
-echo destbase=$destbase
+echo destbase=$destbase qtrdec1=$1 qtrdec2=$2
 
 # Add cdo and nco tools to PATH and Intel compiler v11 libs to LD_LIBRARY_PATH
 
-export PATH=/soft/apps/cdo-1.4.7/bin:/soft/apps/nco-4.0.9/bin:$PATH
+#export PATH=/soft/apps/cdo-1.4.7/bin:/soft/apps/nco-4.0.9/bin:$PATH
+export PATH=/soft/apps/nco-4.0.9/bin:$PATH
 export LD_LIBRARY_PATH=/soft/apps/intel-fc-11.0.074/lib/intel64:/soft/apps/intel-cc-11.0.074/lib/intel64:/soft/apps/netcdf-3.6.3/lib:/usr/lib:/usr/X11R6/lib:/usr/local/lib
 
 fname=$(basename $qtrdec1 .nc)




More information about the Swift-commit mailing list