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