- Timestamp:
- 08/10/11 11:21:26 (13 years ago)
- Location:
- TOOLS/MultiMonitoring
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/MultiMonitoring/multi-monitoring_script
r1523 r1526 1 1 #!/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 2 13 #Download the ferret script run : 3 14 tmpfname=$1 -
TOOLS/MultiMonitoring/script.bash
r1523 r1526 159 159 cmd="#=====================================" 160 160 printf "$cmd\n" >> $fh 161 cmd="monitoring01_createindex -t ' Monitoring comparison:${listsimus[@]}' \${scriptname%%%%.jnl}_prod"161 cmd="monitoring01_createindex -t '${listsimus[@]}' \${scriptname%%%%.jnl}_prod" 162 162 # printf "$cmd\n" >> $fh 163 163 # cmd="mv \${scriptname%%%%.jnl}_prod/\${scriptname%%%%.jnl} \${scriptname%%%%.jnl}_prod/index.html"
Note: See TracChangeset
for help on using the changeset viewer.