Changeset 3491 for LMDZ6/trunk/makegcm
- Timestamp:
- May 2, 2019, 3:03:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makegcm
r3359 r3491 40 40 set cosp=false 41 41 set cosp2=false 42 set cospv2=false 42 43 set sisvat=false 43 44 … … 202 203 set lcosp="" 203 204 set lcosp2="" 205 set lcospv2="" 204 206 set opt_dep="" 205 207 set libchimie="" … … 447 449 Pour compiler avec cosp2 448 450 451 -cospv2 true|false 452 Pour compiler avec cospv2 453 449 454 -filtre filtre 450 455 Pour choisir le filtre en longitude dans les regions polaires. … … 509 514 set cosp2="$2"; shift ; shift ; goto top 510 515 516 case -cospv2 517 set cospv2="$2"; shift ; shift ; goto top 511 518 case -sisvat 512 519 set sisvat="$2" ; shift ; shift ; goto top … … 598 605 endif 599 606 607 if ( "$cospv2" == 'true' ) then 608 set cppflags="$cppflags -DCPP_COSPV2" 609 set include="$include"' -I$(LIBF)/cospv2 ' 610 set opt_dep="$opt_dep cospv2" 611 set lcospv2="-lcospv2 " 612 if ( $XNEC || $X8BRODIE || $X6NEC) then 613 set lcospv2="-lsxcospv2 " 614 endif 615 set opt_link="$lcospv2 $opt_link" 616 endif 617 618 600 619 if ( "$sisvat" == 'true' ) then 601 620 set cppflags="$cppflags -DCPP_SISVAT" … … 1105 1124 L_COSP="$lcosp" \ 1106 1125 L_COSP2="$lcosp2" \ 1126 L_COSPV2="$lcospv2" \ 1107 1127 L_CHIMIE="$libchimie" \ 1108 1128 LOCAL_DIR="$localdir" \ … … 1133 1153 L_COSP="$lcosp" \ 1134 1154 L_COSP2="$lcosp2" \ 1155 L_COSPV2="$lcospv2" \ 1135 1156 L_CHIMIE="$libchimie" \ 1136 1157 LOCAL_DIR="$localdir" \
Note: See TracChangeset
for help on using the changeset viewer.