Changeset 882 for trunk/LMDZ.MARS/makegcm_ifort
- Timestamp:
- Feb 15, 2013, 2:54:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_ifort
r646 r882 527 527 \rm -f $libf/grid/dimensions.h 528 528 #remove old scatterers.h file 529 \rm -f $libf/phy mars/scatterers.h529 \rm -f $libf/phy$physique/scatterers.h 530 530 else 531 531 exit … … 539 539 cat $libf/grid/dimensions.h 540 540 541 cd $libf/phy mars/scatterers541 cd $libf/phy$physique/scatterers 542 542 # Build the appropriate 'scatterers.h' file 543 543 ./make_scatterers $scatterers 544 544 # echo contents of scatterers.h to standard output 545 cat $libf/phy mars/scatterers.h545 cat $libf/phy$physique/scatterers.h 546 546 547 547 cd $LMDGCM … … 817 817 # cleanup, remove dimensions.h and scatterers.h 818 818 \rm -f $libf/grid/dimensions.h 819 \rm -f $libf/phy mars/scatterers.h819 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.