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_output

    r643 r647  
    207207    CARD_DIR=${SUBMIT_DIR} 
    208208else 
    209     CARD_DIR=${RUN_DIR_PATH}/$( basename ${SUBMIT_DIR} ) 
     209    CARD_DIR=${RUN_DIR_PATH} 
    210210    IGCM_sys_Get_Master ${SUBMIT_DIR}/config.card ${RUN_DIR_PATH} 
    211211    IGCM_sys_Get_Master ${SUBMIT_DIR}/run.card    ${RUN_DIR_PATH} 
Note: See TracChangeset for help on using the changeset viewer.