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_year

    r766 r782  
    148148    unset RebuildDir 
    149149    if [ X${config_Post_RebuildFromArchive} == Xtrue ] ; then 
    150       REBUILD_DIR=${R_SAVE}/TMP 
    151150      set +A RebuildDir -- $( IGCM_sys_RshArchive "find ${REBUILD_DIR} -type d -name \"*${PeriodDateBegin}*\" " ) 
    152151    else 
    153       REBUILD_DIR=${BIG_DIR}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    154152      set +A RebuildDir -- $( find ${REBUILD_DIR} -type d -name  "*${PeriodDateBegin}*" ) 
    155153    fi 
Note: See TracChangeset for help on using the changeset viewer.