Last change
on this file since 949 was
870,
checked in by aslmd, 12 years ago
|
LMDZ.UNIVERSAL. Added compiling for large domains on Gnome. Wrote a better README.
|
-
Property svn:executable set to
*
|
File size:
562 bytes
|
Rev | Line | |
---|
[832] | 1 | #! /bin/bash |
---|
| 2 | |
---|
| 3 | |
---|
| 4 | bandvis=32 |
---|
| 5 | bandir=36 |
---|
| 6 | |
---|
[870] | 7 | ## 3x2 |
---|
[832] | 8 | bandvis=3 |
---|
| 9 | bandir=2 |
---|
| 10 | |
---|
[870] | 11 | ## 38x36 |
---|
| 12 | bandvis=38 |
---|
| 13 | bandir=36 |
---|
| 14 | |
---|
| 15 | |
---|
[832] | 16 | scatterers=1 |
---|
| 17 | #nqmx=2 |
---|
| 18 | |
---|
| 19 | \rm -f bands.h |
---|
| 20 | \rm -f scatterers.h |
---|
| 21 | |
---|
| 22 | cd bands |
---|
| 23 | # Build the appropriate 'bands.h' file |
---|
| 24 | makbands $bandvis $bandir |
---|
| 25 | # echo contents of bands.h to standard output |
---|
| 26 | cd .. |
---|
| 27 | cat bands.h |
---|
| 28 | |
---|
| 29 | # Build the appropriate 'scatterers.h' file |
---|
| 30 | cd scatterers |
---|
| 31 | ./make_scatterers $scatterers |
---|
| 32 | # echo contents of scatterers.h to standard output |
---|
| 33 | cd .. |
---|
| 34 | cat scatterers.h |
---|
| 35 | |
---|
| 36 | #cp dimphys.h.ref dimphys.h |
---|
| 37 | #echo " integer, parameter :: nqmx=$nqmx" >> dimphys.h |
---|
| 38 | #cat dimphys.h |
---|
Note: See
TracBrowser
for help on using the repository browser.