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/libIGCM_config/libIGCM_config.ksh

    r771 r782  
    126126  fi 
    127127 
     128  #==================================================== 
     129  # Define REBUILD_DIR : where we store files needing rebuild process 
     130  if [ X${config_Post_RebuildFromArchive} = Xtrue ] ; then 
     131    REBUILD_DIR=${R_SAVE}/TMP 
     132    IGCM_sys_MkdirArchive ${REBUILD_DIR} 
     133  else 
     134    REBUILD_DIR=${BIG_DIR}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     135    IGCM_sys_MkdirWork ${REBUILD_DIR} 
     136  fi 
     137 
    128138  IGCM_debug_PopStack "IGCM_config_CommonConfiguration" 
    129139} 
     
    284294      IGCM_debug_Verif_Exit 
    285295    fi 
    286   fi 
    287  
    288   #==================================================== 
    289   # Define REBUILD_DIR : where we store files needing rebuild process 
    290   if [ X${config_Post_RebuildFromArchive} = Xtrue ] ; then 
    291     REBUILD_DIR=${R_SAVE}/TMP 
    292     IGCM_sys_MkdirArchive ${REBUILD_DIR} 
    293   else 
    294     REBUILD_DIR=${BIG_DIR}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    295     IGCM_sys_MkdirWork ${REBUILD_DIR} 
    296296  fi 
    297297 
Note: See TracChangeset for help on using the changeset viewer.