/[MITgcm]/MITgcm/tools/example_scripts/ACESgrid/itrda_test_all
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/ACESgrid/itrda_test_all

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by edhill, Wed Feb 2 00:20:46 2005 UTC revision 1.3 by edhill, Thu Feb 17 20:58:39 2005 UTC
# Line 15  date_str=`date +%Y%m%d`"_0" Line 15  date_str=`date +%Y%m%d`"_0"
15  minutes=0  minutes=0
16  while test ! "x_"$M_g77"_"$M_ifc"_"$M_pgf77 = x_done_done_done ; do  while test ! "x_"$M_g77"_"$M_ifc"_"$M_pgf77 = x_done_done_done ; do
17    
18      sleep 120      sleep 300
19      minutes=$(( $minutes + 2 ))      minutes=$(( $minutes + 5 ))
20    
21      for i in g77 ifc pgf77 ; do      for i in g77 ifc pgf77 ; do
22    
# Line 41  while test ! "x_"$M_g77"_"$M_ifc"_"$M_pg Line 41  while test ! "x_"$M_g77"_"$M_ifc"_"$M_pg
41          fi          fi
42      done      done
43            
44      if test $minutes -gt 125 ; then      hrs=$(( $minutes / 60 ));
45          echo "Time expired with $minutes minutes."      if test $minutes -gt 600 ; then
46            echo "Time expired with $minutes minutes ($hrs hours)."
47          exit 1          exit 1
48      fi      fi
49    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22