Last change
on this file since 87 was
85,
checked in by aslmd, 14 years ago
|
LMD_MM_MARS et LMD_LES_MARS: ajout des routines IDL pour tracer les sorties --> voir mesoscale/PLOT
|
-
Property svn:executable set to
*
|
File size:
1.2 KB
|
Rev | Line | |
---|
[85] | 1 | #! /bin/bash |
---|
| 2 | |
---|
| 3 | \rm atlas.log |
---|
| 4 | echo "print, '****************************yy' |
---|
| 5 | zelevel='1' |
---|
| 6 | firstextract = 'true' |
---|
| 7 | zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def' |
---|
| 8 | @atlas.pro |
---|
| 9 | print, '****************************yy' |
---|
| 10 | zelevel='2' |
---|
| 11 | firstextract = 'true' |
---|
| 12 | zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def' |
---|
| 13 | @atlas.pro |
---|
| 14 | print, '****************************yy' |
---|
| 15 | zelevel='3' |
---|
| 16 | firstextract = 'true' |
---|
| 17 | zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def' |
---|
| 18 | @atlas.pro |
---|
| 19 | print, '****************************yy' |
---|
| 20 | zelevel='4' |
---|
| 21 | firstextract = 'true' |
---|
| 22 | zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def' |
---|
| 23 | @atlas.pro |
---|
| 24 | print, '****************************yy' |
---|
| 25 | zelevel='5' |
---|
| 26 | firstextract = 'true' |
---|
| 27 | zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def' |
---|
| 28 | @atlas.pro |
---|
| 29 | print, '****************************yy' |
---|
| 30 | zelevel='6' |
---|
| 31 | firstextract = 'true' |
---|
| 32 | zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def' |
---|
| 33 | @atlas.pro |
---|
| 34 | exit" | /opt/idl-6.4/idl/bin/idl >> atlas.log 2>& 1 |
---|
| 35 | |
---|
| 36 | |
---|
| 37 | ############################# |
---|
| 38 | # |
---|
| 39 | # have you modified atlas.pro ? |
---|
| 40 | # sed s/'U_HGT_UV'/'W_HGT'/g atlas.pro > ye.pro |
---|
| 41 | # |
---|
| 42 | #echo atlas.pro should have been modified |
---|
| 43 | #echo you should have had generated input files |
---|
| 44 | # |
---|
| 45 | |
---|
Note: See
TracBrowser
for help on using the repository browser.