source: trunk/MESOSCALE_DEV/PLOT/RESERVE/atlas/atlas.sh @ 937

Last change on this file since 937 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
Line 
1#! /bin/bash
2
3\rm atlas.log
4echo "print, '****************************yy'
5zelevel='1'
6firstextract = 'true'
7zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def'
8@atlas.pro
9print, '****************************yy'
10zelevel='2'
11firstextract = 'true'
12zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def'
13@atlas.pro
14print, '****************************yy'
15zelevel='3'
16firstextract = 'true'
17zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def'
18@atlas.pro
19print, '****************************yy'
20zelevel='4'
21firstextract = 'true'
22zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def'
23@atlas.pro
24print, '****************************yy'
25zelevel='5'
26firstextract = 'true'
27zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def'
28@atlas.pro
29print, '****************************yy'
30zelevel='6'
31firstextract = 'true'
32zeatlas='/tmp7/aslmd/atlas-web_map_model_level_U_HGT_UV.def'
33@atlas.pro
34exit" | /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.