source: trunk/mesoscale/LMD_MM_MARS/SRC/ARWpost/atlas_changelevel.pro @ 87

Last change on this file since 87 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 663 bytes
Line 
1;;;
2;;; modify atlas.gw.def to change level (given zelevel)
3;;; save that in gw.def
4;;;
5;;; INPUT : cmd
6;;; OUTPUT : cmd modified
7
8print, '-----------------------------------------------------'
9print, '----------------LEVEL  '+string(zelevel,'(I0)')+'-----------------------------'
10print, '-----------------------------------------------------'
11
12                ;; change name
13        cmd = cmd + " -e 's/atlas/atlas_"+string(zelevel,'(I0)')+"/g'"
14                ;; change level
15        cmd = cmd + " -e 's/level=/level="+string(zelevel,'(I0)')+" ;/g'"
16                ;; do that otherwise level will not be changed actually
17        cmd = cmd + " -e 's/useidlfile/;useidlfile/g'"
18
19
Note: See TracBrowser for help on using the repository browser.