Changeset 882 for trunk/LMDZ.MARS/makegcm_gfortran
- Timestamp:
- Feb 15, 2013, 2:54:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_gfortran
r648 r882 520 520 \rm -f $libf/grid/dimensions.h 521 521 #remove old scatterers.h file 522 \rm -f $libf/phy mars/scatterers.h522 \rm -f $libf/phy$physique/scatterers.h 523 523 else 524 524 exit … … 532 532 cat $libf/grid/dimensions.h 533 533 534 cd $libf/phy mars/scatterers534 cd $libf/phy$physique/scatterers 535 535 # Build the appropriate 'scatterers.h' file 536 536 ./make_scatterers $scatterers 537 537 # echo contents of scatterers.h to standard output 538 cat $libf/phy mars/scatterers.h538 cat $libf/phy$physique/scatterers.h 539 539 540 540 cd $LMDGCM … … 811 811 # cleanup, remove dimensions.h and scatterers.h 812 812 \rm -f $libf/grid/dimensions.h 813 \rm -f $libf/phy mars/scatterers.h813 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.