Changeset 1526


Ignore:
Timestamp:
08/10/11 11:21:26 (13 years ago)
Author:
mmaipsl
Message:

Add short usage and examples in multi-monitoring_script and change title in script.

Location:
TOOLS/MultiMonitoring
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MultiMonitoring/multi-monitoring_script

    r1523 r1526  
    11#!/bin/bash 
     2 
     3#usage :  
     4# > ./multi-monitoring_script MultiMonitoring_Name smooth_freq_in_WriteFrequency list_of_local_or_distante-http_simulation_paths 
     5 
     6# examples :  
     7# local multi-monitorings :  
     8# > ./multi-monitoring_script SptrNF_vs_SptrNFR 1 /login/IGCM_OUT/OL2/SptrNF/SPIN/Output/SptrNFFIN   /login/IGCM_OUT/OL2/SptrNFR/SPIN/Output/SptrNFRFIN  
     9# > /multi-monitoring_script SPINUP_piControlMR2 12 /dmnfs/cont003/p86cadul/IGCM_OUT/OL2/SPINUP_piControlMR2ORC_*1 /dmnfs/cont003/p86cadul/IGCM_OUT/OL2/SPINUP_piControlMR2ORC_*8 
     10# distant (web) multi-monitorings :  
     11# > ./multi-monitoring_script LMDZ5OMP6_vs_LMDZ5OMP7 1 http://dods.extra.cea.fr/data/p86manci/LMDZOR/TEST/CLIM/LMDZ5OMP6 http://dods.extra.cea.fr/data/p86manci/LMDZOR/TEST/CLIM/LMDZ5OMP7 
     12 
    213#Download the ferret script run : 
    314tmpfname=$1 
  • TOOLS/MultiMonitoring/script.bash

    r1523 r1526  
    159159cmd="#=====================================" 
    160160printf "$cmd\n" >> $fh 
    161 cmd="monitoring01_createindex -t 'Monitoring comparison: ${listsimus[@]}' \${scriptname%%%%.jnl}_prod" 
     161cmd="monitoring01_createindex -t '${listsimus[@]}' \${scriptname%%%%.jnl}_prod" 
    162162# printf "$cmd\n" >> $fh 
    163163# cmd="mv \${scriptname%%%%.jnl}_prod/\${scriptname%%%%.jnl} \${scriptname%%%%.jnl}_prod/index.html" 
Note: See TracChangeset for help on using the changeset viewer.