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_LMDZ

    r1308 r1335  
    142142 
    143143#================================== 
    144 # SET UP THE PATH (will be done in libIGCM_sys later) 
    145 #================================== 
    146 export PATH=${PCMDI_MP}/work_install_v2/PCMDI_METRICS/bin:${PATH} 
    147  
    148 #================================== 
    149144# Group of metrics we will compute 
    150145#================================== 
    151146GroupsOfMetrics='LMDZ_PCMDI LMDZ_JetLat LMDZ_OverOceanRegions' 
    152147MP_Version=v3 
     148 
     149#================================== 
     150# SET UP THE PATH (will be done in libIGCM_sys later) 
     151#================================== 
     152export PATH=${PCMDI_MP}/work_install_${MP_Version}/PCMDI_METRICS/bin:${PATH} 
    153153 
    154154for metricsGroupName in ${GroupsOfMetrics} ; do 
Note: See TracChangeset for help on using the changeset viewer.