Ignore:
Timestamp:
08/08/13 11:06:18 (11 years ago)
Author:
sdipsl
Message:
  • Dods copy is controled by an option in config.card/[Post]. See #150
File:
1 edited

Legend:

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

    r892 r903  
    139139      IGCM_sys_MkdirWork ${REBUILD_DIR} 
    140140    fi 
     141  fi 
     142 
     143  #==================================================== 
     144  # DodsCopy : apply default value if not defined 
     145  if ( [ X${config_Post_DodsCopy} = X${NULL_STR} ] || [ X${config_Post_DodsCopy} = X ] ) ; then 
     146    config_Post_DodsCopy=TRUE 
    141147  fi 
    142148 
Note: See TracChangeset for help on using the changeset viewer.