Last change
on this file since 837 was
832,
checked in by aslmd, 12 years ago
|
LMDZ.GENERIC. stuff to run in parallel with LMDZ5. transparent to casual user (in a folder for_lmdz5).
|
-
Property svn:executable set to
*
|
File size:
523 bytes
|
Line | |
---|
1 | #! /bin/bash |
---|
2 | |
---|
3 | |
---|
4 | bandvis=32 |
---|
5 | bandir=36 |
---|
6 | |
---|
7 | bandvis=3 |
---|
8 | bandir=2 |
---|
9 | |
---|
10 | scatterers=1 |
---|
11 | #nqmx=2 |
---|
12 | |
---|
13 | \rm -f bands.h |
---|
14 | \rm -f scatterers.h |
---|
15 | |
---|
16 | cd bands |
---|
17 | # Build the appropriate 'bands.h' file |
---|
18 | makbands $bandvis $bandir |
---|
19 | # echo contents of bands.h to standard output |
---|
20 | cd .. |
---|
21 | cat bands.h |
---|
22 | |
---|
23 | # Build the appropriate 'scatterers.h' file |
---|
24 | cd scatterers |
---|
25 | ./make_scatterers $scatterers |
---|
26 | # echo contents of scatterers.h to standard output |
---|
27 | cd .. |
---|
28 | cat scatterers.h |
---|
29 | |
---|
30 | #cp dimphys.h.ref dimphys.h |
---|
31 | #echo " integer, parameter :: nqmx=$nqmx" >> dimphys.h |
---|
32 | #cat dimphys.h |
---|
Note: See
TracBrowser
for help on using the repository browser.