Changeset 1512


Ignore:
Timestamp:
01/14/20 18:52:20 (4 years ago)
Author:
acosce
Message:

revert previous commit [1511]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_irene.ksh

    r1511 r1512  
    255255    #==================================================== 
    256256    #- R_OUT 
    257     R_OUT=${R_OUT:=${CCCSCRATCHDIR}}/IGCM_OUT 
     257    R_OUT=${CCCSCRATCHDIR}/IGCM_OUT 
    258258 
    259259    #==================================================== 
    260260    #- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
    261     R_FIG=${R_OUT} 
     261    R_FIG=${CCCSCRATCHDIR}/IGCM_OUT 
    262262 
    263263    IGCM_debug_Print 1 "SpaceName=TEST ==> OVERRULE destination path directories" 
     
    279279  #==================================================== 
    280280  #- R_BUF (ONLY FOR double copy an scratch) 
    281   R_BUF=${R_BUF:=${CCCSCRATCHDIR}}/IGCM_OUT 
     281  R_BUF=${CCCSCRATCHDIR}/IGCM_OUT 
    282282 
    283283  IGCM_debug_Print 1 "R_OUT has been defined = ${R_OUT}" 
Note: See TracChangeset for help on using the changeset viewer.