source: configs/dcmip2016/PLOTS/clean_graphs.sh @ 438

Last change on this file since 438 was 438, checked in by dubos, 8 years ago

Updated DCMIP2016 NCL scripts

  • Property svn:executable set to *
File size: 338 bytes
Line 
1#!/bin/bash
2
3# this script should be run from a test case directory PLOTS/testcase/CASE
4# and not from the main directory (PLOTS), where it is stored :
5#
6# cd testcase/CASE
7# ../../clean_graphs.sh
8
9module load ncl
10ROOT=$(pwd)
11cd variant
12EXPS=$(ls)
13
14for EXP in $EXPS ; do
15    echo $EXP
16    cd $ROOT/variant/$EXP
17    rm -f *.png *.gif
18done
Note: See TracBrowser for help on using the repository browser.