Changeset 882 for trunk/LMDZ.MARS/makegcm_g95
- Timestamp:
- Feb 15, 2013, 2:54:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_g95
r733 r882 522 522 \rm -f $libf/grid/dimensions.h 523 523 #remove old scatterers.h file 524 \rm -f $libf/phy mars/scatterers.h524 \rm -f $libf/phy$physique/scatterers.h 525 525 else 526 526 exit … … 534 534 cat $libf/grid/dimensions.h 535 535 536 cd $libf/phy mars/scatterers536 cd $libf/phy$physique/scatterers 537 537 # Build the appropriate 'scatterers.h' file 538 538 ./make_scatterers $scatterers 539 539 # echo contents of scatterers.h to standard output 540 cat $libf/phy mars/scatterers.h540 cat $libf/phy$physique/scatterers.h 541 541 542 542 cd $LMDGCM … … 813 813 # cleanup, remove dimensions.h and scatterers.h 814 814 \rm -f $libf/grid/dimensions.h 815 \rm -f $libf/phy mars/scatterers.h815 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.