Changeset 1497 for trunk/libIGCM


Ignore:
Timestamp:
11/15/19 09:36:55 (4 years ago)
Author:
aclsce
Message:

Disabled atlas generation by default (config_Post_AtlasIPSL=FALSE)

File:
1 edited

Legend:

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

    r1488 r1497  
    160160  # AtlasIPSL : apply default value if not defined 
    161161  if ( [ X${config_Post_AtlasIPSL} = X${NULL_STR} ] || [ X${config_Post_AtlasIPSL} = X ] ) ; then 
    162     config_Post_AtlasIPSL=TRUE 
     162    config_Post_AtlasIPSL=FALSE 
    163163  fi 
    164164 
Note: See TracChangeset for help on using the changeset viewer.