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/AA_metrics_ORCHIDEE

    r1308 r1335  
    148148 
    149149#================================== 
    150 # SET UP THE PATH (will be done in libIGCM_sys later) 
    151 #================================== 
    152 export PATH=${PCMDI_MP}/work_install_v2/PCMDI_METRICS/bin:${PATH} 
    153  
    154 #================================== 
    155150# Group of metrics we will compute 
    156151#================================== 
    157152GroupsOfMetrics='ORCHIDEE_PCMDI' 
    158153MP_Version=v3 
     154 
     155#================================== 
     156# SET UP THE PATH (will be done in libIGCM_sys later) 
     157#================================== 
     158export PATH=${PCMDI_MP}/work_install_${MP_Version}/PCMDI_METRICS/bin:${PATH} 
    159159 
    160160for metricsGroupName in ${GroupsOfMetrics} ; do 
Note: See TracChangeset for help on using the changeset viewer.