Changeset 144


Ignore:
Timestamp:
08/11/09 16:07:43 (15 years ago)
Author:
mmaipsl
Message:

Add a ls of SUBMIT_DIR on the beginning of the job if DEBUG_debug is true.
Correct the bug of the print of config_UserChoices_LongName.

File:
1 edited

Legend:

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

    r139 r144  
    3434    [ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    3535 
     36    if ( $DEBUG_debug ) ; then 
     37        echo "Keep trace of inital SUBMIT_DIR : " 
     38        ls -lta ${SUBMIT_DIR} 
     39    fi 
     40 
    3641    #================================== 
    3742 
     
    5459    IGCM_debug_Print 1 "DefineArrayFromOption  : config_UserChoices" 
    5560    IGCM_debug_PrintVariables 3 config_UserChoices_JobName 
    56     IGCM_debug_PrintVariables 3 config_UserChoices_LongName 
     61    if [ 3 -le ${Verbosity} ] ; then 
     62        echo "--------------Debug3-->" "config_UserChoices_LongName=" 
     63        echo "--------------Debug3-->" \"${config_UserChoices_LongName}\" 
     64    fi 
    5765    IGCM_debug_PrintVariables 3 config_UserChoices_TagName 
    5866    IGCM_debug_PrintVariables 3 config_UserChoices_CalendarType 
Note: See TracChangeset for help on using the changeset viewer.