Changeset 1053 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
09/15/14 10:09:12 (10 years ago)
Author:
sdipsl
Message:

bug fixes affecting only debug mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1051 r1053  
    209209IGCM_config_CommonConfiguration ${SUBMIT_DIR}/config.card 
    210210 
     211if [ ! -r ${SUBMIT_DIR}/run.card ] ; then 
     212  #================================================# 
     213  #         The file run.card doesn't exist        # 
     214  #================================================# 
     215  FirstInitialize=true 
     216  #copy initial run.card 
     217  IGCM_sys_Cp ${SUBMIT_DIR}/run.card.init ${SUBMIT_DIR}/run.card 
     218  IGCM_debug_Print 2 "run.card copied from run.card.init" 
     219else 
     220  FirstInitialize=false 
     221  IGCM_debug_Print 2 "run.card exists" 
     222fi 
     223 
    211224# ------------------------------------------------------------------ 
    212225# Activate BigBrother so as to supervise this simulation 
Note: See TracChangeset for help on using the changeset viewer.