Changeset 955 for trunk/LMDZ.GENERIC/makegcm_pgf90
- Timestamp:
- May 10, 2013, 11:32:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/makegcm_pgf90
r671 r955 520 520 \rm -f $libf/grid/dimensions.h 521 521 \rm -f $libf/grid/bands.h 522 \rm -f $libf/phy${physique}/bands.h 522 523 \rm -f $libf/phy${physique}/scatterers.h 523 524 else … … 528 529 # Build the appropriate 'dimensions.h' file 529 530 cd dimension 530 makdim $ntrac $dim531 ./makdim $ntrac $dim 531 532 # echo contents of dimensions.h to standard output 532 533 cat $libf/grid/dimensions.h 533 534 534 535 # Build the appropriate 'bands.h' file 535 makbands $bands 536 cd $libf/phy$physique/bands 537 ./makbands $bands 536 538 # echo contents of bands.h to standard output 537 cat $libf/ grid/bands.h539 cat $libf/phy$physique/bands.h 538 540 539 541 # Build the appropriate 'scatterers.h' file … … 787 789 \rm -f $libf/grid/dimensions.h 788 790 \rm -f $libf/grid/bands.h 791 \rm -f $libf/phy$physique/bands.h 789 792 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.