Ignore:
Timestamp:
11/19/16 14:48:26 (8 years ago)
Author:
sdipsl
Message:
  • Add a flag to control atlas submission. TRUE by default (ie we submit atlas jobs)
File:
1 edited

Legend:

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

    r1335 r1366  
    145145  if ( [ X${config_Post_DodsCopy} = X${NULL_STR} ] || [ X${config_Post_DodsCopy} = X ] ) ; then 
    146146    config_Post_DodsCopy=TRUE 
     147  fi 
     148 
     149  #==================================================== 
     150  # AtlasIPSL : apply default value if not defined 
     151  if ( [ X${config_Post_AtlasIPSL} = X${NULL_STR} ] || [ X${config_Post_AtlasIPSL} = X ] ) ; then 
     152    config_Post_AtlasIPSL=TRUE 
    147153  fi 
    148154 
Note: See TracChangeset for help on using the changeset viewer.