source: trunk/LMDZ.UNIVERSAL/libf/phygeneric/generatedoth.sh @ 870

Last change on this file since 870 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
Line 
1#! /bin/bash
2
3
4bandvis=32
5bandir=36
6
7## 3x2
8bandvis=3
9bandir=2
10
11## 38x36
12bandvis=38
13bandir=36
14
15
16scatterers=1
17#nqmx=2
18
19\rm -f bands.h
20\rm -f scatterers.h
21
22cd bands
23# Build the appropriate 'bands.h' file
24makbands $bandvis $bandir
25# echo contents of bands.h to standard output
26cd ..
27cat bands.h
28
29# Build the appropriate 'scatterers.h' file
30cd scatterers
31./make_scatterers $scatterers
32# echo contents of scatterers.h to standard output
33cd ..
34cat 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.