Changeset 1246 for trunk/LMDZ.MARS/makegcm_pgf
- Timestamp:
- May 11, 2014, 2:37:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_pgf
r1085 r1246 13 13 set grille=reg 14 14 set dyntype="dyn" 15 set scatterers="1"16 15 set full="" 17 16 ######################################################################## … … 293 292 $LMDGCM/libf/grid/dimension/makdim 294 293 295 -s nscat Number of radiatively active scatterers296 297 294 -p PHYS Selects the set of physical parameterizations 298 295 you want to compile the model with. … … 353 350 case -p 354 351 set physique="$2" ; set phys="PHYS=$physique" ; shift ; shift ; goto top 355 356 case -s357 set scatterers="$2" ; shift ; goto top358 352 359 353 case -g … … 472 466 # build final name of libraries directory: 473 467 if ( "$dyntype" == "olddyn" ) then 474 set nomlib=${nomlib}_${dim_}_t${ntrac}_ s${scatterers}_${grille}_olddyn468 set nomlib=${nomlib}_${dim_}_t${ntrac}_${grille}_olddyn 475 469 else 476 set nomlib=${nomlib}_${dim_}_t${ntrac}_ s${scatterers}_${grille}470 set nomlib=${nomlib}_${dim_}_t${ntrac}_${grille} 477 471 endif 478 472 … … 529 523 #remove old dimensions.h file 530 524 \rm -f $libf/grid/dimensions.h 531 #remove old scatterers.h file532 \rm -f $libf/phy$physique/scatterers.h533 525 else 534 526 exit … … 541 533 # echo contents of dimensions.h to standard output 542 534 cat $libf/grid/dimensions.h 543 544 cd $libf/phy$physique/scatterers545 # Build the appropriate 'scatterers.h' file546 ./make_scatterers $scatterers547 # echo contents of scatterers.h to standard output548 cat $libf/phy$physique/scatterers.h549 535 550 536 cd $LMDGCM … … 827 813 PROG=$code 828 814 829 # cleanup, remove dimensions.h and scatterers.h815 # cleanup, remove dimensions.h 830 816 \rm -f $libf/grid/dimensions.h 831 \rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset
for help on using the changeset viewer.