Ignore:
Timestamp:
02/19/13 18:35:41 (11 years ago)
Author:
sdipsl
Message:
  • Some adaptation so as to find and prepare tared restart on Ada.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r798 r801  
    12071207  fi 
    12081208  IGCM_debug_PopStack "IGCM_sys_PutBuffer_Rest" 
     1209} 
     1210 
     1211#D-#================================================== 
     1212#D-function IGCM_sys_PrepareTaredRestart 
     1213#D-* Purpose: Prepare tared restart to be access by computing job. 
     1214#D-* Examples: 
     1215#D- 
     1216function IGCM_sys_PrepareTaredRestart { 
     1217  IGCM_debug_PushStack "IGCM_sys_PrepareTaredRestart" $@ 
     1218  if [ $DRYRUN = 0 ]; then 
     1219    [ ! -f $( basename $1 ) ] && DEBUG_sys=false IGCM_sys_Get $1 . 
     1220  else 
     1221    ( ${DEBUG_debug} ) && echo "DRYRUN mode = " $DRYRUN >> stack 
     1222  fi 
     1223  echo $( basename $1 ) 
     1224 
     1225  IGCM_debug_PopStack "IGCM_sys_PrepareTaredRestart" 
    12091226} 
    12101227 
Note: See TracChangeset for help on using the changeset viewer.