Changeset 882 for trunk/LMDZ.MARS/makegcm_pgf
- Timestamp:
- Feb 15, 2013, 2:54:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_pgf
r646 r882 524 524 \rm -f $libf/grid/dimensions.h 525 525 #remove old scatterers.h file 526 \rm -f $libf/phy mars/scatterers.h526 \rm -f $libf/phy$physique/scatterers.h 527 527 else 528 528 exit … … 536 536 cat $libf/grid/dimensions.h 537 537 538 cd $libf/phy mars/scatterers538 cd $libf/phy$physique/scatterers 539 539 # Build the appropriate 'scatterers.h' file 540 540 ./make_scatterers $scatterers 541 541 # echo contents of scatterers.h to standard output 542 cat $libf/phy mars/scatterers.h542 cat $libf/phy$physique/scatterers.h 543 543 544 544 cd $LMDGCM … … 812 812 # cleanup, remove dimensions.h and scatterers.h 813 813 \rm -f $libf/grid/dimensions.h 814 \rm -f $libf/phy mars/scatterers.h814 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.