source: TOOLS/ConsoGENCMIP6/launch_conso.sh @ 2422

Last change on this file since 2422 was 2422, checked in by labetoulle, 9 years ago

add script to load python module and launch everything

File size: 464 bytes
Line 
1#!/bin/bash
2#
3# cron pour garder trace de la compta et des volumes de fichiers crees
4# a executer chaque matin a 6h00
5# ======================================================================
6
7if [ -f /etc/bashrc ] ; then
8 . /etc/bashrc
9fi
10module load python/2.7.8
11
12dods_cp="/ccc/cont003/home/dsm/p86ipsl/bin/dods_cp"
13
14cd /ccc/cont003/home/dsm/p86ipsl/ConsoGENCMIP6/
15
16bin/conso_gencmip6.py
17
18bin/plot_bilan.py -f
19dods_cp plot/bilan.pdf public/p86ipsl/ConsoGENCMIP6/
Note: See TracBrowser for help on using the repository browser.