Ignore:
Timestamp:
06/18/20 07:34:54 (4 years ago)
Author:
aclsce
Message:

Added functionality to use "CMIP6 light workflow" by activating dr2xmlIPSL variable in config.card.

File:
1 edited

Legend:

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

    r1528 r1535  
    192192    config_Post_LightRestartPack=FALSE 
    193193  fi 
     194 
     195  #==================================================== 
     196  # dr2xmlIPSL : apply default value if not defined 
     197  if ( [ X${config_Post_dr2xmlIPSL} = X${NULL_STR} ] || [ X${config_Post_dr2xmlIPSL} = X ] ) ; then 
     198    config_Post_dr2xmlIPSL=FALSE 
     199  fi 
     200 
    194201 
    195202  #==================================================== 
Note: See TracChangeset for help on using the changeset viewer.