source: trunk/LMDZ.GENERIC_2.0/libf/phygeneric/generatedoth.sh @ 844

Last change on this file since 844 was 844, checked in by aslmd, 12 years ago

LMDZ.GENERIC. Added a new folder for the interface with LMDZ.COMMON and LMDZ5

  • Property svn:executable set to *
File size: 523 bytes
Line 
1#! /bin/bash
2
3
4bandvis=32
5bandir=36
6
7bandvis=3
8bandir=2
9
10scatterers=1
11#nqmx=2
12
13\rm -f bands.h
14\rm -f scatterers.h
15
16cd bands
17# Build the appropriate 'bands.h' file
18makbands $bandvis $bandir
19# echo contents of bands.h to standard output
20cd ..
21cat bands.h
22
23# Build the appropriate 'scatterers.h' file
24cd scatterers
25./make_scatterers $scatterers
26# echo contents of scatterers.h to standard output
27cd ..
28cat 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.