Changeset 633


Ignore:
Timestamp:
04/04/12 13:50:46 (12 years ago)
Author:
sdipsl
Message:
  • Take into account PackDefault? to adapt post-processing behaviour
Location:
trunk/libIGCM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r626 r633  
    256256 
    257257#================================== 
    258 # Define default value to keep compatibility with previous card: means before changes due to TGCC  
    259 [ X${config_Post_PackFrequency} = X ] && config_Post_PackFrequency=${config_Post_RebuildFrequency} 
     258# Define default value to keep compatibility with previous card: means before changes due to TGCC 
     259if [ X${PackDefault} = Xtrue ] ; then 
     260  [ X${config_Post_PackFrequency} = X ] && config_Post_PackFrequency=${config_Post_RebuildFrequency} 
     261else 
     262  config_Post_PackFrequency=NONE 
     263fi 
    260264 
    261265#================================== 
  • trunk/libIGCM/AA_create_ts

    r622 r633  
    276276 
    277277#================================== 
    278 # Define default value to keep compatibility with previous card: means before changes due to TGCC  
    279 [ X${config_Post_PackFrequency} = X ] && config_Post_PackFrequency=${config_Post_RebuildFrequency} 
     278# Define default value to keep compatibility with previous card: means before changes due to TGCC 
     279if [ X${PackDefault} = Xtrue ] ; then 
     280  [ X${config_Post_PackFrequency} = X ] && config_Post_PackFrequency=${config_Post_RebuildFrequency} 
     281else 
     282  config_Post_PackFrequency=NONE 
     283fi 
    280284 
    281285#================================== 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ulam.ksh

    r622 r633  
    118118 
    119119#==================================================== 
     120#- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
     121typeset -r R_FIG=${ARCHIVE}/IGCM_OUT 
     122 
     123#==================================================== 
    120124#- R_BUF  Buffer to pack files stored on Master 
    121125typeset -r R_BUF=${WORKDIR}/IGCM_OUT 
Note: See TracChangeset for help on using the changeset viewer.