Ignore:
Timestamp:
08/08/13 15:10:45 (11 years ago)
Author:
sdipsl
Message:
  • cleanup
  • whitespace-cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_move-and-rename

    r832 r906  
    1717# Change SpaceName/ExperimentName/JobName names and path for a simulation during the run. 
    1818# !! Be careful that the job is suspended before using this script !! 
    19 # You may call this script with those four variables already defined, or modify directly  
     19# You may call this script with those four variables already defined, or modify directly 
    2020# default values under here : 
    2121 
    22 # New Name Space of this experience  
     22# New Name Space of this experience 
    2323NEW_SpaceName=${NEW_SpaceName:=DEVT} 
    2424 
     
    112112  fi 
    113113  IGCM_debug_Print 3 "MOVE_and_RENAME_files all : ${VAR1}" 
    114   IGCM_debug_Print 3 "    to     ${FILE_OUT}."  
     114  IGCM_debug_Print 3 "    to     ${FILE_OUT}." 
    115115 
    116116  (( ifile = 0 )) 
     
    119119    RET=$? 
    120120    (( ifile = ifile + 1 )) 
    121   done     
     121  done 
    122122 
    123123  IGCM_debug_PopStack "MOVE_and_RENAME_files" 
     
    169169fi 
    170170 
    171 # We temporary change ${run_Configuration_PeriodState} to  
     171# We temporary change ${run_Configuration_PeriodState} to 
    172172if [ -f ${SUBMIT_DIR}/run.card ] ; then 
    173173  IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/run.card Configuration PeriodState 
Note: See TracChangeset for help on using the changeset viewer.