Changeset 1261 for LMDZ4/branches/LMDZ4-dev/makegcm
- Timestamp:
- Nov 16, 2009, 4:24:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/makegcm
r1229 r1261 26 26 set OPT_LINUX="-i4 -r8 -O3" 27 27 set io=ioipsl 28 set cosp=false 28 29 29 30 set FC_LINUX=g95 … … 189 190 set opt_link="" 190 191 set adjnt="" 192 set lcosp="" 191 193 set opt_dep="" 192 194 set libchimie="" … … 428 430 -adjnt Pour compiler la l'adjoint du code dynamique 429 431 432 -cosp true|false 433 Pour compiler avec cosp 434 430 435 -filtre filtre 431 436 Pour choisir le filtre en longitude dans les regions polaires. … … 483 488 set opt_dep="$opt_dep adjnt" ; set adjnt="-ladjnt -ldyn3d " 484 489 set optim="$optim -Dadj" ; shift ; goto top 490 491 case -cosp 492 set cosp="$2"; shift ; shift ; goto top 485 493 486 494 case -filtre … … 542 550 endif 543 551 552 if ( "$cosp" == 'true' ) then 553 set cppflags="$cppflags -DCPP_COSP" 554 set include="$include"' -I$(LIBF)/cosp ' 555 set opt_dep="$opt_dep cosp" 556 # set lcosp="-lcosp -lphy$physique " 557 set lcosp="-lcosp " 558 if ( $XNEC || $X8BRODIE || $X6NEC) then 559 # set lcosp="-lsxcosp -lsxphy$physique " 560 set lcosp="-lsxcosp " 561 endif 562 endif 563 544 564 if ( "$physique" == 'nophys' ) then 545 565 set phys="L_PHY= LIBPHY=" … … 904 924 ################## 905 925 set f77=sxmpif90 906 set f90=sxmpif90 926 set f90=sxmpif90 907 927 if $MODIPSL then 908 928 set opt_link="$opt_link -float0 -Wf,-A dbl4 -L$MODIPSLDIR -lblas" … … 1031 1051 FLAG_PARA="$FLAG_PARA"\ 1032 1052 L_ADJNT="$adjnt" \ 1053 L_COSP="$lcosp" \ 1033 1054 L_CHIMIE="$libchimie" \ 1034 1055 LOCAL_DIR="$localdir" \ … … 1056 1077 FLAG_PARA="$FLAG_PARA"\ 1057 1078 L_ADJNT="$adjnt" \ 1079 L_COSP="$lcosp" \ 1058 1080 L_CHIMIE="$libchimie" \ 1059 1081 LOCAL_DIR="$localdir" \
Note: See TracChangeset
for help on using the changeset viewer.