Ignore:
Timestamp:
10/19/09 17:42:30 (15 years ago)
Author:
aclsce
Message:

Use of TMPDIR_IGCM as TMPDIR.
Remove RUN_DIR at the end on RUN mode.
Removed Master variable declared as read-only variable.
Removed echo in count_archive function.
Coherence in filename used by mail function.

File:
1 edited

Legend:

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

    r183 r187  
    707707    # Clean ${RUN_DIR}=${RUN_DIR_PATH}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    708708    # Only for production run (No clean up in DEV or DEB mode) 
    709     [ X${JobType} = X${RUN} ] && IGCM_sys_Rm -rf ${RUN_DIR} 
     709    [ X${JobType} = XRUN ] && IGCM_sys_Rm -rf ${RUN_DIR} 
    710710 
    711711    IGCM_debug_PopStack "IGCM_config_Finalize" 
Note: See TracChangeset for help on using the changeset viewer.