Changeset 1246 for trunk/LMDZ.MARS/makegcm_ifort
- Timestamp:
- May 11, 2014, 2:37:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_ifort
r1244 r1246 13 13 set grille=reg 14 14 set dyntype="dyn" 15 set scatterers="1"16 15 set full="" 17 16 ######################################################################## … … 301 300 $LMDGCM/libf/grid/dimension/makdim 302 301 303 -s nscat Number of radiatively active scatterers304 305 302 -p PHYS Selects the set of physical parameterizations 306 303 you want to compile the model with. … … 361 358 case -p 362 359 set physique="$2" ; set phys="PHYS=$physique" ; shift ; shift ; goto top 363 364 case -s365 set scatterers="$2" ; shift ; goto top366 360 367 361 case -g … … 481 475 # build final name of libraries directory: 482 476 if ( "$dyntype" == "olddyn" ) then 483 set nomlib=${nomlib}_${dim_}_t${ntrac}_ s${scatterers}_${grille}_olddyn477 set nomlib=${nomlib}_${dim_}_t${ntrac}_${grille}_olddyn 484 478 else 485 set nomlib=${nomlib}_${dim_}_t${ntrac}_ s${scatterers}_${grille}479 set nomlib=${nomlib}_${dim_}_t${ntrac}_${grille} 486 480 endif 487 481 … … 538 532 #remove old dimensions.h file 539 533 \rm -f $libf/grid/dimensions.h 540 #remove old scatterers.h file541 \rm -f $libf/phy$physique/scatterers.h542 534 else 543 535 exit … … 550 542 # echo contents of dimensions.h to standard output 551 543 cat $libf/grid/dimensions.h 552 553 cd $libf/phy$physique/scatterers554 # Build the appropriate 'scatterers.h' file555 ./make_scatterers $scatterers556 # echo contents of scatterers.h to standard output557 cat $libf/phy$physique/scatterers.h558 544 559 545 cd $LMDGCM … … 838 824 PROG=$code 839 825 840 # cleanup, remove dimensions.h and scatterers.h826 # cleanup, remove dimensions.h 841 827 \rm -f $libf/grid/dimensions.h 842 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.