Ignore:
Timestamp:
08/11/16 15:34:37 (8 years ago)
Author:
sdipsl
Message:
  • In config.card/[Post], add a keyword to launch (or not) metrics jobs. FALSE if the keyword is not there.

[Post]
...
MetricsPCMDI=TRUE|FALSE

File:
1 edited

Legend:

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

    r1332 r1335  
    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  # MetricsPCMDI : apply default value if not defined 
     151  if ( [ X${config_Post_MetricsPCMDI} = X${NULL_STR} ] || [ X${config_Post_MetricsPCMDI} = X ] ) ; then 
     152    config_Post_MetricsPCMDI=FALSE 
    147153  fi 
    148154 
Note: See TracChangeset for help on using the changeset viewer.