Last change
on this file since 237 was
237,
checked in by aslmd, 13 years ago
|
MESOSCALE: small adjustments to graphical Python routines (to make nice cloud plots)
|
-
Property svn:executable set to
*
|
File size:
593 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 | file3="$fold/POLAR_THOMAS_ls10/wrfout_d03_2024-01-19_06:00:00" |
---|
8 | dest="/u/aslmd/WWW/antichambre/thomas/" |
---|
9 | |
---|
10 | domain.py -t $dest -f $file1 -p npstere |
---|
11 | winds.py -t $dest -p lcc -n 2 -z 25 -i 4 -s 2 \ |
---|
12 | -v HFX -m -15. -M 0.0 \ |
---|
13 | -v USTM -m 0. -M 0.8 \ |
---|
14 | -v HGT -m 0 -M 0 \ |
---|
15 | -f $file1 -f $file2 -f $file3 \ |
---|
16 | -d |
---|
Note: See
TracBrowser
for help on using the repository browser.