Changeset 955 for trunk/LMDZ.GENERIC/makegcm_g95
- Timestamp:
- May 10, 2013, 11:32:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/makegcm_g95
r671 r955 518 518 \rm -f $libf/grid/dimensions.h 519 519 \rm -f $libf/grid/bands.h 520 \rm -f $libf/phy${physique}/bands.h 520 521 \rm -f $libf/phy${physique}/scatterers.h 521 522 else … … 526 527 # Build the appropriate 'dimensions.h' file 527 528 cd dimension 528 makdim $ntrac $dim529 ./makdim $ntrac $dim 529 530 # echo contents of dimensions.h to standard output 530 531 cat $libf/grid/dimensions.h 531 532 532 533 # Build the appropriate 'bands.h' file 533 makbands $bands 534 cd $libf/phy$physique/bands 535 ./makbands $bands 534 536 # echo contents of bands.h to standard output 535 cat $libf/ grid/bands.h537 cat $libf/phy$physique/bands.h 536 538 537 539 # Build the appropriate 'scatterers.h' file … … 777 779 \rm -f $libf/grid/dimensions.h 778 780 \rm -f $libf/grid/bands.h 781 \rm -f $libf/phy${physique}/bands.h 779 782 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.