- Timestamp:
- Mar 15, 2004, 5:07:18 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/makegcm
r487 r496 14 14 set couple=false 15 15 set veget=true 16 set OPT_STACK='-Wf,-init stack=zero' 16 set psmile=false 17 set OPT_STACK='-Wf,-init stack=nan' 17 18 set OPT_STACK=' ' 18 19 set OPTIMI='-C debug -eC' … … 38 39 cd $localdir 39 40 if ( `hostname` == rhodes ) then 40 #set NCDFINC=`grep sxnec ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"`41 #set NCDFLIB=`grep sxnec ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'`42 set NCDFINC="$NETCDF_I8R8"43 set NCDFLIB="$NETCDF_I8R8"41 set NCDFINC=`grep sxnec ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` 42 set NCDFLIB=`grep sxnec ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` 43 # set NCDFINC="$NETCDF_I8R8" 44 # set NCDFLIB="$NETCDF_I8R8" 44 45 else 45 46 if ( `hostname` == nymphea0 ) then … … 214 215 set mod_suffix="mod" 215 216 else if $XNEC then 216 set optim90=' -clear -float0 -ew -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume "' 217 set optimtru90=' -clear -f4 -float0 -ew -R2 -R3 -R4 -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume"' 217 set optdbl='-dw -Wf\"-A dbl4\"' 218 set optim90=' -clear -float0 -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume "' 219 set optimtru90=' -clear -f4 -float0 -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R2 -R3 -R4 -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume"' 218 220 set optim="$optim90" 219 221 set optimbis=" " … … 307 309 pour selectionner le mode force (par defaut) ou couple 308 310 311 -psmile false|true 312 pour selectionner le mode psmile ou non (par defaut) 313 309 314 -v true|false 310 315 pour selectionner la vegetation (par defaut) ou non … … 370 375 set veget="$2" ; shift ; shift ; goto top 371 376 377 case -psmile 378 set psmile="$2" ; shift ; shift ; goto top 379 372 380 case -t 373 381 set ntrac=$2 ; shift ; shift ; goto top … … 497 505 498 506 if ( $XNEC ) then 499 set include="$include $NCDFINC -I$IOIPSLDIR"507 set include="$include -I$NCDFINC -I$IOIPSLDIR" 500 508 else 501 509 set include="$include -I$NCDFINC -I$IOIPSLDIR" … … 689 697 endif 690 698 if ($couple == true) then 691 set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 -ew -P static $NCDFLIB " 699 set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 $optdbl -P static $NCDFLIB " 700 if ($psmile == true) then 701 endif 692 702 else 693 set opt_link="$opt_link -lsxioipsl -float0 -ew-P static $NCDFLIB "703 set opt_link="$opt_link -lsxioipsl -float0 $optdbl -P static $NCDFLIB " 694 704 endif 695 705 else 696 set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NETCDF_I8R8"706 set opt_link=" -C hopt -float0 $optdbl -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NCDFLIB " 697 707 endif 698 708 set mod_loc_dir="./"
Note: See TracChangeset
for help on using the changeset viewer.