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_NEMO

    r1311 r1335  
    170170 
    171171#================================== 
    172 # SET UP THE PATH (will be done in libIGCM_sys later) 
    173 #================================== 
    174 export PATH=${PCMDI_MP}/work_install_v2/PCMDI_METRICS/bin:${PATH} 
    175  
    176 #================================== 
    177172# Group of metrics we will compute 
    178173#================================== 
    179174GroupsOfMetrics='NEMO_PCMDI NEMO_LatBandsAndRegions NEMO_VertLevels' 
    180175MP_Version=v3 
     176 
     177#================================== 
     178# SET UP THE PATH (will be done in libIGCM_sys later) 
     179#================================== 
     180export PATH=${PCMDI_MP}/work_install_${MP_Version}/PCMDI_METRICS/bin:${PATH} 
    181181 
    182182for metricsGroupName in ${GroupsOfMetrics} ; do 
Note: See TracChangeset for help on using the changeset viewer.