Index: /BOL/Multi_atlas/Utils/multi.sh
===================================================================
--- /BOL/Multi_atlas/Utils/multi.sh	(revision 4438)
+++ /BOL/Multi_atlas/Utils/multi.sh	(revision 4439)
@@ -123,6 +123,6 @@
 ss=`basename $simdir `
 for year in `grep -w "^$s" $DEF_FILE | awk ' { print $2 } '` ; do
-#file=${MAIN_SE}/ORIG/${s}_SE_${year}_1M_histmth.nc
-file=${MAIN_SE}/ORIG/${ss}_SE_${year}_1M_histmth.nc
+file=${MAIN_SE}/ORIG/${s}_SE_${year}_1M_histmth.nc
+###file=${MAIN_SE}/ORIG/${ss}_SE_${year}_1M_histmth.nc
 
 echo $file $year
@@ -134,5 +134,9 @@
   echo NO need to ln -s; the *1M_histmth.nc does not exist anymore
  else
-  ln -s ${simdir}/ATM/Output/MO/${ss}_${year}0101_${year}1230_1M_histmth.nc $file
+  echo $year>>year.txt
+  sed -i -e 's/_/ /' year.txt 
+  year1=`less year.txt | awk '{print $1}'`
+  year2=`less year.txt | awk '{print $2}'`
+  ln -s ${simdir}/ATM/Output/MO/${ss}_${year1}0101_${year2}1230_1M_histmth.nc $file
  fi
 fi
