Ignore:
Timestamp:
02/01/13 18:01:11 (11 years ago)
Author:
labetoulle
Message:
  • Move REBUILD_DIR initialization into IGCM_config_CommonConfiguration function ;
  • Delete not used variable R_OUT_POST.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_clean_month

    r727 r782  
    112112    if [ X${config_Post_RebuildFrequency} != X ] ; then 
    113113        if [ X${config_Post_RebuildFromArchive} = Xtrue ] ; then 
    114             REBUILD_DIR=${R_SAVE}/TMP 
    115114            set +A RebuildDir -- $( IGCM_sys_RshArchive "find ${REBUILD_DIR} -type d -name \"*${PeriodDateBegin}*\" " ) 
    116115        else 
    117             REBUILD_DIR=${BIG_DIR}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    118116            set +A RebuildDir -- $( find ${REBUILD_DIR} -type d -name  "*${PeriodDateBegin}*" ) 
    119117        fi 
Note: See TracChangeset for help on using the changeset viewer.