Ignore:
Timestamp:
01/13/15 19:20:09 (9 years ago)
Author:
sdipsl
Message:

adressing #242
message 2000 and 3000 (pushstack and popstack) has been turned off for the moment to ease downstream processing

File:
1 edited

Legend:

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

    r1127 r1150  
    9595  # Define STORAGE : Dedicated to small/medium files 
    9696  # Define R_OUT   : Output tree located on ARCHIVE 
     97  # Define R_BUF   : Output tree located on STORAGE (files waiting treatment, or file lcoation when SpaceName=!PROD) 
    9798  # Define R_FIG   : Output tree located on STORAGE hosting figures (monitoring and atlas, and/or small files) 
    98   # Define R_BUF   : USELESS and DEPRECATED output tree. 
     99  # Define R_TMP   : A temporary space used by IGCM_debug_send_AMQP_msg__MAILTUNNEL. Must be persistent in between jobs 
    99100  IGCM_sys_defineArchives 
    100101 
     
    12621263      fi 
    12631264    fi 
     1265 
     1266    # To be sure we flush message buffer and clean up behind us before the end of the simulation 
     1267    FlushAMQP=TRUE 
     1268 
    12641269  else 
    12651270    #=================# 
     
    13071312  fi 
    13081313 
    1309   # To be sure we flush message buffer before exiting the job 
    1310   FlushAMQP=TRUE 
    1311  
    13121314  IGCM_debug_PopStack "IGCM_config_Finalize" 
    13131315} 
Note: See TracChangeset for help on using the changeset viewer.