|
Last change
on this file since 557 was
207,
checked in by aslmd, 14 years ago
|
|
MESOSCALE: A GENERAL CLEAN-UP FOLLOWING UPDATING THE USER MANUAL. EVERYTHING ESSENTIAL IS IN MESOSCALE (much lighter than before). EVERYTHING FOR DEVELOPPERS OR EXPERTS IS IN MESOSCALE_DEV.
|
|
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 | |
|---|
| 8 | print, '-----------------------------------------------------' |
|---|
| 9 | print, '----------------LEVEL '+string(zelevel,'(I0)')+'-----------------------------' |
|---|
| 10 | print, '-----------------------------------------------------' |
|---|
| 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.