Changeset 3359 for LMDZ6/trunk/makegcm
- Timestamp:
- Jul 4, 2018, 4:48:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makegcm
r2014 r3359 39 39 set io=ioipsl 40 40 set cosp=false 41 set cosp2=false 41 42 set sisvat=false 42 43 … … 200 201 set adjnt="" 201 202 set lcosp="" 203 set lcosp2="" 202 204 set opt_dep="" 203 205 set libchimie="" … … 442 444 Pour compiler avec cosp 443 445 446 -cosp2 true|false 447 Pour compiler avec cosp2 448 444 449 -filtre filtre 445 450 Pour choisir le filtre en longitude dans les regions polaires. … … 500 505 case -cosp 501 506 set cosp="$2"; shift ; shift ; goto top 507 508 case -cosp2 509 set cosp2="$2"; shift ; shift ; goto top 502 510 503 511 case -sisvat … … 579 587 endif 580 588 589 if ( "$cosp2" == 'true' ) then 590 set cppflags="$cppflags -DCPP_COSP2" 591 set include="$include"' -I$(LIBF)/cosp2 ' 592 set opt_dep="$opt_dep cosp2" 593 set lcosp2="-lcosp2 " 594 if ( $XNEC || $X8BRODIE || $X6NEC) then 595 set lcosp2="-lsxcosp2 " 596 endif 597 set opt_link="$lcosp2 $opt_link" 598 endif 599 581 600 if ( "$sisvat" == 'true' ) then 582 601 set cppflags="$cppflags -DCPP_SISVAT" … … 1085 1104 L_ADJNT="$adjnt" \ 1086 1105 L_COSP="$lcosp" \ 1106 L_COSP2="$lcosp2" \ 1087 1107 L_CHIMIE="$libchimie" \ 1088 1108 LOCAL_DIR="$localdir" \ … … 1112 1132 L_ADJNT="$adjnt" \ 1113 1133 L_COSP="$lcosp" \ 1134 L_COSP2="$lcosp2" \ 1114 1135 L_CHIMIE="$libchimie" \ 1115 1136 LOCAL_DIR="$localdir" \
Note: See TracChangeset
for help on using the changeset viewer.