Changeset 1246 for trunk/LMDZ.MARS/makegcm_gfortran
- Timestamp:
- May 11, 2014, 2:37:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_gfortran
r1085 r1246 13 13 set grille=reg 14 14 set dyntype="dyn" 15 set scatterers="1"16 15 set full="" 17 16 ######################################################################## … … 288 287 $LMDGCM/libf/grid/dimension/makdim 289 288 290 -s nscat Number of radiatively active scatterers291 292 289 -p PHYS Selects the set of physical parameterizations 293 290 you want to compile the model with. … … 348 345 case -p 349 346 set physique="$2" ; set phys="PHYS=$physique" ; shift ; shift ; goto top 350 351 case -s352 set scatterers="$2" ; shift ; goto top353 347 354 348 case -g … … 468 462 # build final name of libraries directory: 469 463 if ( "$dyntype" == "olddyn" ) then 470 set nomlib=${nomlib}_${dim_}_t${ntrac}_ s${scatterers}_${grille}_olddyn464 set nomlib=${nomlib}_${dim_}_t${ntrac}_${grille}_olddyn 471 465 else 472 set nomlib=${nomlib}_${dim_}_t${ntrac}_ s${scatterers}_${grille}466 set nomlib=${nomlib}_${dim_}_t${ntrac}_${grille} 473 467 endif 474 468 … … 525 519 #remove old dimensions.h file 526 520 \rm -f $libf/grid/dimensions.h 527 #remove old scatterers.h file528 \rm -f $libf/phy$physique/scatterers.h529 521 else 530 522 exit … … 537 529 # echo contents of dimensions.h to standard output 538 530 cat $libf/grid/dimensions.h 539 540 cd $libf/phy$physique/scatterers541 # Build the appropriate 'scatterers.h' file542 ./make_scatterers $scatterers543 # echo contents of scatterers.h to standard output544 cat $libf/phy$physique/scatterers.h545 531 546 532 cd $LMDGCM … … 826 812 PROG=$code 827 813 828 # cleanup, remove dimensions.h and scatterers.h814 # cleanup, remove dimensions.h 829 815 \rm -f $libf/grid/dimensions.h 830 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.