source: TOOLS/MultiMonitoring/multi-monitoring_script @ 1523

Last change on this file since 1523 was 1523, checked in by mmaipsl, 12 years ago

Patrick, Martial : translation in shell script of Multi-Monitoring web service.

  • Property svn:executable set to *
File size: 210 bytes
Line 
1#!/bin/bash
2#Download the ferret script run :
3tmpfname=$1
4shift 1
5smooth=$1
6shift 1
7
8./plot01.bash  ${tmpfname}.jnl ${smooth} SBG_cSoilSlow_lands_ave.nc $@
9./script.bash ${tmpfname} $@
10./${tmpfname}_prod.bash
Note: See TracBrowser for help on using the repository browser.