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