Ignore:
Timestamp:
07/24/14 09:41:56 (10 years ago)
Author:
sdipsl
Message:

merge trunk and tag to fix #195 and taking other minor things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.3/libIGCM_comp/libIGCM_comp.ksh

    r1017 r1025  
    9898 
    9999    # Define BUFFERED Dirs 
    100     if [ ! ${config_Post_PackFrequency} = NONE ] ; then 
     100    if ( [ ! ${config_Post_PackFrequency} = NONE ] || [ X${config_UserChoices_SpaceName} = XTEST ] ) ; then 
    101101      eval R_BUF_${comp}=${R_BUFR}/${comp} 
    102102      eval IGCM_sys_Mkdir \${R_BUF_${comp}} 
Note: See TracChangeset for help on using the changeset viewer.