[524] | 1 | #!/bin/csh |
---|
| 2 | # |
---|
[1279] | 3 | # $Id: makegcm 1403 2010-07-01 09:02:53Z fhourdin $ |
---|
[524] | 4 | # |
---|
| 5 | #set verbose echo |
---|
| 6 | ######################################################################## |
---|
| 7 | # options par defaut pour la commande make |
---|
| 8 | ######################################################################## |
---|
| 9 | set dim="96x71x19" |
---|
| 10 | set physique=lmd |
---|
| 11 | set phys="PHYS=$physique" |
---|
[768] | 12 | set include='-I$(LIBF)/grid -I$(LIBF)/bibio -I$(LIBF)/filtrez -I. ' |
---|
[524] | 13 | set filtre=filtrez |
---|
| 14 | set grille=reg |
---|
| 15 | set couple=false |
---|
[768] | 16 | set veget=false |
---|
[669] | 17 | set chimie=false |
---|
[787] | 18 | set psmile=true |
---|
[632] | 19 | set parallel=false |
---|
[768] | 20 | set vampir=false |
---|
[524] | 21 | set OPT_STACK='-Wf,-init stack=nan' |
---|
| 22 | set OPT_STACK=' ' |
---|
| 23 | set OPTIMI='-C debug -eC ' |
---|
| 24 | set OPTIMI=' -ftrace ' |
---|
[676] | 25 | set OPT_LINUX='-O3' |
---|
[1279] | 26 | set OPT_LINUX="-i4 -r8 -O3" |
---|
[524] | 27 | set io=ioipsl |
---|
[1279] | 28 | set cosp=false |
---|
[524] | 29 | |
---|
[882] | 30 | set FC_LINUX=g95 |
---|
[1297] | 31 | set FC_LINUX=gfortran |
---|
[915] | 32 | #set FC_LINUX=pgf90 |
---|
[1279] | 33 | if ( $FC_LINUX == g95 ) then |
---|
| 34 | set OPT_LINUX="-O3" |
---|
[1297] | 35 | set OPT_LINUX="-O3" |
---|
| 36 | else if ( $FC_LINUX == gfortran ) then |
---|
| 37 | set OPT_LINUX="-fdefault-real-8 -O3" |
---|
| 38 | # set OPT_LINUX="-O3 -fno-second-underscore" |
---|
| 39 | set OPT_LINUX="-O3 " |
---|
| 40 | else |
---|
[1279] | 41 | # pgf90 options |
---|
| 42 | set OPT_LINUX="-i4 -r8 -O2 -Munroll -Mnoframe -Mautoinline -Mcache_align" |
---|
| 43 | endif |
---|
[676] | 44 | |
---|
[524] | 45 | ######################################################################## |
---|
| 46 | # path a changer contenant les sources et les objets du modele |
---|
| 47 | ######################################################################## |
---|
| 48 | |
---|
| 49 | ###### VERSION LMDZ.4 |
---|
[792] | 50 | set INCALIB=../INCA3/config/lib |
---|
[1403] | 51 | set LMDGCM="`pwd`" |
---|
| 52 | setenv LIBOGCM $LMDGCM/libo |
---|
[524] | 53 | # |
---|
[882] | 54 | # |
---|
[1403] | 55 | setenv IOIPSLDIR /d4/fairhead/gfortran/ioipsl_v2_1_9 |
---|
| 56 | setenv MODIPSLDIR /d4/fairhead/gfortran/ioipsl_v2_1_9 |
---|
| 57 | setenv NCDFINC /d4/fairhead/gfortran_4.4/netcdf-4.1.1/include |
---|
| 58 | setenv NCDFLIB /d4/fairhead/gfortran_4.4/netcdf-4.1.1/lib |
---|
[524] | 59 | |
---|
[768] | 60 | |
---|
| 61 | |
---|
[1297] | 62 | |
---|
[1403] | 63 | |
---|
[524] | 64 | setenv localdir "`pwd`" |
---|
| 65 | set MODIPSL=0 |
---|
| 66 | echo $localdir | grep modipsl >& /dev/null |
---|
| 67 | if ( ! $status ) then |
---|
| 68 | set MODIPSL=1 |
---|
| 69 | setenv LMDGCM $localdir |
---|
| 70 | cd ../.. |
---|
| 71 | setenv LIBOGCM "`pwd`/lib" |
---|
| 72 | setenv IOIPSLDIR $LIBOGCM |
---|
| 73 | setenv MODIPSLDIR $LIBOGCM |
---|
| 74 | cd $localdir |
---|
| 75 | if ( `hostname` == rhodes ) then |
---|
| 76 | set NCDFINC=`grep sxnec ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` |
---|
| 77 | set NCDFLIB=`grep sxnec ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` |
---|
| 78 | else |
---|
| 79 | if ( `hostname` == nymphea0 ) then |
---|
| 80 | set NCDFINC=`grep fjvpp ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` |
---|
| 81 | set NCDFLIB=`grep fjvpp ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` |
---|
| 82 | else if ( `hostname` == mercure ) then |
---|
| 83 | set NCDFINC=`grep sx6nec ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` |
---|
| 84 | set NCDFLIB=`grep sx6nec ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` |
---|
[768] | 85 | else if ( `hostname` == brodie ) then |
---|
| 86 | set NCDFINC=`grep sx8brodie ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` |
---|
| 87 | set NCDFLIB=`grep sx8brodie ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` |
---|
[524] | 88 | else |
---|
| 89 | echo 'Probleme de definition des variables NCDFINC et NCDFLIB' |
---|
| 90 | endif |
---|
| 91 | endif |
---|
| 92 | else |
---|
| 93 | if ( ! $?LMDGCM ) then |
---|
| 94 | echo You must initialize the variable LMDGCM in your environnement |
---|
| 95 | echo for instance: "setenv LMDGCM /usr/myself/supergcm" in .cshrc |
---|
| 96 | exit |
---|
| 97 | endif |
---|
| 98 | if ( ! $?LIBOGCM ) then |
---|
| 99 | set LIBOGCM=$LMDGCM/libo |
---|
| 100 | endif |
---|
| 101 | if ( ! $?IOIPSLDIR ) then |
---|
| 102 | echo You must initialize the variable IOIPSLDIR in your environnement |
---|
| 103 | echo for instance: "setenv IOIPSLDIR /usr/myself/ioipsl" in .cshrc |
---|
| 104 | exit |
---|
| 105 | else |
---|
| 106 | setenv MODIPSLDIR $IOIPSLDIR |
---|
| 107 | endif |
---|
| 108 | if ( ! $?NCDFLIB ) then |
---|
| 109 | echo You must initialize the variable NCDFLIB in your environnement |
---|
| 110 | echo for instance: "setenv NCDFLIB /usr/myself/netcdf" in .cshrc |
---|
| 111 | exit |
---|
| 112 | endif |
---|
| 113 | if ( ! $?NCDFINC ) then |
---|
| 114 | echo You must initialize the variable NCDFINC in your environnement |
---|
| 115 | echo for instance: "setenv NCDFINC /usr/myself/netcdf" in .cshrc |
---|
| 116 | exit |
---|
| 117 | endif |
---|
| 118 | endif |
---|
| 119 | set model=$LMDGCM |
---|
| 120 | set libo=$LIBOGCM |
---|
| 121 | |
---|
| 122 | ######################################################################## |
---|
| 123 | # Les differentes platformes reconnues |
---|
| 124 | ######################################################################## |
---|
| 125 | |
---|
| 126 | set HP=0 |
---|
| 127 | set IBM=0 |
---|
| 128 | set SUN=0 |
---|
| 129 | set VPP=0 |
---|
| 130 | set CRAY=0 |
---|
| 131 | set DEC=0 |
---|
| 132 | set LINUX=0 |
---|
| 133 | set NEC=0 |
---|
| 134 | set XNEC=0 |
---|
| 135 | set X6NEC=0 |
---|
[768] | 136 | set X8BRODIE=0 |
---|
[524] | 137 | if ( `uname` == HP-UX ) then |
---|
| 138 | set machine=HP |
---|
| 139 | set HP=1 |
---|
| 140 | else if (`uname` == UNIX_System_V ) then |
---|
| 141 | set machine=VPP |
---|
| 142 | set VPP=1 |
---|
| 143 | else if (`uname` == SunOS ) then |
---|
| 144 | set machine=SUN |
---|
| 145 | set SUN=1 |
---|
| 146 | else if ( `uname` == AIX ) then |
---|
| 147 | set machine=IBM |
---|
| 148 | set IBM=1 |
---|
| 149 | else if ( `uname` == OSF1 ) then |
---|
| 150 | set machine=ALPHA |
---|
| 151 | set DEC=1 |
---|
[768] | 152 | else if ( `uname` == Linux && `hostname` != mercure && `hostname` != brodie ) then |
---|
[524] | 153 | set machine=LINUX |
---|
| 154 | set LINUX=1 |
---|
| 155 | else if ( `hostname` == atlas || `hostname` == axis || `hostname` == etoile ) then |
---|
| 156 | set machine=CRAY |
---|
| 157 | set CRAY=1 |
---|
| 158 | else if ( `uname` == SUPER-UX ) then |
---|
| 159 | set machine=NEC |
---|
| 160 | set NEC=1 |
---|
| 161 | else if ( `hostname` == rhodes) then |
---|
| 162 | set machine=XNEC |
---|
| 163 | set XNEC=1 |
---|
| 164 | else if ( `hostname` == mercure) then |
---|
| 165 | set machine=X6NEC |
---|
| 166 | set X6NEC=1 |
---|
[768] | 167 | else if ( `hostname` == brodie) then |
---|
| 168 | set machine=X8BRODIE |
---|
| 169 | set X8BRODIE=1 |
---|
[524] | 170 | else |
---|
| 171 | echo Vous travaillez sur une machine non prevue par le reglement |
---|
| 172 | exit |
---|
| 173 | endif |
---|
| 174 | |
---|
| 175 | if ( ! -d $libo ) then |
---|
| 176 | mkdir $libo |
---|
| 177 | endif |
---|
| 178 | |
---|
| 179 | |
---|
| 180 | if $VPP then |
---|
| 181 | set netcdf=netcdf_v |
---|
| 182 | else |
---|
| 183 | set netcdf=netcdf |
---|
| 184 | endif |
---|
| 185 | ######################################################################## |
---|
| 186 | # Quelques initialisations de variables du shell. |
---|
| 187 | ######################################################################## |
---|
| 188 | |
---|
| 189 | set dyn= |
---|
| 190 | set opt_link="" |
---|
| 191 | set adjnt="" |
---|
[1279] | 192 | set lcosp="" |
---|
[524] | 193 | set opt_dep="" |
---|
[669] | 194 | set libchimie="" |
---|
[524] | 195 | |
---|
| 196 | set optim="" |
---|
| 197 | set optimbis="" |
---|
| 198 | set optim90="" |
---|
| 199 | set oplink="" |
---|
| 200 | |
---|
| 201 | ######################################################################## |
---|
| 202 | # Optimisations par defaut suivant les machines |
---|
| 203 | ######################################################################## |
---|
| 204 | |
---|
| 205 | echo "Optimisations par defaut suivant les machines" |
---|
| 206 | set libf=$model/libf |
---|
| 207 | #setenv localdir "LOCAL_DIR=`pwd`" |
---|
| 208 | #setenv localdir "`pwd`" |
---|
| 209 | cd $model |
---|
| 210 | ############# |
---|
| 211 | if $CRAY then |
---|
| 212 | ############# |
---|
| 213 | # set optim="-Wf'-ei' -dp -Wf'-a static'" |
---|
| 214 | set optimbis=" -DCRAY " |
---|
| 215 | set optim90="-Wp'-P' -DCRAY -p$IOIPSLDIR "'-p$(LIBO) -eiv ' |
---|
| 216 | set optim="$optim90" |
---|
[1146] | 217 | if ( $io == "ioipsl" ) then |
---|
| 218 | set oplink="-Wl'-DSTACK=128 -f indef' -L$IOIPSLDIR -lioipsl -L$NCDFLIB -lnetcdf " |
---|
| 219 | else |
---|
| 220 | set oplink="-Wl'-DSTACK=128 -f indef' -L$IOIPSLDIR -L$NCDFLIB -lnetcdf " |
---|
| 221 | endif |
---|
[524] | 222 | set mod_loc_dir=" " |
---|
| 223 | set mod_suffix=" " |
---|
| 224 | ################# |
---|
| 225 | else if $SUN then |
---|
| 226 | ################# |
---|
| 227 | set optim=" -fast " |
---|
| 228 | set optimbis=" " |
---|
| 229 | set optim90=" -fast -fixed " |
---|
| 230 | set optimtru90=" -fast -free " |
---|
[1146] | 231 | if ( $io == "ioipsl" ) then |
---|
| 232 | set opt_link="-lf77compat -L$MODIPSLDIR -lsechiba -lparameters -lstomate -lioipsl -L$NCDFLIB -lnetcdf " |
---|
| 233 | else |
---|
| 234 | set opt_link="-lf77compat -L$MODIPSLDIR -lsechiba -lparameters -lstomate -L$NCDFLIB -lnetcdf " |
---|
| 235 | endif |
---|
[524] | 236 | set mod_loc_dir=$localdir |
---|
| 237 | set mod_suffix=mod |
---|
| 238 | ################# |
---|
| 239 | else if $HP then |
---|
| 240 | ################# |
---|
| 241 | set optim=" +U77 -O +E1 " |
---|
| 242 | set optimbis=" " |
---|
| 243 | ################# |
---|
| 244 | else if $IBM then |
---|
| 245 | ################# |
---|
| 246 | set optim=" -O3 -qtune=pwr2 -qarch=pwr2" |
---|
| 247 | set optimbis=" " |
---|
| 248 | ################# |
---|
| 249 | else if $VPP then |
---|
| 250 | ################# |
---|
| 251 | # set optim="-Dasuxm -On, -g -Ad -Potilax -Eciplume -Si" |
---|
| 252 | # set optimbis=" -Wv,-m3 -Wp,-DVPP -Z $LMDGCM/listage" |
---|
| 253 | set optimbis=" -Wp,-DNC_DOUBLE -Ad -Z $LMDGCM/listage -X9" |
---|
| 254 | set optim90="$optim $optimbis -X9 -w" |
---|
| 255 | set mod_loc_dir=$MODIPSLDIR |
---|
| 256 | set mod_suffix=mod |
---|
| 257 | ################# |
---|
| 258 | else if $DEC then |
---|
| 259 | ################# |
---|
| 260 | set optim=" " |
---|
| 261 | set optimbis=" " |
---|
| 262 | ################# |
---|
| 263 | else if $LINUX then |
---|
| 264 | ################# |
---|
[1297] | 265 | if ( $FC_LINUX == pgf90 || $FC_LINUX == g95 || $FC_LINUX == gfortran ) then |
---|
[882] | 266 | set optim=" $OPT_LINUX " |
---|
| 267 | set optim90=" $OPT_LINUX " |
---|
| 268 | set optimtru90=" $OPT_LINUX " |
---|
[676] | 269 | else |
---|
| 270 | echo 'compilateur linux non reconnu' |
---|
| 271 | exit |
---|
| 272 | endif |
---|
[524] | 273 | set mod_loc_dir=$MODIPSLDIR |
---|
| 274 | set mod_suffix=mod |
---|
| 275 | ################# |
---|
| 276 | else if $NEC then |
---|
| 277 | ################# |
---|
| 278 | set optim90=' -clear -C hopt -float0 -ew -P static -Wf,"-pvctl fullmsg noassume "' |
---|
| 279 | set optimtru90=' -clear -f4 -C hopt -float0 -ew -P static -Wf,"-pvctl fullmsg noassume "' |
---|
| 280 | set optim="$optim90" |
---|
| 281 | set optimbis=" " |
---|
[1146] | 282 | if ( $io == "ioipsl" ) then |
---|
| 283 | set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lioipsl $NCDFLIB -lnetcdf_i8r8_v " |
---|
| 284 | else |
---|
| 285 | set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR $NCDFLIB -lnetcdf_i8r8_v " |
---|
| 286 | endif |
---|
[524] | 287 | set mod_loc_dir="." |
---|
| 288 | set mod_suffix="mod" |
---|
| 289 | ################# |
---|
| 290 | else if $XNEC then |
---|
| 291 | ################# |
---|
| 292 | set optdbl='-dw -Wf\"-A dbl4\"' |
---|
[670] | 293 | set optim90=' -clear -float0 -f3 -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume "' |
---|
[524] | 294 | set optimtru90=' -clear -f4 -float0 -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R2 -R3 -R4 -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume"' |
---|
| 295 | set optim="$optim90" |
---|
| 296 | set optimbis=" " |
---|
| 297 | set mod_suffix="mod" |
---|
[529] | 298 | set mod_loc_dir="./" |
---|
[670] | 299 | ################# |
---|
[524] | 300 | else if $X6NEC then |
---|
[670] | 301 | ################# |
---|
[524] | 302 | set optdbl='-dw -Wf\"-A dbl4\"' |
---|
[768] | 303 | set optim90=' -clear -float0 -size_t64 -P stack -Wf "-ptr byte -init stack=nan -init heap=nan" -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume "' |
---|
| 304 | set optimtru90=' -clear -f4 -float0 -size_t64 -P stack -Wf "-ptr byte -init stack=nan -init heap=nan" -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R2 -R3 -R4 -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume"' |
---|
[524] | 305 | set optim="$optim90" |
---|
| 306 | set optimbis=" " |
---|
| 307 | set mod_suffix="mod" |
---|
[529] | 308 | set mod_loc_dir="./" |
---|
[768] | 309 | ################# |
---|
| 310 | else if $X8BRODIE then |
---|
| 311 | ################## |
---|
| 312 | set optdbl='-dw -Wf\"-A dbl4\"' |
---|
| 313 | # set optim90='-P stack -Wf,-pvctl res=whole,-A dbl4,-init stack=nan,-init heap=nan,-ptr byte -EP -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 fullmsg noassume" -I/SX/usr/include' |
---|
[948] | 314 | set optim90='-C vopt -Wf,-pvctl res=whole,-A dbl4,-init stack=nan,-init heap=nan,-ptr byte -EP -DNC_DOUBLE -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 noassume" -I/SX/usr/include' |
---|
[768] | 315 | # set optim90='-C vsafe -P stack -Wf,-pvctl res=whole,-A dbl4,-ptr byte -EP -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 fullmsg noassume" -I/SX/usr/include' |
---|
| 316 | set optimtru90="$optim90" |
---|
| 317 | set optim90="$optim90" |
---|
| 318 | set optim="$optim90" |
---|
| 319 | set optimbis=" " |
---|
| 320 | set mod_suffix="mod" |
---|
| 321 | set mod_loc_dir="./" |
---|
[524] | 322 | else |
---|
| 323 | set optim="" |
---|
| 324 | set optimbis=" " |
---|
| 325 | endif |
---|
| 326 | |
---|
| 327 | set nomlib=$machine |
---|
| 328 | |
---|
| 329 | ######################################################################## |
---|
| 330 | # lecture des options de mymake |
---|
| 331 | ######################################################################## |
---|
| 332 | |
---|
| 333 | top: |
---|
| 334 | if ($#argv > 0) then |
---|
| 335 | switch ($1:q) |
---|
| 336 | |
---|
| 337 | case -h: |
---|
| 338 | |
---|
| 339 | ######################################################################## |
---|
| 340 | # Manuel en ligne |
---|
| 341 | ######################################################################## |
---|
| 342 | more <<eod |
---|
| 343 | |
---|
| 344 | |
---|
| 345 | makegcm [Options] prog |
---|
| 346 | |
---|
| 347 | |
---|
| 348 | |
---|
| 349 | |
---|
| 350 | Par default, la commande makegcm: |
---|
| 351 | --------------------------------- |
---|
| 352 | |
---|
| 353 | 1. compile une serie de sous programmes se trouvant dans des sous-repertoires |
---|
| 354 | de $LMDGCM/libf. |
---|
| 355 | Les sous programmes sont ensuite stokes sur dans des librairies FORTRAN |
---|
| 356 | sur $LIBOGCM. |
---|
| 357 | |
---|
| 358 | 2. Ensuite, makegcm compile le programme prog.f se trouvant par default sur |
---|
| 359 | $LMDGCM/libf/dyn3d et effectue le lien avec l ensemble des librairies. |
---|
| 360 | |
---|
| 361 | La variable '$LMDGCM' doit etre initialisee dans votre .cshrc ou en dur |
---|
| 362 | dans la comande makegcm. |
---|
| 363 | |
---|
| 364 | La commande makegcm est faite pour permettre de gerer en parallele des |
---|
| 365 | versions differentes du modele, compilees avec des options de compilation |
---|
| 366 | et des dimensions differentes sans avoir a chaque fois a recompiler tout |
---|
| 367 | le modele. |
---|
| 368 | |
---|
| 369 | Les librairies FORTRAN sont stoquees sur le directory $LIBOGCM. |
---|
| 370 | |
---|
| 371 | |
---|
| 372 | OPTIONS: |
---|
| 373 | -------- |
---|
| 374 | |
---|
| 375 | Les options suivantes peuvent etre definies soit par defaut en editant le |
---|
| 376 | "script" makegcm, soit en interactif: |
---|
| 377 | |
---|
| 378 | -d imxjmxlm ou im, jm, et lm sont resp. le nombre de longitudes, latitudes |
---|
| 379 | et couches verticales. |
---|
[1146] | 380 | L'effet des options -d est d'ecraser le fichier |
---|
[524] | 381 | $LMDGCM/libf/grid/dimensions.h |
---|
[1146] | 382 | qui contient sous forme de 3 PARAMETER FORTRAN les 3 dimensions |
---|
| 383 | de la grille horizontale im, jm et verticale lm, par un nouveu fichier |
---|
| 384 | $LMDGCM/libf/grid/dimension/dimensions.im.jm.lm |
---|
[524] | 385 | Si ce fichier n'existe pas encore, il est cree par le script |
---|
| 386 | $LMDGCM/libf/grid/dimension/makdim |
---|
| 387 | |
---|
| 388 | -p PHYS pour selectionner le jeu de parametrisations physiques avec |
---|
| 389 | lequel on veut compiler le modele. |
---|
| 390 | Le modele sera alors compile en prenant les sources des |
---|
| 391 | parametrisations physiques dans le repertoire: |
---|
| 392 | $LMDGCM/libf/phyPHYS |
---|
| 393 | |
---|
| 394 | -c false|true |
---|
| 395 | pour selectionner le mode force (par defaut) ou couple |
---|
| 396 | |
---|
| 397 | -io ioipsl|noioipsl |
---|
| 398 | pour selectionner le logiciel IO : IOIPSL par defaut |
---|
| 399 | |
---|
| 400 | -psmile false|true |
---|
| 401 | pour selectionner le mode psmile ou non (par defaut) |
---|
| 402 | |
---|
[632] | 403 | -parallel false|true |
---|
| 404 | pour selectionner le mode parallele ou non (false par defaut) |
---|
| 405 | |
---|
[524] | 406 | -v true|false |
---|
| 407 | pour selectionner la vegetation (par defaut) ou non |
---|
| 408 | |
---|
[1018] | 409 | -chimie INCA|false |
---|
[669] | 410 | pour selectionner ou non la chimie (par defaut sans) |
---|
| 411 | |
---|
[524] | 412 | -g grille selectionne le type de grille qu'on veut utiliser. |
---|
| 413 | L'effet de cette option est d'ecraser le fichier |
---|
| 414 | $LMDGCM/libf/grid/fxyprim.h |
---|
| 415 | avec le fichier |
---|
| 416 | $LMDGCM/libf/grid/fxy_grille.h |
---|
| 417 | grille peut prendre les valeurs: |
---|
| 418 | 1. reg pour la grille reguliere |
---|
| 419 | 2. sin pour avoir des points equidistants en sinus de la latitude |
---|
| 420 | 3. new pour pouvoir zoomer sur une partie du globe |
---|
| 421 | |
---|
| 422 | -O "optimisation fortran" ou les optimisations fortran sont les options de la |
---|
| 423 | commande f77 |
---|
| 424 | |
---|
| 425 | -include path |
---|
| 426 | Dans le cas ou on a dans des sous programmes des fichiers |
---|
| 427 | #include (cpp) qui se trouve sur des repertoires non references |
---|
| 428 | par defaut |
---|
| 429 | |
---|
| 430 | -adjnt Pour compiler la l'adjoint du code dynamique |
---|
| 431 | |
---|
[1279] | 432 | -cosp true|false |
---|
| 433 | Pour compiler avec cosp |
---|
| 434 | |
---|
[524] | 435 | -filtre filtre |
---|
| 436 | Pour choisir le filtre en longitude dans les regions polaires. |
---|
| 437 | "filtre" correspond au nom d'un repertoire se trouvant sur |
---|
| 438 | $LMDGCM/libf. Le filtre standard du modele est "filtrez" qui peut |
---|
| 439 | etre utilise aussi bien pour une grille reguliere que pour une |
---|
| 440 | grille zoomee en longitude. |
---|
| 441 | |
---|
| 442 | -link "-Ldir1 -lfile1 -Ldir2 -lfile2 ..." |
---|
| 443 | Pour rajouter un lien avec les librairies FORTRAN |
---|
| 444 | libfile1.a, libfile2.a ... se trouvant respectivement sur les |
---|
| 445 | repertoires dir1, dir2 ... |
---|
| 446 | Si dirn est un repertoire dont le chemin est automatique (comme |
---|
| 447 | par exemple /usr/lib ...) il n'est pas besoin de specifier -Ldirn. |
---|
| 448 | |
---|
| 449 | Auteur: Frederic Hourdin (hourdin@lmd.jussieu.fr) |
---|
| 450 | eod |
---|
| 451 | exit |
---|
| 452 | |
---|
| 453 | ######################################################################## |
---|
| 454 | # Lecture des differentes options |
---|
| 455 | ######################################################################## |
---|
| 456 | |
---|
| 457 | case -d: |
---|
| 458 | set dim=$2 ; shift ; shift ; goto top |
---|
| 459 | |
---|
| 460 | case -O: |
---|
| 461 | set optim="$2" ; shift ; shift ; goto top |
---|
| 462 | |
---|
| 463 | case -p |
---|
| 464 | set physique="$2" ; set phys="PHYS=$physique" ; shift ; shift ; goto top |
---|
| 465 | |
---|
| 466 | case -g |
---|
| 467 | set grille="$2" ; shift ; shift ; goto top |
---|
| 468 | |
---|
| 469 | case -c |
---|
| 470 | set couple="$2" ; shift ; shift ; goto top |
---|
| 471 | |
---|
| 472 | case -io |
---|
| 473 | set io="$2" ; shift ; shift ; goto top |
---|
| 474 | |
---|
| 475 | case -v |
---|
| 476 | set veget="$2" ; shift ; shift ; goto top |
---|
| 477 | |
---|
[669] | 478 | case -chimie |
---|
| 479 | set chimie="$2" ; shift ; shift ; goto top |
---|
| 480 | |
---|
[632] | 481 | case -parallel |
---|
| 482 | set parallel="$2" ; shift ; shift ; goto top |
---|
[524] | 483 | |
---|
| 484 | case -include |
---|
| 485 | set include="$include -I$2" ; shift ; shift ; goto top |
---|
| 486 | |
---|
| 487 | case -adjnt |
---|
| 488 | set opt_dep="$opt_dep adjnt" ; set adjnt="-ladjnt -ldyn3d " |
---|
| 489 | set optim="$optim -Dadj" ; shift ; goto top |
---|
| 490 | |
---|
[1279] | 491 | case -cosp |
---|
| 492 | set cosp="$2"; shift ; shift ; goto top |
---|
| 493 | |
---|
[524] | 494 | case -filtre |
---|
| 495 | set filtre=$2 ; shift ; shift ; goto top |
---|
| 496 | |
---|
| 497 | case -link |
---|
| 498 | set opt_link="$opt_link $2" ; shift ; shift ; goto top |
---|
| 499 | |
---|
| 500 | case -debug |
---|
| 501 | if $HP then |
---|
| 502 | set optim=" -g " |
---|
| 503 | else if $SUN then |
---|
| 504 | setenv PARALLEL 2 |
---|
| 505 | # Il faut rajouter l'option -dalign a -g pour pouvoir editer les liens |
---|
| 506 | # avec des programmes compiles avec -fast |
---|
| 507 | set optim=" -g -dalign " |
---|
| 508 | set optim90=" -fixed -g " |
---|
| 509 | set optimtru90=" -free -g -C -dalign " |
---|
| 510 | else if $CRAY then |
---|
| 511 | set optim="$optim"" -g " |
---|
| 512 | set optim90="$optim90"" -G1 " |
---|
| 513 | else if $LINUX then |
---|
[676] | 514 | if ( $FC_LINUX == "pgf90" ) then |
---|
| 515 | set optim="$optim"" -g -C -Mbounds " |
---|
| 516 | set optim90="$optim90"" -g -C -Mbounds " |
---|
| 517 | set optimtru90="$optimtru90"" -g -C -Mbounds " |
---|
| 518 | else if ( $FC_LINUX == 'g95' ) then |
---|
| 519 | set optim="$optim"" -g -fbounds-check " |
---|
| 520 | set optim90="$optim90"" -g -fbounds-check " |
---|
| 521 | set optimtru90="$optimtru90"" -g -fbounds-check " |
---|
| 522 | else |
---|
| 523 | echo 'compilateur linux non reconnu' |
---|
| 524 | exit |
---|
| 525 | endif |
---|
[524] | 526 | else |
---|
| 527 | echo pas d option debug predefinie pour cette machine |
---|
| 528 | exit |
---|
| 529 | endif |
---|
| 530 | shift ; goto top |
---|
| 531 | |
---|
| 532 | default |
---|
| 533 | set code="$1" ; shift ; goto top |
---|
| 534 | |
---|
| 535 | endsw |
---|
| 536 | endif |
---|
| 537 | |
---|
| 538 | ######################################################################## |
---|
| 539 | # Definition des clefs CPP |
---|
| 540 | ######################################################################## |
---|
| 541 | |
---|
[768] | 542 | set cppflags='' |
---|
| 543 | |
---|
| 544 | if $X8BRODIE then |
---|
| 545 | set cppflags="$cppflags -DNC_DOUBLE -DBLAS -DSGEMV=DGEMV -DSGEMM=DGEMM" |
---|
| 546 | endif |
---|
| 547 | |
---|
[524] | 548 | if ( $io == ioipsl ) then |
---|
[768] | 549 | set cppflags="$cppflags -DCPP_IOIPSL" |
---|
[524] | 550 | endif |
---|
| 551 | |
---|
[1279] | 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 | |
---|
[524] | 564 | if ( "$physique" == 'nophys' ) then |
---|
| 565 | set phys="L_PHY= LIBPHY=" |
---|
| 566 | else |
---|
[1146] | 567 | #Default planet type is Earth |
---|
| 568 | set cppflags="$cppflags -DCPP_EARTH" |
---|
[524] | 569 | endif |
---|
| 570 | |
---|
| 571 | set link_veget=" " |
---|
| 572 | if ( "$veget" == 'true' ) then |
---|
[768] | 573 | set cppflags="$cppflags -DCPP_VEGET" |
---|
[1279] | 574 | # set link_veget=" -lsechiba -lparameters -lstomate -lorglob -lparallel" |
---|
| 575 | set link_veget=" -lsechiba -lparameters -lstomate" |
---|
[768] | 576 | if ( $XNEC || $X8BRODIE || $X6NEC) then |
---|
[1279] | 577 | # set link_veget=" -lsxsechiba -lsxparameters -lsxstomate -lsxorglob -lsxparallel" |
---|
| 578 | set link_veget=" -lsxsechiba -lsxparameters -lsxstomate " |
---|
[524] | 579 | endif |
---|
| 580 | endif |
---|
| 581 | |
---|
[1018] | 582 | if ( "$chimie" == 'INCA' ) then |
---|
[768] | 583 | set cppflags="$cppflags -DINCA" |
---|
| 584 | set libchimie=" -L$INCALIB -lchimie" |
---|
| 585 | set opt_link="$opt_link -L$INCALIB -lchimie" |
---|
[669] | 586 | endif |
---|
| 587 | |
---|
[664] | 588 | if ( "$couple" == 'true' ) then |
---|
[768] | 589 | set cppflags="$cppflags -DCPP_COUPLE" |
---|
[664] | 590 | endif |
---|
| 591 | |
---|
[768] | 592 | set FLAG_PARA='' |
---|
[632] | 593 | if ( "$parallel" == 'true' ) then |
---|
[768] | 594 | set cppflags="$cppflags -DCPP_PARA" |
---|
| 595 | set FLAG_PARA='par' |
---|
[632] | 596 | endif |
---|
| 597 | |
---|
[768] | 598 | set optim="$optim $cppflags" |
---|
| 599 | set optim90="$optim90 $cppflags" |
---|
| 600 | set optimtru90="$optimtru90 $cppflags" |
---|
| 601 | |
---|
| 602 | |
---|
[524] | 603 | ######################################################################## |
---|
| 604 | # cas special sans physique |
---|
| 605 | ######################################################################## |
---|
| 606 | if ( "$physique" == 'nophys' ) then |
---|
| 607 | set phys="L_PHY= LIBPHY=" |
---|
| 608 | endif |
---|
| 609 | |
---|
| 610 | ######################################################################## |
---|
| 611 | #subtilites sur le nom de la librairie |
---|
| 612 | ######################################################################## |
---|
| 613 | |
---|
| 614 | \rm -f tmp ; touch tmp |
---|
| 615 | \rm -f tmp90 ; touch tmp90 |
---|
| 616 | foreach i ( $optim ) |
---|
| 617 | echo $i | sed -e 's/\"//g' -e "s/\'//g" -e 's/-//g' >> tmp |
---|
| 618 | end |
---|
| 619 | set suf= |
---|
| 620 | foreach i ( `sort tmp | uniq ` ) |
---|
| 621 | set suf=$suf$i |
---|
| 622 | end |
---|
| 623 | if ( ! $IBM ) then |
---|
| 624 | set nomlib="$nomlib$suf" |
---|
| 625 | endif |
---|
| 626 | if ( $DEC ) then |
---|
| 627 | set nomlib=DEC |
---|
| 628 | endif |
---|
| 629 | if ( $IBM ) then |
---|
| 630 | set dim=`echo $dim | sed -en 's/[^0-9]/ /g'` |
---|
| 631 | set dim_=`echo $dim | sed -en 's/[^0-9]/_/g'` |
---|
| 632 | else if ( $SUN ) then |
---|
| 633 | set dim=`echo $dim | sed -e 's/[^0-9]/ /g'` |
---|
| 634 | set dim_=`echo $dim | sed -e 's/[^0-9]/_/g'` |
---|
| 635 | else |
---|
[882] | 636 | set dim_=`echo $dim | sed -e 's/[^0-9]/_/g'` |
---|
| 637 | set dim=`echo $dim | sed -e 's/[^0-9]/ /g'` |
---|
[524] | 638 | endif |
---|
[1146] | 639 | set nomlib=${nomlib}${physique}_${dim_}_$grille |
---|
[524] | 640 | ## M-A-F nomlib trop long sur CRAY pour ar |
---|
| 641 | if ( $CRAY ) then |
---|
[1146] | 642 | set nomlib=F90_${dim_} |
---|
[524] | 643 | endif |
---|
[768] | 644 | if ( $NEC || $XNEC || $X6NEC || $X8BRODIE ) then |
---|
[1146] | 645 | set nomlib=F90_${dim_}_'phy'${physique}${FLAG_PARA} |
---|
[524] | 646 | endif |
---|
| 647 | echo calcul de la dimension |
---|
| 648 | set dimc=`echo $dim | wc -w` |
---|
| 649 | |
---|
| 650 | if ( "$dimc" == "2" ) then |
---|
| 651 | set include="$include "'-I$(LIBF)/dyn2d ' |
---|
| 652 | set dimh=$dim |
---|
| 653 | else |
---|
[768] | 654 | set include="$include "'-I$(LIBF)/dyn3d${FLAG_PARA} ' |
---|
[524] | 655 | set dimh=`echo $dim | awk ' { print $1 "." $2 } '` |
---|
| 656 | endif |
---|
| 657 | echo $dimc |
---|
| 658 | |
---|
| 659 | ######################################################################## |
---|
| 660 | # path pour les #include |
---|
| 661 | ######################################################################## |
---|
| 662 | |
---|
| 663 | if ( $XNEC ) then |
---|
| 664 | set include="$include -I$NCDFINC -I$IOIPSLDIR" |
---|
| 665 | else |
---|
| 666 | set include="$include -I$NCDFINC -I$IOIPSLDIR" |
---|
| 667 | endif |
---|
| 668 | echo $include |
---|
| 669 | |
---|
| 670 | ######################################################################## |
---|
| 671 | # Gestion des dimensions du modele. |
---|
[1146] | 672 | # on cree ou remplace le fichier des dimensions |
---|
[524] | 673 | ######################################################################## |
---|
| 674 | |
---|
| 675 | cd $libf/grid |
---|
| 676 | if ( -f dimensions.h ) then |
---|
| 677 | echo 'ATTENTION: vous etes sans doute en train de compiler le modele par ailleurs' |
---|
| 678 | echo "Attendez que la premiere compilation soit terminee pour relancer la suivante." |
---|
| 679 | echo "Si vous etes sur que vous ne compilez pas le modele par ailleurs," |
---|
| 680 | echo vous pouvez continuer en repondant oui. |
---|
| 681 | echo "Voulez-vous vraiment continuer?" |
---|
| 682 | if ( $< == "oui" ) then |
---|
| 683 | \rm -f $libf/grid/dimensions.h |
---|
| 684 | else |
---|
| 685 | exit |
---|
| 686 | endif |
---|
| 687 | endif |
---|
| 688 | |
---|
| 689 | cd dimension |
---|
[1146] | 690 | ./makdim $dim |
---|
[524] | 691 | cat $libf/grid/dimensions.h |
---|
| 692 | |
---|
| 693 | cd $LMDGCM |
---|
| 694 | set libo=$libo/$nomlib |
---|
| 695 | if ( ! -d $libo ) then |
---|
| 696 | mkdir $libo |
---|
| 697 | cd $model |
---|
| 698 | endif |
---|
| 699 | |
---|
| 700 | ######################################################################## |
---|
| 701 | # Differentes dynamiques (3d, 2d, 1d) |
---|
| 702 | ######################################################################## |
---|
| 703 | |
---|
| 704 | set dimension=`echo $dim | wc -w` |
---|
| 705 | echo dimension $dimension |
---|
| 706 | if ( $dimension == 1 ) then |
---|
| 707 | echo pas de dynamique |
---|
| 708 | set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique " |
---|
| 709 | endif |
---|
| 710 | endif |
---|
| 711 | cd $model |
---|
| 712 | if ( $dimension == 3 ) then |
---|
| 713 | cd libf/grid |
---|
| 714 | \rm fxyprim.h |
---|
| 715 | cp -p fxy_${grille}.h fxyprim.h |
---|
| 716 | endif |
---|
| 717 | |
---|
| 718 | ###################################################################### |
---|
| 719 | # Traitement special pour le nouveau rayonnement de Laurent Li. |
---|
| 720 | ###################################################################### |
---|
| 721 | |
---|
[1146] | 722 | #if ( -f $libf/phy$physique/raddim.h ) then |
---|
| 723 | # if ( -f $libf/phy$physique/raddim.$dimh.h ) then |
---|
| 724 | # \rm -f $libf/phy$physique/raddim.h |
---|
| 725 | # cp -p $libf/phy$physique/raddim.$dimh.h $libf/phy$physique/raddim.h |
---|
| 726 | # echo $libf/phy$physique/raddim.$dimh.h |
---|
| 727 | # cat $libf/phy$physique/raddim.$dimh.h |
---|
| 728 | # cat $libf/phy$physique/raddim.h |
---|
| 729 | # else |
---|
| 730 | # echo On peut diminuer la taille de l executable en creant |
---|
| 731 | # echo le fichier $libf/phy$physique/raddim.$dimh.h |
---|
| 732 | # \cp -p $libf/phy$physique/raddim.defaut.h $libf/phy$physique/raddim.h |
---|
| 733 | # endif |
---|
| 734 | #endif |
---|
[524] | 735 | |
---|
| 736 | ###################################################################### |
---|
| 737 | # Gestion du filtre qui n'existe qu'en 3d. |
---|
| 738 | ###################################################################### |
---|
| 739 | |
---|
| 740 | if ( `expr $dimc \> 2` == 1 ) then |
---|
| 741 | set filtre="FILTRE=$filtre" |
---|
| 742 | else |
---|
| 743 | set filtre="FILTRE= L_FILTRE= " |
---|
| 744 | endif |
---|
| 745 | echo MACRO FILTRE $filtre |
---|
| 746 | |
---|
| 747 | echo $dimc |
---|
| 748 | |
---|
| 749 | ######################################################################## |
---|
| 750 | # Avant de lancer le make, on recree le makefile si necessaire |
---|
| 751 | ######################################################################## |
---|
[632] | 752 | ######################################################################## |
---|
[524] | 753 | # c'est a dire dans 3 cas: |
---|
| 754 | # 1. si la liste des fichiers .F et .h a ete modifiee depuis la |
---|
| 755 | # derniere creation du makefile |
---|
| 756 | # 2. si le fichier contenant cette liste "liste_des_sources" |
---|
| 757 | # n'existe pas. |
---|
| 758 | # 3. Si le makefile n'existe pas. |
---|
| 759 | ######################################################################## |
---|
[632] | 760 | ########################################## |
---|
| 761 | # On adapte d'abord certains include à F90 |
---|
| 762 | ########################################## |
---|
| 763 | ########################################## |
---|
[524] | 764 | cd $model |
---|
| 765 | find libf -name '*.[Fh]' -print >! tmp77 |
---|
| 766 | find libf -name '*.[Fh]' -exec egrep -i " *use *ioipsl" {} \; -print >! tmp90 |
---|
| 767 | find libf -name '*.[Fh]90' -print >> tmp90 |
---|
| 768 | |
---|
| 769 | if ( `diff tmp77 liste_des_sources_f77 | wc -w` \ |
---|
| 770 | || `diff tmp90 liste_des_sources_f90 | wc -w` \ |
---|
| 771 | || ! -f makefile \ |
---|
| 772 | || ! -f liste_des_sources_f90 \ |
---|
| 773 | || ! -f liste_des_sources_f77 ) then |
---|
| 774 | echo les fichiers suivants ont ete crees ou detruits |
---|
| 775 | echo ou les fichiers suivants sont passes ou ne sont plus en Fortran 90 |
---|
| 776 | diff liste_des_sources_f77 tmp77 |
---|
| 777 | diff liste_des_sources_f90 tmp90 |
---|
| 778 | \cp tmp77 liste_des_sources_f77 |
---|
| 779 | \cp tmp90 liste_des_sources_f90 |
---|
| 780 | echo On recree le makefile |
---|
| 781 | ./create_make_gcm >! tmp |
---|
| 782 | \mv tmp makefile |
---|
| 783 | echo Nouveau makefile cree. |
---|
| 784 | endif |
---|
| 785 | |
---|
| 786 | ######################################################################## |
---|
| 787 | # Execution de la comande make |
---|
| 788 | ######################################################################## |
---|
| 789 | |
---|
| 790 | echo PHYSIQUE $phys |
---|
| 791 | echo dynamique $dyn $dimension |
---|
| 792 | echo OPTIM="$optim" $filtre LIBO=$libo $dyn PHYS=$phys DIM=$dimc PROG=$code |
---|
| 793 | echo PATH pour les fichiers INCLUDE $include |
---|
| 794 | echo OPLINK="$oplink" |
---|
| 795 | |
---|
| 796 | ################# |
---|
| 797 | if $HP then |
---|
| 798 | ################# |
---|
| 799 | set f77='fort77 +OP' |
---|
| 800 | set f90='jensaisrien' |
---|
| 801 | set opt_link="$opt_link -lm" |
---|
| 802 | ################# |
---|
| 803 | else if $VPP then |
---|
| 804 | ################# |
---|
| 805 | set f77=frt |
---|
| 806 | set f90=$f77 |
---|
| 807 | if ($couple == true) then |
---|
| 808 | set opt_link="-Wg,-c $MODIPSLDIR/liboasis2.4_mpi2.a /usr/lang/mpi2/lib64/libmpi.a /usr/lang/mpi2/lib64/libmp.a -L$MODIPSLDIR -lioipsl /usr/local/lib/lib64/libnetcdf_cc_31.a" |
---|
| 809 | set oplink="-Wl,-t,-P,-dy " |
---|
| 810 | else |
---|
| 811 | set opt_link="-Wg,-c -L$MODIPSLDIR -lioipsl /usr/local/lib/lib64/libnetcdf_cc_31.a" |
---|
| 812 | set oplink="-Wl,-t,-dy " |
---|
| 813 | endif |
---|
| 814 | if ($veget == true) then |
---|
| 815 | set opt_link="$opt_link $link_veget -lioipsl /usr/local/lib/lib64/libnetcdf_cc_31.a" |
---|
| 816 | endif |
---|
| 817 | ################# |
---|
| 818 | else if $CRAY then |
---|
| 819 | ################# |
---|
| 820 | set f77=f90 |
---|
| 821 | set f90=f90 |
---|
| 822 | ################# |
---|
| 823 | else if $LINUX then |
---|
| 824 | ################# |
---|
[676] | 825 | # set f77=pgf90 |
---|
| 826 | # set f90=pgf90 |
---|
| 827 | set f77=$FC_LINUX |
---|
| 828 | set f90=$FC_LINUX |
---|
| 829 | if ( $FC_LINUX == 'pgf90' ) then |
---|
[1146] | 830 | if ( $io == "ioipsl" ) then |
---|
| 831 | set opt_link=" -L$MODIPSLDIR $link_veget -L$NCDFLIB -lioipsl -lnetcdf " |
---|
| 832 | else |
---|
| 833 | set opt_link=" -L$MODIPSLDIR $link_veget -L$NCDFLIB -lnetcdf " |
---|
| 834 | endif |
---|
[1297] | 835 | else if ($FC_LINUX == 'g95' || $FC_LINUX == 'gfortran' ) then |
---|
[1146] | 836 | if ( $io == "ioipsl" ) then |
---|
| 837 | set opt_link="-L$MODIPSLDIR $link_veget -lioipsl -L$NCDFLIB -lnetcdf -lioipsl -lnetcdf " |
---|
| 838 | else |
---|
| 839 | set opt_link="-L$MODIPSLDIR $link_veget -lioipsl -L$NCDFLIB -lnetcdf -lnetcdf " |
---|
| 840 | endif |
---|
[676] | 841 | else |
---|
| 842 | set opt_link=" " |
---|
| 843 | endif |
---|
[524] | 844 | ################# |
---|
| 845 | else if $SUN then |
---|
| 846 | ################# |
---|
| 847 | set f77=f90 |
---|
| 848 | set f90=f90 |
---|
[1146] | 849 | if ( $io == "ioipsl" ) then |
---|
| 850 | set opt_link="-lf77compat -L$MODIPSLDIR $link_veget -lioipsl -L$NCDFLIB -lnetcdf " |
---|
| 851 | else |
---|
| 852 | set opt_link="-lf77compat -L$MODIPSLDIR $link_veget -L$NCDFLIB -lnetcdf " |
---|
| 853 | endif |
---|
[524] | 854 | ################# |
---|
| 855 | else if $NEC then |
---|
| 856 | ################# |
---|
| 857 | set f77=f90 -ftrace |
---|
| 858 | set f90=f90 -ftrace |
---|
| 859 | set opt_link="-L$MODIPSLDIR" |
---|
| 860 | if ($veget == true) then |
---|
| 861 | set opt_link="$opt_link $link_veget" |
---|
| 862 | endif |
---|
| 863 | if ($couple == true) then |
---|
| 864 | set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -float0 -ew -P static $NCDFLIB " |
---|
| 865 | else |
---|
| 866 | set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -float0 -ew -P static $NCDFLIB " |
---|
| 867 | endif |
---|
| 868 | set mod_loc_dir="./" |
---|
| 869 | ################# |
---|
| 870 | else if $XNEC then |
---|
| 871 | ################# |
---|
| 872 | set f77="sxmpif90 -ftrace" |
---|
| 873 | set f90="sxmpif90 -ftrace" |
---|
| 874 | if $MODIPSL then |
---|
| 875 | set opt_link="-L$MODIPSLDIR" |
---|
| 876 | if ($veget == true) then |
---|
| 877 | set opt_link="$opt_link $link_veget" |
---|
| 878 | endif |
---|
| 879 | if ($couple == true) then |
---|
[621] | 880 | if ($psmile == true) then |
---|
| 881 | set opt_link="$opt_link -lsxioipsl -float0 $optdbl -P static $NCDFLIB " |
---|
| 882 | else |
---|
[524] | 883 | set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 $optdbl -P static $NCDFLIB " |
---|
| 884 | endif |
---|
| 885 | else |
---|
| 886 | set opt_link="$opt_link -lsxioipsl -float0 $optdbl -P static $NCDFLIB " |
---|
| 887 | endif |
---|
| 888 | else |
---|
| 889 | if ($couple == true) then |
---|
| 890 | set opt_link="-L$MODIPSLDIR" |
---|
| 891 | set opt_link="$opt_link $link_veget -lsxioipsl -loasis2.4_mpi2 -float0 $optdbl -P static $NCDFLIB " |
---|
| 892 | else |
---|
| 893 | set opt_link=" -C hopt -float0 $optdbl -P static -L$MODIPSLDIR $link_veget -lsxioipsl $NCDFLIB " |
---|
[541] | 894 | endif |
---|
[524] | 895 | endif |
---|
| 896 | set mod_loc_dir="./" |
---|
| 897 | ################## |
---|
| 898 | else if $X6NEC then |
---|
| 899 | ################## |
---|
| 900 | set f77=sxmpif90 |
---|
| 901 | set f90=sxmpif90 |
---|
| 902 | if $MODIPSL then |
---|
[768] | 903 | set opt_link="$opt_link -L$MODIPSLDIR" |
---|
[524] | 904 | if ($veget == true) then |
---|
[768] | 905 | set opt_link="$opt_link $link_veget" |
---|
[524] | 906 | endif |
---|
| 907 | if ($couple == true) then |
---|
[621] | 908 | if ($psmile == true) then |
---|
| 909 | set opt_link="$opt_link -lsxioipsl -float0 -size_t64 $optdbl -P static $NCDFLIB " |
---|
| 910 | else |
---|
| 911 | set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 -size_t64 $optdbl -P static $NCDFLIB " |
---|
| 912 | endif |
---|
[524] | 913 | else |
---|
| 914 | set opt_link="$opt_link -lsxioipsl -float0 -size_t64 $optdbl -P static $NCDFLIB " |
---|
| 915 | endif |
---|
| 916 | else |
---|
[669] | 917 | # set opt_link=" -float0 -size_t64 $optdbl -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NCDFLIB " |
---|
[768] | 918 | set opt_link=" $opt_link -float0 -size_t64 $optdbl -P static -L$MODIPSLDIR -lsxioipsl $NCDFLIB " |
---|
[669] | 919 | |
---|
[524] | 920 | endif |
---|
| 921 | set mod_loc_dir="./" |
---|
[768] | 922 | ################## |
---|
| 923 | else if $X8BRODIE then |
---|
| 924 | ################## |
---|
| 925 | set f77=sxmpif90 |
---|
[1279] | 926 | set f90=sxmpif90 |
---|
[768] | 927 | if $MODIPSL then |
---|
| 928 | set opt_link="$opt_link -float0 -Wf,-A dbl4 -L$MODIPSLDIR -lblas" |
---|
| 929 | if ($veget == true) then |
---|
| 930 | set opt_link="$opt_link $link_veget" |
---|
| 931 | endif |
---|
| 932 | if ($couple == true) then |
---|
[787] | 933 | set opt_link="$opt_link -lsxioipsl -float0 $optdbl -P static $NCDFLIB " |
---|
[768] | 934 | else |
---|
| 935 | set opt_link="$opt_link -lsxioipsl -float0 $optdbl -P static $NCDFLIB " |
---|
| 936 | endif |
---|
| 937 | else |
---|
| 938 | # set opt_link=" -float0 $optdbl -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NCDFLIB " |
---|
[787] | 939 | set opt_link=" -float0 $optdbl -P static -L$MODIPSLDIR -lsxioipsl $NCDFLIB -lblas" |
---|
[768] | 940 | |
---|
| 941 | endif |
---|
| 942 | set mod_loc_dir="./" |
---|
[524] | 943 | ################# |
---|
| 944 | else |
---|
| 945 | ################# |
---|
| 946 | set f77=f77 |
---|
| 947 | set f90=f90 |
---|
| 948 | endif |
---|
| 949 | |
---|
| 950 | cd $model |
---|
| 951 | |
---|
| 952 | if $VPP then |
---|
| 953 | set make="gmake RANLIB=ls" |
---|
| 954 | else if $CRAY then |
---|
| 955 | set make="make RANLIB=ls" |
---|
| 956 | else if $NEC then |
---|
| 957 | set make="make RANLIB=ls" |
---|
| 958 | else if $LINUX then |
---|
| 959 | set make="make -k RANLIB=ranlib" |
---|
| 960 | else if $XNEC then |
---|
| 961 | set make="gmake RANLIB=ls" |
---|
| 962 | else if $X6NEC then |
---|
| 963 | set make="gmake RANLIB=ls" |
---|
[768] | 964 | else if $X8BRODIE then |
---|
| 965 | set make="gmake RANLIB=ls" |
---|
[524] | 966 | else |
---|
| 967 | set make="make RANLIB=ranlib" |
---|
| 968 | endif |
---|
| 969 | |
---|
| 970 | |
---|
| 971 | |
---|
| 972 | |
---|
| 973 | # |
---|
| 974 | # etat0_netcdf a besoin d'info de la physique |
---|
| 975 | # A revoir |
---|
| 976 | set include="$include"' -I$(LIBF)/phy'"$physique" |
---|
| 977 | # |
---|
| 978 | # le programme principal create_limit a besoin de l'info du module |
---|
| 979 | # startvar: on met donc libo dans les include pour Nec |
---|
| 980 | set include="$include"' -I$(LIBO)' |
---|
| 981 | |
---|
| 982 | |
---|
| 983 | ################################################################# |
---|
| 984 | # Execution de la comande make... ENFIN! |
---|
| 985 | ################################################################# |
---|
| 986 | |
---|
| 987 | if $VPP then |
---|
| 988 | set optim90=" $optim90 -Am -M$libo" |
---|
| 989 | set optimtru90="$optim90" |
---|
| 990 | \cp $IOIPSLDIR/*.mod $libo |
---|
| 991 | else if $SUN then |
---|
| 992 | set optim90=" $optim90 -M$libo -M$MODIPSLDIR " |
---|
| 993 | set optimtru90=" $optimtru90 -M$libo -M$MODIPSLDIR " |
---|
| 994 | set optim="$optim90" |
---|
| 995 | \cp $IOIPSLDIR/*.mod $libo |
---|
| 996 | else if $NEC then |
---|
| 997 | set optim90=" $optim90 -I$libo " |
---|
| 998 | else if $XNEC then |
---|
| 999 | set optim90=" $optim90 -I$libo " |
---|
| 1000 | set optimtru90=" $optimtru90 -I$libo " |
---|
| 1001 | else if $X6NEC then |
---|
| 1002 | set optim90=" $optim90 -I$libo " |
---|
| 1003 | set optimtru90=" $optimtru90 -I$libo " |
---|
[768] | 1004 | else if $X8BRODIE then |
---|
| 1005 | set optim90=" $optim90 -I$libo " |
---|
| 1006 | set optimtru90=" $optimtru90 -I$libo " |
---|
[524] | 1007 | else if $LINUX then |
---|
[676] | 1008 | if ( $FC_LINUX == "pgf90" ) then |
---|
| 1009 | set optimtru90=" $optimtru90 -module $libo " |
---|
| 1010 | set optim90=" $optim90 -module $libo " |
---|
| 1011 | else if ( $FC_LINUX == 'g95' ) then |
---|
| 1012 | set optimtru90=" $optimtru90 -fmod=$libo " |
---|
| 1013 | set optim90=" $optim90 -fmod=$libo " |
---|
[1297] | 1014 | else if ( $FC_LINUX == 'gfortran' ) then |
---|
| 1015 | set optimtru90=" $optimtru90 -M $libo " |
---|
| 1016 | set optim90=" $optim90 -M $libo " |
---|
[676] | 1017 | endif |
---|
[524] | 1018 | set optim="$optim90" |
---|
| 1019 | set mod_loc_dir=$libo |
---|
[768] | 1020 | # \cp /d3/fairhead/sechiba/ioipsl/*.mod $libo |
---|
| 1021 | # \cp $IOIPSLDIR/*.mod $libo |
---|
[524] | 1022 | endif |
---|
| 1023 | |
---|
| 1024 | set link="$f90 $optim90" |
---|
| 1025 | |
---|
| 1026 | set ar=ar |
---|
| 1027 | |
---|
| 1028 | if $XNEC then |
---|
| 1029 | set link="sxld $opt_link" |
---|
| 1030 | set link="$f90 " |
---|
| 1031 | # set ar=sxar |
---|
| 1032 | else if $X6NEC then |
---|
| 1033 | set link="sxld $opt_link" |
---|
[768] | 1034 | set link="$f90 -Wl,-hlib_cyclic " |
---|
| 1035 | else if $X8BRODIE then |
---|
| 1036 | set link="sxld $opt_link" |
---|
| 1037 | set link="$f90 -Wl,-hlib_cyclic " |
---|
[524] | 1038 | endif |
---|
| 1039 | |
---|
| 1040 | |
---|
| 1041 | cd $localdir |
---|
| 1042 | |
---|
[1403] | 1043 | set source_code=${code}.F |
---|
| 1044 | if ( -f $LMDGCM/libf/dyn${dimc}d${FLAG_PARA}/${code}.F90 ) then |
---|
| 1045 | set source_code=${code}.F90 |
---|
| 1046 | endif |
---|
| 1047 | |
---|
[524] | 1048 | echo $make -f $LMDGCM/makefile \ |
---|
| 1049 | OPTION_DEP="$opt_dep" OPTION_LINK="$opt_link" \ |
---|
| 1050 | OPTIM90="$optim90" \ |
---|
| 1051 | OPTIMTRU90="$optimtru90" \ |
---|
| 1052 | OPTIM="$optim$optimbis" \ |
---|
| 1053 | INCLUDE="$include" \ |
---|
| 1054 | $filtre \ |
---|
| 1055 | LIBO=$libo \ |
---|
| 1056 | $dyn \ |
---|
| 1057 | $phys \ |
---|
| 1058 | DIM=$dimc \ |
---|
[768] | 1059 | FLAG_PARA="$FLAG_PARA"\ |
---|
[524] | 1060 | L_ADJNT="$adjnt" \ |
---|
[1279] | 1061 | L_COSP="$lcosp" \ |
---|
[669] | 1062 | L_CHIMIE="$libchimie" \ |
---|
[524] | 1063 | LOCAL_DIR="$localdir" \ |
---|
| 1064 | F77="$f77" \ |
---|
| 1065 | F90="$f90" \ |
---|
| 1066 | OPLINK="$oplink" \ |
---|
| 1067 | LINK="$link" \ |
---|
| 1068 | GCM="$LMDGCM" \ |
---|
| 1069 | MOD_LOC_DIR=$mod_loc_dir \ |
---|
| 1070 | MOD_SUFFIX=$mod_suffix \ |
---|
| 1071 | AR=$ar \ |
---|
[1403] | 1072 | SOURCE=$source_code \ |
---|
[524] | 1073 | PROG=$code |
---|
| 1074 | |
---|
| 1075 | $make -f $LMDGCM/makefile \ |
---|
| 1076 | OPTION_DEP="$opt_dep" OPTION_LINK="$opt_link" \ |
---|
| 1077 | OPTIM90="$optim90" \ |
---|
| 1078 | OPTIMTRU90="$optimtru90" \ |
---|
| 1079 | OPTIM="$optim$optimbis" \ |
---|
| 1080 | INCLUDE="$include" \ |
---|
| 1081 | $filtre \ |
---|
| 1082 | LIBO=$libo \ |
---|
| 1083 | $dyn \ |
---|
| 1084 | $phys \ |
---|
| 1085 | DIM=$dimc \ |
---|
[768] | 1086 | FLAG_PARA="$FLAG_PARA"\ |
---|
[524] | 1087 | L_ADJNT="$adjnt" \ |
---|
[1279] | 1088 | L_COSP="$lcosp" \ |
---|
[669] | 1089 | L_CHIMIE="$libchimie" \ |
---|
[524] | 1090 | LOCAL_DIR="$localdir" \ |
---|
| 1091 | F77="$f77" \ |
---|
| 1092 | F90="$f90" \ |
---|
| 1093 | OPLINK="$oplink" \ |
---|
| 1094 | LINK="$link" \ |
---|
| 1095 | GCM="$LMDGCM" \ |
---|
| 1096 | MOD_LOC_DIR=$mod_loc_dir \ |
---|
| 1097 | MOD_SUFFIX=$mod_suffix \ |
---|
| 1098 | AR=$ar \ |
---|
[1403] | 1099 | SOURCE=$source_code \ |
---|
[524] | 1100 | PROG=$code |
---|
| 1101 | |
---|
| 1102 | \rm -f $libf/grid/dimensions.h |
---|