Ignore:
Timestamp:
04/11/11 15:02:58 (13 years ago)
Author:
sdipsl
Message:

Previous mistake handling the FirstInitialize? flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r444 r446  
    527527    echo 
    528528 
    529     if ( ${FirstInitialize} ) ; then 
    530         # It's no more the first time 
    531         FirstInitialize=false 
    532     fi 
    533  
    534529    #==================================# 
    535530    #         Save Job output          # 
     
    748743    IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration CumulPeriod ${CumulPeriod} 
    749744 
     745    if ( ${FirstInitialize} ) ; then 
     746        # It's no more the first time 
     747        FirstInitialize=false 
     748    fi 
     749 
    750750    IGCM_debug_PopStack "IGCM_config_PeriodEnd" 
    751751} 
Note: See TracChangeset for help on using the changeset viewer.