source: TOOLS/MultiMonitoring/multi-monitoring_script @ 4097

Last change on this file since 4097 was 1526, checked in by mmaipsl, 13 years ago

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

  • Property svn:executable set to *
File size: 950 bytes
Line 
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
13#Download the ferret script run :
14tmpfname=$1
15shift 1
16smooth=$1
17shift 1
18
19./plot01.bash  ${tmpfname}.jnl ${smooth} SBG_cSoilSlow_lands_ave.nc $@
20./script.bash ${tmpfname} $@
21./${tmpfname}_prod.bash
Note: See TracBrowser for help on using the repository browser.