Ignore:
Timestamp:
04/13/12 14:11:01 (12 years ago)
Author:
aclsce
Message:

Modified CARD_DIR variable to take into account modifications about the use of Get_Master function to get files (instead of directory).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_restart

    r643 r647  
    230230    CARD_DIR=${SUBMIT_DIR} 
    231231else 
    232     CARD_DIR=${RUN_DIR_PATH}/$( basename ${SUBMIT_DIR} ) 
     232    CARD_DIR=${RUN_DIR_PATH} 
    233233    IGCM_sys_Get_Master ${SUBMIT_DIR}/config.card ${RUN_DIR_PATH} 
    234234    IGCM_sys_Get_Master ${SUBMIT_DIR}/run.card    ${RUN_DIR_PATH} 
Note: See TracChangeset for help on using the changeset viewer.