source: trunk/LMDZ.GENERIC/libf/phystd/for_lmdz5/generatedoth.sh @ 836

Last change on this file since 836 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
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.