source: trunk/MESOSCALE_DEV/PLOT/PYTHON/scripts/makefig.sh @ 230

Last change on this file since 230 was 225, checked in by aslmd, 14 years ago

MESOSCALE: python graphics. now possible for multi-files and multi-var. very easy to make an atlas.

  • Property svn:executable set to *
File size: 513 bytes
Line 
1#! /bin/bash
2
3 fold="/home/aslmd/POLAR/"
4 file1="$fold/POLAR_THOMAS_ls50/wrfout_d03_2024-02-45_06:00:00"
5 file2="$fold/POLAR_THOMAS_ls20/wrfout_d03_2024-01-42_06:00:00"
6 file3="$fold/POLAR_THOMAS_ls0/wrfout_d03_2024-01-06_06:00:00"
7 dest="/u/aslmd/WWW/antichambre/thomas/"
8
9 domain.py -t $dest -f $file1 -p npstere
10 winds.py  -t $dest -p lcc -n 2 -z 25 -i 4 -s 2 \
11           -v HFX  -m -15. -M 0.0 \
12           -v USTM -m   0. -M 0.8 \
13           -v HGT  -m   0  -M 0 \
14           -f $file1 -f $file2 -f $file3 
Note: See TracBrowser for help on using the repository browser.