Changeset 955 for trunk/LMDZ.GENERIC/makegcm_ifort
- Timestamp:
- May 10, 2013, 11:32:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/makegcm_ifort
r952 r955 525 525 \rm -f $libf/grid/dimensions.h 526 526 \rm -f $libf/grid/bands.h 527 \rm -f $libf/phy${physique}/bands.h 527 528 \rm -f $libf/phy${physique}/scatterers.h 528 529 else … … 533 534 # Build the appropriate 'dimensions.h' file 534 535 cd dimension 535 makdim $ntrac $dim536 ./makdim $ntrac $dim 536 537 # echo contents of dimensions.h to standard output 537 538 cat $libf/grid/dimensions.h 538 539 539 540 # Build the appropriate 'bands.h' file 540 makbands $bands 541 cd $libf/phy$physique/bands 542 ./makbands $bands 541 543 # echo contents of bands.h to standard output 542 cat $libf/ grid/bands.h544 cat $libf/phy$physique/bands.h 543 545 544 546 # Build the appropriate 'scatterers.h' file … … 790 792 \rm -f $libf/grid/dimensions.h 791 793 \rm -f $libf/grid/bands.h 794 \rm -f $libf/phy${physique}/bands.h 792 795 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.