1 | #!/bin/bash |
---|
2 | # $Id: makelmdz_fcm 4489 2023-03-31 18:42:57Z abarral $ |
---|
3 | # This is a script in Bash. |
---|
4 | |
---|
5 | # FH : on ne cr\'ee plus le fichier arch.mk qui est suppos\'e exister par |
---|
6 | # FH : ailleurs. |
---|
7 | # FH : ulterieurement, ce fichier sera pr\'e-existant pour une s\'erie |
---|
8 | # FH : de configurations en versions optimis\'ees et debug qui seront |
---|
9 | # FH : li\'es (ln -s) avec arch.mk en fonction de l'architecture. |
---|
10 | # FH : Pour le moment, cette version est en test et on peut cr\'eer les |
---|
11 | # FH : arch.mk en lan\c{}cant une premi\`ere fois makegcm. |
---|
12 | # |
---|
13 | ##set -x |
---|
14 | set -e |
---|
15 | ######################################################################## |
---|
16 | # options par defaut pour la commande make |
---|
17 | ######################################################################## |
---|
18 | |
---|
19 | dim="96x72x19" |
---|
20 | physique=lmd |
---|
21 | filtre=filtrez |
---|
22 | grille=reg |
---|
23 | couple=false |
---|
24 | veget=false |
---|
25 | inlandsis=false |
---|
26 | rrtm=false |
---|
27 | rad="oldrad" |
---|
28 | dust=false |
---|
29 | strataer=false |
---|
30 | chimie=false |
---|
31 | parallel=none |
---|
32 | paramem="mem" |
---|
33 | compil_mod=prod |
---|
34 | io=ioipsl |
---|
35 | LIBPREFIX="" |
---|
36 | cosp=false |
---|
37 | cosp2=false |
---|
38 | cospv2=false |
---|
39 | job=1 |
---|
40 | full='' |
---|
41 | libphy=false |
---|
42 | isotopes=false |
---|
43 | isoverif=false |
---|
44 | diagiso=false |
---|
45 | isotrac=false |
---|
46 | force_compile=false |
---|
47 | cplocninca=false |
---|
48 | |
---|
49 | arch_defined="FALSE" |
---|
50 | arch_path="arch" |
---|
51 | arch_default_path="arch" |
---|
52 | |
---|
53 | LMDGCM=`/bin/pwd` |
---|
54 | LIBOGCM=$LMDGCM/libo |
---|
55 | LIBFGCM=$LMDGCM/libf |
---|
56 | DYN_COMMON_PATH=$LIBFGCM/dyn3d_common |
---|
57 | # path for optional packages, but default set to ".void_dir" |
---|
58 | FILTRE_PATH=$LMDGCM/.void_dir |
---|
59 | DYN_PHYS_PATH=$LMDGCM/.void_dir |
---|
60 | DYN_PHYS_SUB_PATH=$LMDGCM/.void_dir |
---|
61 | PHY_COMMON_PATH=$LMDGCM/.void_dir |
---|
62 | RAD_PATH=$LMDGCM/.void_dir |
---|
63 | INLANDSIS_PATH=$LMDGCM/.void_dir |
---|
64 | DUST_PATH=$LMDGCM/.void_dir |
---|
65 | STRATAER_PATH=$LMDGCM/.void_dir |
---|
66 | COSP_PATH=$LMDGCM/.void_dir |
---|
67 | fcm_path=$LMDGCM/tools/fcm/bin |
---|
68 | |
---|
69 | ######################################################################## |
---|
70 | # Quelques initialisations de variables du shell. |
---|
71 | ######################################################################## |
---|
72 | |
---|
73 | CPP_KEY="IN_LMDZ" |
---|
74 | INCLUDE="" |
---|
75 | LIB="" |
---|
76 | adjnt="" |
---|
77 | COMPIL_FFLAGS="%PROD_FFLAGS" |
---|
78 | PARA_FFLAGS="" |
---|
79 | PARA_LD="" |
---|
80 | EXT_SRC="" |
---|
81 | |
---|
82 | ######################################################################## |
---|
83 | # lecture des options de mymake |
---|
84 | ######################################################################## |
---|
85 | |
---|
86 | while (($# > 0)) |
---|
87 | do |
---|
88 | case $1 in |
---|
89 | "-h") cat <<fin |
---|
90 | Usage : |
---|
91 | makelmdz_fcm [options] -arch nom_arch exec |
---|
92 | [-h] : brief help |
---|
93 | [-d [[IMx]JMx]LM] : IM, JM, LM are the dimensions in x, y, z (default: $dim) |
---|
94 | [-p PHYS] : set of physical parametrizations (in libf/phyPHYS), (default: lmd) |
---|
95 | [-prod / -dev / -debug] : compilation mode production (default) / developement / debug |
---|
96 | [-c false/MPI1/OMCT] : coupling with ocean model : MPI1/OMCT/false (default: false) |
---|
97 | [-v false/orchideetrunk/orchidee2.1/orchidee2.0/orchidee1.9] : version of the vegetation model to include (default: false) |
---|
98 | false : no vegetation model |
---|
99 | orchideetrunk : compile using ORCHIDEE trunk from revision 7757 or higher |
---|
100 | orchidee2.1 : compile using ORCHIDEE 2.1 until 4.1 included or until revision 7757 on the trunk |
---|
101 | orchidee2.0 : compile using ORCHIDEE 2.0 |
---|
102 | orchidee1.9 : compile using ORCHIDEE up to the version including OpenMP in ORCHIDEE : tag 1.9-1.9.5(version AR5)-1.9.6 |
---|
103 | true : (obsolete; for backward compatibility) use ORCHIDEE tag 1.9-1.9.6 |
---|
104 | [-chimie INCA/false] : with INCA chemistry model or without (default: false) |
---|
105 | [-cplocninca ] : allow transfer of species from PISCES to INCA (default: false) |
---|
106 | [-cosp true/false] : compile with/without cosp package (default: false) |
---|
107 | [-cosp2 true/false] : compile with/without cosp2 package (default: false) |
---|
108 | [-cospv2 true/false] : compile with/without cospv2 package (default: false) |
---|
109 | [-inlandsis true/false] : compile with/without inlandsis package (default: false) |
---|
110 | [-rrtm true/false] : compile with/without rrtm package (default: false) |
---|
111 | [-rad oldrad/rrtm/ecrad] : compile with oldrad/rrtm/ecrad radiatif code (default: oldrad) |
---|
112 | [-dust true/false] : compile with/without the dust package by Boucher and co (default: false) |
---|
113 | [-strataer true/false] : compile with/without the strat aer package by Boucher and co (default: false) |
---|
114 | [-isotopes true/false] : compile with/without water isotopes in the physics |
---|
115 | [-isoverif true/false] : compile with/without verifications for water isotopes in the physics |
---|
116 | [-diagiso true/false] : compile with/without special diagnostics for water isotopes in the physics |
---|
117 | [-isotrac true/false] : compile with/without tracers of water isotopes in the physics |
---|
118 | [-parallel none/mpi/omp/mpi_omp] : parallelism (default: none) : mpi, openmp or mixted mpi_openmp |
---|
119 | [-g GRI] : grid configuration in dyn3d/GRI_xy.h (default: reg, inclues a zoom) |
---|
120 | [-io ioipsl/mix/xios] : Input/Output library (default: ioipsl) |
---|
121 | [-include INCLUDES] : extra include path to add |
---|
122 | [-cpp CPP_KEY] : additional preprocessing definitions |
---|
123 | [-adjnt] : adjoint model, not operational ... |
---|
124 | [-mem] : reduced memory dynamics (obsolete flag; always on in parallel mode) |
---|
125 | [-filtre NOMFILTRE] : use filtre from libf/NOMFILTRE (default: filtrez) |
---|
126 | [-link LINKS] : additional links with other libraries |
---|
127 | [-j n] : active parallel compiling on ntask |
---|
128 | [-full] : full recompiling |
---|
129 | [-libphy] : only compile physics package (no dynamics or main program) |
---|
130 | [-fcm_path path] : path to the fcm tool (default: tools/fcm/bin) |
---|
131 | [-ext_src path] : path to an additional set of routines to compile with the model |
---|
132 | [-arch_path path] : path to architecture files (default: $arch_default_path) |
---|
133 | [-force_compile] : recompile although there seems to be an on-going compilation |
---|
134 | -arch nom_arch : target architecture |
---|
135 | exec : executable to build |
---|
136 | fin |
---|
137 | exit;; |
---|
138 | |
---|
139 | "-d") |
---|
140 | dim=$2 ; shift ; shift ;; |
---|
141 | |
---|
142 | "-p") |
---|
143 | physique="$2" ; shift ; shift ;; |
---|
144 | |
---|
145 | "-g") |
---|
146 | grille="$2" ; shift ; shift ;; |
---|
147 | |
---|
148 | "-c") |
---|
149 | couple="$2" ; shift ; shift ;; |
---|
150 | |
---|
151 | "-prod") |
---|
152 | compil_mod="prod" ; shift ;; |
---|
153 | |
---|
154 | "-dev") |
---|
155 | compil_mod="dev" ; shift ;; |
---|
156 | |
---|
157 | "-debug") |
---|
158 | compil_mod="debug" ; shift ;; |
---|
159 | |
---|
160 | "-io") |
---|
161 | io="$2" ; shift ; shift ;; |
---|
162 | |
---|
163 | "-v") |
---|
164 | veget="$2" ; shift ; shift ;; |
---|
165 | |
---|
166 | "-inlandsis") |
---|
167 | inlandsis="$2" ; shift ; shift ;; |
---|
168 | |
---|
169 | "-rrtm") |
---|
170 | rrtm="$2" ; if [ "$2" = "false" ] ; then rad="oldrad" ; else rad="rrtm" ; fi ; shift ; shift ;; |
---|
171 | |
---|
172 | "-rad") |
---|
173 | rad="$2" ; shift ; shift ;; |
---|
174 | |
---|
175 | "-dust") |
---|
176 | dust="$2" ; shift ; shift ;; |
---|
177 | |
---|
178 | "-strataer") |
---|
179 | strataer="$2" ; shift ; shift ;; |
---|
180 | |
---|
181 | "-chimie") |
---|
182 | chimie="$2" ; shift ; shift ;; |
---|
183 | |
---|
184 | "-cplocninca") |
---|
185 | cplocninca=TRUE ; shift ;; |
---|
186 | |
---|
187 | "-isotopes") |
---|
188 | isotopes="$2" ; shift ; shift ;; |
---|
189 | |
---|
190 | "-isoverif") |
---|
191 | isoverif="$2" ; shift ; shift ;; |
---|
192 | |
---|
193 | "-diagiso") |
---|
194 | diagiso="$2" ; shift ; shift ;; |
---|
195 | |
---|
196 | "-isotrac") |
---|
197 | isotrac="$2" ; shift ; shift ;; |
---|
198 | |
---|
199 | "-parallel") |
---|
200 | parallel="$2" ; shift ; shift ;; |
---|
201 | |
---|
202 | "-include") |
---|
203 | INCLUDE="$INCLUDE -I$2" ; shift ; shift ;; |
---|
204 | |
---|
205 | "-cpp") |
---|
206 | CPP_KEY="$CPP_KEY $2" ; shift ; shift ;; |
---|
207 | |
---|
208 | "-adjnt") |
---|
209 | echo "not operational ... work to be done here ";exit |
---|
210 | opt_dep="$opt_dep adjnt" ; adjnt="-ladjnt -ldyn3d " |
---|
211 | optim="$optim -Dadj" ; shift ;; |
---|
212 | |
---|
213 | "-cosp") |
---|
214 | cosp="$2" ; shift ; shift ;; |
---|
215 | |
---|
216 | "-cosp2") |
---|
217 | cosp2="$2" ; shift ; shift ;; |
---|
218 | |
---|
219 | "-cospv2") |
---|
220 | cospv2="$2" ; shift ; shift ;; |
---|
221 | |
---|
222 | "-mem") |
---|
223 | echo "option -mem is obsolete (now always on in parallel)" |
---|
224 | paramem="mem" ; shift ;; |
---|
225 | |
---|
226 | "-filtre") |
---|
227 | filtre=$2 ; shift ; shift ;; |
---|
228 | |
---|
229 | "-link") |
---|
230 | LIB="$LIB $2" ; shift ; shift ;; |
---|
231 | |
---|
232 | "-fcm_path") |
---|
233 | fcm_path=$2 ; shift ; shift ;; |
---|
234 | |
---|
235 | "-ext_src") |
---|
236 | EXT_SRC=$2 ; shift ; shift ;; |
---|
237 | |
---|
238 | "-j") |
---|
239 | job=$2 ; shift ; shift ;; |
---|
240 | |
---|
241 | "-full") |
---|
242 | full="-full" ; shift ;; |
---|
243 | |
---|
244 | "-libphy") |
---|
245 | libphy="true" ; shift ;; |
---|
246 | |
---|
247 | "-arch") |
---|
248 | arch=$2 ; arch_defined="TRUE" ; shift ; shift ;; |
---|
249 | |
---|
250 | "-arch_path") |
---|
251 | arch_path=$2 ; arch_path_defined="TRUE"; shift ; shift ;; |
---|
252 | |
---|
253 | "-force_compile") |
---|
254 | force_compile=true ; shift ;; |
---|
255 | |
---|
256 | *) |
---|
257 | code="$1" ; shift ;; |
---|
258 | esac |
---|
259 | done |
---|
260 | |
---|
261 | ############################################################### |
---|
262 | # path to fcm |
---|
263 | ############################################################### |
---|
264 | # handle case when provided path to fcm was given as a relative |
---|
265 | # path (from makelmdz_fcm script directory) and not an absolute path |
---|
266 | if [[ ${fcm_path:0:1} != "/" ]] ; then |
---|
267 | # prepend with makelmdz_fcm location |
---|
268 | fcm_path=$(cd $(dirname $0) ; pwd)"/"${fcm_path} |
---|
269 | fi |
---|
270 | |
---|
271 | # add fcm_path to PATH |
---|
272 | export PATH=${fcm_path}:${PATH} |
---|
273 | |
---|
274 | echo "Path to fcm:" |
---|
275 | echo ${fcm_path} |
---|
276 | |
---|
277 | ############################################################### |
---|
278 | # lecture des chemins propres \`a l'architecture de la machine # |
---|
279 | ############################################################### |
---|
280 | rm -f .void_file |
---|
281 | echo > .void_file |
---|
282 | rm -rf .void_dir |
---|
283 | mkdir .void_dir |
---|
284 | |
---|
285 | if [[ "$arch_defined" == "TRUE" ]] |
---|
286 | then |
---|
287 | rm -f arch.path |
---|
288 | rm -f arch.fcm |
---|
289 | rm -f arch.env |
---|
290 | |
---|
291 | if test -f $arch_path/arch-${arch}.path |
---|
292 | then |
---|
293 | ln -s $arch_path/arch-${arch}.path arch.path |
---|
294 | elif test -f $arch_default_path/arch-${arch}.path |
---|
295 | then |
---|
296 | ln -s $arch_default_path/arch-${arch}.path arch.path |
---|
297 | fi |
---|
298 | |
---|
299 | if test -f $arch_path/arch-${arch}.fcm |
---|
300 | then |
---|
301 | ln -s $arch_path/arch-${arch}.fcm arch.fcm |
---|
302 | elif test -f $arch_default_path/arch-${arch}.fcm |
---|
303 | then |
---|
304 | ln -s $arch_default_path/arch-${arch}.fcm arch.fcm |
---|
305 | fi |
---|
306 | |
---|
307 | if test -f $arch_path/arch-${arch}.env |
---|
308 | then |
---|
309 | ln -s $arch_path/arch-${arch}.env arch.env |
---|
310 | elif test -f $arch_default_path/arch-${arch}.env |
---|
311 | then |
---|
312 | ln -s $arch_default_path/arch-${arch}.env arch.env |
---|
313 | else |
---|
314 | ln -s .void_file arch.env |
---|
315 | fi |
---|
316 | # source architecture PATH and ENV files |
---|
317 | source arch.env |
---|
318 | source arch.path |
---|
319 | else |
---|
320 | echo "You must define a target architecture" |
---|
321 | exit 1 |
---|
322 | fi |
---|
323 | |
---|
324 | ######################################################################## |
---|
325 | # Definition des clefs CPP, des chemins des includes et modules |
---|
326 | # et des libraries |
---|
327 | ######################################################################## |
---|
328 | |
---|
329 | if [[ "$compil_mod" == "prod" ]] |
---|
330 | then |
---|
331 | COMPIL_FFLAGS="%PROD_FFLAGS" |
---|
332 | elif [[ "$compil_mod" == "dev" ]] |
---|
333 | then |
---|
334 | COMPIL_FFLAGS="%DEV_FFLAGS" |
---|
335 | elif [[ "$compil_mod" == "debug" ]] |
---|
336 | then |
---|
337 | COMPIL_FFLAGS="%DEBUG_FFLAGS" |
---|
338 | fi |
---|
339 | |
---|
340 | phys_root=$physique |
---|
341 | if [[ "${physique:0:3}" == "lmd" ]] ; then phys_root=lmd ; fi |
---|
342 | if [[ "${physique:0:4}" == "mars" ]] ; then phys_root=mars ; fi |
---|
343 | if [[ "${physique:0:3}" == "std" ]] ; then phys_root=std ; fi |
---|
344 | if [[ "${physique:0:5}" == "venus" ]] ; then phys_root=venus ; fi |
---|
345 | if [[ "${physique:0:5}" == "titan" ]] ; then phys_root=titan ; fi |
---|
346 | if [[ "${physique:0:3}" == "dev" ]] ; then phys_root=dev ; fi |
---|
347 | |
---|
348 | if [[ "$physique" != "nophys" ]] |
---|
349 | then |
---|
350 | #We'll use some physics |
---|
351 | CPP_KEY="$CPP_KEY CPP_PHYS" |
---|
352 | if [[ "${phys_root}" == "lmd" ]] |
---|
353 | then |
---|
354 | #For lmd physics, default planet type is Earth |
---|
355 | CPP_KEY="$CPP_KEY CPP_EARTH" |
---|
356 | fi |
---|
357 | # set physics common utilities path |
---|
358 | PHY_COMMON_PATH="${LIBFGCM}/phy_common" |
---|
359 | # set the dyn/phys interface path |
---|
360 | DYN_PHYS_PATH="${LIBFGCM}/dynphy_lonlat" |
---|
361 | DYN_PHYS_SUB_PATH="${LIBFGCM}/dynphy_lonlat/phy${phys_root}" |
---|
362 | fi |
---|
363 | |
---|
364 | if [[ "$filtre" == "filtrez" ]] |
---|
365 | then |
---|
366 | FILTRE_PATH=${LIBFGCM}/$filtre |
---|
367 | fi |
---|
368 | |
---|
369 | if [[ "$chimie" == "INCA" ]] |
---|
370 | then |
---|
371 | CPP_KEY="$CPP_KEY INCA" |
---|
372 | INCLUDE="$INCLUDE ${INCA_INCDIR}" |
---|
373 | LIB="$LIB ${INCA_LIBDIR} ${INCA_LIB}" |
---|
374 | fi |
---|
375 | |
---|
376 | if [[ "$isotopes" == "true" ]] |
---|
377 | then |
---|
378 | CPP_KEY="$CPP_KEY ISO" |
---|
379 | fi |
---|
380 | |
---|
381 | if [[ "$isoverif" == "true" ]] |
---|
382 | then |
---|
383 | CPP_KEY="$CPP_KEY ISOVERIF" |
---|
384 | fi |
---|
385 | |
---|
386 | if [[ "$diagiso" == "true" ]] |
---|
387 | then |
---|
388 | CPP_KEY="$CPP_KEY DIAGISO" |
---|
389 | fi |
---|
390 | |
---|
391 | if [[ "$isotrac" == "true" ]] |
---|
392 | then |
---|
393 | CPP_KEY="$CPP_KEY ISOTRAC" |
---|
394 | fi |
---|
395 | |
---|
396 | if [[ "$couple" != "false" ]] |
---|
397 | then |
---|
398 | if [[ "$couple" == "MPI1" ]] |
---|
399 | then |
---|
400 | CPP_KEY="$CPP_KEY CPP_COUPLE" |
---|
401 | export OASIS_INCDIR=$LMDGCM/../../prism/X64/build/lib/psmile.MPI1 |
---|
402 | export OASIS_LIBDIR=$LMDGCM/../../prism/X64/lib |
---|
403 | INCLUDE="$INCLUDE -I${OASIS_INCDIR}" |
---|
404 | LIB="$LIB -L${OASIS_LIBDIR} -lpsmile.MPI1 -lmpp_io" |
---|
405 | else |
---|
406 | CPP_KEY="$CPP_KEY CPP_COUPLE CPP_OMCT" |
---|
407 | INCLUDE="$INCLUDE ${OASIS_INCDIR}" |
---|
408 | LIB="$LIB ${OASIS_LIBDIR} -lpsmile.MPI1 -lscrip -lmct -lmpeu" |
---|
409 | fi |
---|
410 | fi |
---|
411 | |
---|
412 | if [[ "$parallel" == "mpi" ]] |
---|
413 | then |
---|
414 | CPP_KEY="$CPP_KEY CPP_PARA CPP_MPI" |
---|
415 | PARA_FFLAGS="%MPI_FFLAGS" |
---|
416 | PARA_LD="%MPI_LD" |
---|
417 | elif [[ "$parallel" == "omp" ]] |
---|
418 | then |
---|
419 | CPP_KEY="$CPP_KEY CPP_PARA CPP_OMP" |
---|
420 | PARA_FFLAGS="%OMP_FFLAGS" |
---|
421 | PARA_LD="%OMP_LD" |
---|
422 | elif [[ "$parallel" == "mpi_omp" ]] |
---|
423 | then |
---|
424 | CPP_KEY="$CPP_KEY CPP_PARA CPP_MPI CPP_OMP" |
---|
425 | PARA_FFLAGS="%MPI_FFLAGS %OMP_FFLAGS" |
---|
426 | PARA_LD="%MPI_LD %OMP_LD" |
---|
427 | fi |
---|
428 | |
---|
429 | if [[ ( "$parallel" == "omp" || "$parallel" == "mpi_omp" ) \ |
---|
430 | && "$compil_mod" == "debug" ]] |
---|
431 | then |
---|
432 | echo "Usually, parallelization with OpenMP requires some optimization." |
---|
433 | echo "We suggest switching to \"-dev\"." |
---|
434 | fi |
---|
435 | |
---|
436 | if [ "$veget" = "true" -o "$veget" = "orchidee1.9" -o "$veget" = "orchidee2.0" -o "$veget" = "orchidee2.1" -o "$veget" = "orchideetrunk" ] |
---|
437 | then |
---|
438 | echo "doing orchidee" |
---|
439 | #NB: option 'true': for backward compatibility. To be used with ORCHIDEE tag 1.9-1.9.6 |
---|
440 | # For this case, cpp flag ORCHIDEE_NOOPENMP must be added to the makelmdz_fcm arguments |
---|
441 | # option orchidee1.9 : Compile with ORCHIDEE version up to the inclusion of OpenMP in ORCHIDEE : tag 1.9-1.9.5(version AR5)-1.9.6 |
---|
442 | INCLUDE="${INCLUDE} ${ORCH_INCDIR}" |
---|
443 | CPP_KEY="$CPP_KEY CPP_VEGET" |
---|
444 | # temporary, for Orchidee versions 1.9.* (before openmp activation) |
---|
445 | if [[ "$veget" == "orchidee1.9" ]] ; then |
---|
446 | CPP_KEY="$CPP_KEY ORCHIDEE_NOOPENMP" |
---|
447 | fi |
---|
448 | if [[ "$veget" == "orchidee2.0" ]] ; then |
---|
449 | orch_libs="-lsechiba -lparameters -lstomate -lparallel -lorglob -lorchidee" |
---|
450 | CPP_KEY="$CPP_KEY ORCHIDEE_NOUNSTRUCT" |
---|
451 | elif [[ "$veget" == "orchidee2.1" ]] ; then |
---|
452 | CPP_KEY="$CPP_KEY ORCHIDEE_NOLIC" |
---|
453 | orch_libs="-lsechiba -lparameters -lstomate -lparallel -lorglob -lorchidee" |
---|
454 | elif [[ "$veget" == "orchideetrunk" ]] ; then |
---|
455 | orch_libs="-lorchidee" |
---|
456 | else |
---|
457 | orch_libs="-lsechiba -lparameters -lstomate -lparallel -lorglob" |
---|
458 | fi |
---|
459 | LIB="${LIB} ${ORCH_LIBDIR} ${orch_libs}" |
---|
460 | # for lib in ${orch_libs} ; do |
---|
461 | # if [ -f ${ORCH_LIBDIR#-L}/lib${LIBPREFIX}$lib.a ] ; then |
---|
462 | # LIB="${LIB} -l${LIBPREFIX}$lib " |
---|
463 | # fi |
---|
464 | # done |
---|
465 | echo "orchidee lib" |
---|
466 | echo ${LIB} |
---|
467 | elif [[ "$veget" != "false" ]] ; then |
---|
468 | echo "Option -v $veget does not exist" |
---|
469 | echo "Use ./makelmdz_fcm -h for more information" |
---|
470 | exit |
---|
471 | fi |
---|
472 | |
---|
473 | if [[ "$inlandsis" == "true" ]] |
---|
474 | then |
---|
475 | CPP_KEY="$CPP_KEY CPP_INLANDSIS" |
---|
476 | INLANDSIS_PATH="$LIBFGCM/%PHYS/inlandsis" |
---|
477 | fi |
---|
478 | |
---|
479 | |
---|
480 | if [[ "$rad" == "rrtm" ]] |
---|
481 | then |
---|
482 | CPP_KEY="$CPP_KEY CPP_RRTM" |
---|
483 | RAD_PATH="$LIBFGCM/%PHYS/rrtm" |
---|
484 | fi |
---|
485 | if [[ "$rad" == "ecrad" ]] |
---|
486 | then |
---|
487 | CPP_KEY="$CPP_KEY CPP_ECRAD" |
---|
488 | RAD_PATH="$LIBFGCM/%PHYS/ecrad" |
---|
489 | fi |
---|
490 | |
---|
491 | if [[ "$dust" == "true" ]] |
---|
492 | then |
---|
493 | CPP_KEY="$CPP_KEY CPP_Dust" |
---|
494 | DUST_PATH="$LIBFGCM/%PHYS/Dust" |
---|
495 | fi |
---|
496 | |
---|
497 | if [[ "$strataer" == "true" ]] |
---|
498 | then |
---|
499 | CPP_KEY="$CPP_KEY CPP_StratAer" |
---|
500 | STRATAER_PATH="$LIBFGCM/%PHYS/StratAer" |
---|
501 | fi |
---|
502 | |
---|
503 | INCLUDE="$INCLUDE ${NETCDF95_INCDIR}" |
---|
504 | LIB="$LIB ${NETCDF95_LIBDIR} ${NETCDF95_LIB}" |
---|
505 | |
---|
506 | if [[ $io == ioipsl ]] |
---|
507 | then |
---|
508 | CPP_KEY="$CPP_KEY CPP_IOIPSL" |
---|
509 | INCLUDE="$INCLUDE ${IOIPSL_INCDIR}" |
---|
510 | LIB="$LIB ${IOIPSL_LIBDIR} ${IOIPSL_LIB}" |
---|
511 | elif [[ $io == mix ]] |
---|
512 | then |
---|
513 | # For now, xios implies also using ioipsl |
---|
514 | CPP_KEY="$CPP_KEY CPP_IOIPSL CPP_XIOS" |
---|
515 | INCLUDE="$INCLUDE ${IOIPSL_INCDIR} ${XIOS_INCDIR}" |
---|
516 | LIB="$LIB ${IOIPSL_LIBDIR} ${IOIPSL_LIB} ${XIOS_LIBDIR} ${XIOS_LIB}" |
---|
517 | elif [[ $io == xios ]] |
---|
518 | then |
---|
519 | # For now, xios implies also using ioipsl |
---|
520 | CPP_KEY="$CPP_KEY CPP_IOIPSL CPP_XIOS CPP_IOIPSL_NO_OUTPUT" |
---|
521 | INCLUDE="$INCLUDE ${IOIPSL_INCDIR} ${XIOS_INCDIR}" |
---|
522 | LIB="$LIB ${IOIPSL_LIBDIR} ${IOIPSL_LIB} ${XIOS_LIBDIR} ${XIOS_LIB}" |
---|
523 | fi |
---|
524 | |
---|
525 | if [[ "$cosp" == "true" ]] |
---|
526 | then |
---|
527 | CPP_KEY="$CPP_KEY CPP_COSP" |
---|
528 | COSP_PATH="$LIBFGCM/phylmd/cosp" |
---|
529 | # LIB="${LIB} -l${LIBPREFIX}cosp" |
---|
530 | fi |
---|
531 | |
---|
532 | if [[ "$cosp2" == "true" ]] |
---|
533 | then |
---|
534 | CPP_KEY="$CPP_KEY CPP_COSP2" |
---|
535 | COSP_PATH="$LIBFGCM/phylmd/cosp2" |
---|
536 | # LIB="${LIB} -l${LIBPREFIX}cosp2" |
---|
537 | fi |
---|
538 | |
---|
539 | if [[ "$cospv2" == "true" ]] |
---|
540 | then |
---|
541 | CPP_KEY="$CPP_KEY CPP_COSPV2" |
---|
542 | COSP_PATH="$LIBFGCM/phylmd/cospv2" |
---|
543 | # LIB="${LIB} -l${LIBPREFIX}cosp2" |
---|
544 | fi |
---|
545 | |
---|
546 | if [[ "$cplocninca" == "TRUE" ]] |
---|
547 | then |
---|
548 | CPP_KEY="${CPP_KEY} CPP_CPLOCNINCA" |
---|
549 | fi |
---|
550 | |
---|
551 | |
---|
552 | INCLUDE="$INCLUDE ${NETCDF_INCDIR}" |
---|
553 | LIB="$LIB ${NETCDF_LIBDIR} ${NETCDF_LIB}" |
---|
554 | |
---|
555 | ######################################################################## |
---|
556 | # calcul du nombre de dimensions |
---|
557 | ######################################################################## |
---|
558 | |
---|
559 | |
---|
560 | dim_full=$dim |
---|
561 | dim=`echo $dim | sed -e 's/[^0-9]/ /g'` |
---|
562 | set $dim |
---|
563 | dimc=$# |
---|
564 | echo calcul de la dimension |
---|
565 | echo dim $dim |
---|
566 | echo dimc $dimc |
---|
567 | |
---|
568 | |
---|
569 | ######################################################################## |
---|
570 | # Gestion des dimensions du modele. |
---|
571 | # on cree ou remplace le fichier des dimensions |
---|
572 | ######################################################################## |
---|
573 | |
---|
574 | cd $LIBFGCM/grid |
---|
575 | if [[ -f dimensions.h ]] |
---|
576 | then |
---|
577 | if [[ $force_compile == true ]] |
---|
578 | then |
---|
579 | \rm -f $LIBFGCM/grid/dimensions.h |
---|
580 | else |
---|
581 | echo "WARNING: you are probably already compiling the model somewhere else." |
---|
582 | echo "Wait until the first compilation is finished before launching this one." |
---|
583 | echo "If you are sure that you are not compiling elsewhere, " |
---|
584 | echo "run makelmdz_fcm with option -force_compile" |
---|
585 | exit 1 |
---|
586 | fi |
---|
587 | fi |
---|
588 | |
---|
589 | |
---|
590 | cd $LIBFGCM/grid/dimension |
---|
591 | ./makdim $dim |
---|
592 | cat $LIBFGCM/grid/dimensions.h |
---|
593 | cd $LMDGCM |
---|
594 | |
---|
595 | |
---|
596 | ######################################################################## |
---|
597 | # Differentes dynamiques (3d, 2d, 1d) |
---|
598 | ######################################################################## |
---|
599 | |
---|
600 | dimension=`echo $dim | wc -w` |
---|
601 | echo dimension $dimension |
---|
602 | |
---|
603 | if (( $dimension == 3 )) |
---|
604 | then |
---|
605 | cd $LIBFGCM/grid |
---|
606 | \rm fxyprim.h |
---|
607 | cp -p fxy_${grille}.h fxyprim.h |
---|
608 | #else |
---|
609 | # echo "Probleme dans les dimensions de la dynamique !!" |
---|
610 | # echo "Non reactive pour l'instant !!!" |
---|
611 | fi |
---|
612 | |
---|
613 | if (( $dimension == 1 )) |
---|
614 | then |
---|
615 | CPP_KEY="$CPP_KEY CPP_1D" |
---|
616 | ## no filtre in 1d: |
---|
617 | FILTRE_PATH=$LMDGCM/.void_dir |
---|
618 | ## no need to compile all routines in dyn3d_common either: |
---|
619 | DYN_COMMON_PATH=$LMDGCM/.void_dir |
---|
620 | ## no need to compile all routines in dynlmdz_phy... ; |
---|
621 | ## (because key ones are included in 1D main program) |
---|
622 | DYN_PHYS_PATH=$LMDGCM/.void_dir |
---|
623 | DYN_PHYS_SUB_PATH=$LMDGCM/.void_dir |
---|
624 | fi |
---|
625 | |
---|
626 | ###################################################################### |
---|
627 | # Traitement special pour le nouveau rayonnement de Laurent Li. |
---|
628 | # ---> YM desactive pour le traitemement en parallele |
---|
629 | ###################################################################### |
---|
630 | |
---|
631 | #if [[ -f $libf/phy$physique/raddim.h ]] |
---|
632 | #then |
---|
633 | # if [[ -f $libf/phy$physique/raddim.$dimh.h ]] |
---|
634 | #then |
---|
635 | # \rm -f $libf/phy$physique/raddim.h |
---|
636 | # cp -p $libf/phy$physique/raddim.$dimh.h $libf/phy$physique/raddim.h |
---|
637 | # echo $libf/phy$physique/raddim.$dimh.h |
---|
638 | # cat $libf/phy$physique/raddim.h |
---|
639 | # else |
---|
640 | # echo On peut diminuer la taille de l executable en creant |
---|
641 | # echo le fichier $libf/phy$physique/raddim.$dimh.h |
---|
642 | # \cp -p $libf/phy$physique/raddim.defaut.h $libf/phy$physique/raddim.h |
---|
643 | # fi |
---|
644 | #fi |
---|
645 | |
---|
646 | ###################################################################### |
---|
647 | # Gestion du filtre qui n'existe qu'en 3d. |
---|
648 | ###################################################################### |
---|
649 | |
---|
650 | if (( `expr $dimc \> 2` == 1 )) |
---|
651 | then |
---|
652 | filtre="FILTRE=$filtre" |
---|
653 | else |
---|
654 | filtre="FILTRE= L_FILTRE= " |
---|
655 | fi |
---|
656 | echo MACRO FILTRE $filtre |
---|
657 | |
---|
658 | echo $dimc |
---|
659 | |
---|
660 | |
---|
661 | |
---|
662 | ###################################################################### |
---|
663 | # Creation du suffixe de la configuration |
---|
664 | ###################################################################### |
---|
665 | |
---|
666 | |
---|
667 | SUFF_NAME=_${dim_full} |
---|
668 | SUFF_NAME=${SUFF_NAME}_phy${physique}_${rad} |
---|
669 | |
---|
670 | if [[ "$parallel" != "none" ]] |
---|
671 | then |
---|
672 | SUFF_NAME=${SUFF_NAME}_para |
---|
673 | DYN=dyn${dimc}d${paramem} |
---|
674 | if [[ "$paramem" == "mem" ]] |
---|
675 | then |
---|
676 | SUFF_NAME=${SUFF_NAME}_${paramem} |
---|
677 | else |
---|
678 | echo "The version of the dynamics in dyn3dpar is no longer updated." |
---|
679 | echo "You should use option \"-mem\"." |
---|
680 | exit 1 |
---|
681 | fi |
---|
682 | else |
---|
683 | SUFF_NAME=${SUFF_NAME}_seq |
---|
684 | if (( $dimension == 1 )) |
---|
685 | then |
---|
686 | # dynamics-related routines in"dyn1d" subdirectory of phy${physique} |
---|
687 | DYN=phy${physique}/dyn1d |
---|
688 | else |
---|
689 | DYN=dyn${dimc}d |
---|
690 | fi |
---|
691 | fi |
---|
692 | |
---|
693 | if [[ $veget != "false" ]] |
---|
694 | then |
---|
695 | SUFF_NAME=${SUFF_NAME}_orch |
---|
696 | fi |
---|
697 | |
---|
698 | if [[ $dust == "true" ]] |
---|
699 | then |
---|
700 | SUFF_NAME=${SUFF_NAME}_spla |
---|
701 | fi |
---|
702 | |
---|
703 | if [[ $couple != "false" ]] |
---|
704 | then |
---|
705 | SUFF_NAME=${SUFF_NAME}_couple |
---|
706 | fi |
---|
707 | |
---|
708 | if [[ $chimie == "INCA" ]] |
---|
709 | then |
---|
710 | SUFF_NAME=${SUFF_NAME}_inca |
---|
711 | fi |
---|
712 | |
---|
713 | if [[ "$isotopes" == "true" ]] |
---|
714 | then |
---|
715 | SUFF_NAME=${SUFF_NAME}_iso |
---|
716 | fi |
---|
717 | if [[ "$isoverif" == "true" ]] |
---|
718 | then |
---|
719 | SUFF_NAME=${SUFF_NAME}_isoverif |
---|
720 | fi |
---|
721 | if [[ "$isotrac" == "true" ]] |
---|
722 | then |
---|
723 | SUFF_NAME=${SUFF_NAME}_isotrac |
---|
724 | fi |
---|
725 | if [[ "$diagiso" == "true" ]] |
---|
726 | then |
---|
727 | SUFF_NAME=${SUFF_NAME}_diagiso |
---|
728 | fi |
---|
729 | |
---|
730 | if [[ $libphy == "true" ]] |
---|
731 | then |
---|
732 | # special case where we compile only the physics |
---|
733 | DYN=$LMDGCM/.void_dir |
---|
734 | DYN_COMMON_PATH=$LMDGCM/.void_dir |
---|
735 | FILTRE_PATH=$LMDGCM/.void_dir |
---|
736 | DYN_PHYS_PATH=$LMDGCM/.void_dir |
---|
737 | DYN_PHYS_SUB_PATH=$LMDGCM/.void_dir |
---|
738 | #and there is no main program to generate |
---|
739 | code="" |
---|
740 | SUFF_NAME="" |
---|
741 | else |
---|
742 | SUFF_NAME=${SUFF_NAME}.e |
---|
743 | fi |
---|
744 | |
---|
745 | cd $LMDGCM |
---|
746 | config_fcm="config.fcm" |
---|
747 | rm -f $config_fcm |
---|
748 | touch $config_fcm |
---|
749 | rm -f bin/${code}${SUFF_NAME}.e |
---|
750 | rm -f arch.fcm |
---|
751 | rm -f arch.opt |
---|
752 | |
---|
753 | echo "%ARCH $arch" >> $config_fcm |
---|
754 | echo "%INCDIR $INCLUDE" >> $config_fcm |
---|
755 | echo "%LIB $LIB" >> $config_fcm |
---|
756 | echo "%ROOT_PATH $PWD" >> $config_fcm |
---|
757 | echo "%LIBF $LIBFGCM" >> $config_fcm |
---|
758 | echo "%LIBO $LIBOGCM" >> $config_fcm |
---|
759 | echo "%DYN $DYN" >> $config_fcm |
---|
760 | echo "%DYN_COMMON $DYN_COMMON_PATH" >> $config_fcm |
---|
761 | echo "%PHY_COMMON $PHY_COMMON_PATH" >> $config_fcm |
---|
762 | echo "%FILTRE $FILTRE_PATH" >> $config_fcm |
---|
763 | echo "%PHYS phy${physique}" >> $config_fcm |
---|
764 | echo "%DYN_PHYS $DYN_PHYS_PATH" >> $config_fcm |
---|
765 | echo "%DYN_PHYS_SUB $DYN_PHYS_SUB_PATH" >> $config_fcm |
---|
766 | echo "%RAD $RAD_PATH" >> $config_fcm |
---|
767 | echo "%DUST $DUST_PATH" >> $config_fcm |
---|
768 | echo "%STRATAER $STRATAER_PATH" >> $config_fcm |
---|
769 | echo "%INLANDSIS $INLANDSIS_PATH" >> $config_fcm |
---|
770 | echo "%COSP $COSP_PATH" >> $config_fcm |
---|
771 | echo "%CPP_KEY $CPP_KEY" >> $config_fcm |
---|
772 | echo "%EXEC $code" >> $config_fcm |
---|
773 | echo "%SUFF_NAME $SUFF_NAME" >> $config_fcm |
---|
774 | echo "%COMPIL_FFLAGS $COMPIL_FFLAGS" >> $config_fcm |
---|
775 | echo "%PARA_FFLAGS $PARA_FFLAGS" >> $config_fcm |
---|
776 | echo "%PARA_LD $PARA_LD" >> $config_fcm |
---|
777 | echo "%EXT_SRC $EXT_SRC" >> $config_fcm |
---|
778 | |
---|
779 | |
---|
780 | |
---|
781 | ln -s arch/arch-${arch}.fcm arch.fcm |
---|
782 | if test -f arch/arch-${arch}.opt && [ $compil_mod = "prod" ] |
---|
783 | then |
---|
784 | ln -s arch/arch-${arch}.opt arch.opt |
---|
785 | else |
---|
786 | ln -s .void_file arch.opt |
---|
787 | fi |
---|
788 | |
---|
789 | set +e |
---|
790 | |
---|
791 | rm -f $LIBOGCM/${arch}${SUFF_NAME}/.config/fcm.bld.lock |
---|
792 | ./build_gcm ${fcm_path} -j $job $full |
---|
793 | build_status=$? |
---|
794 | |
---|
795 | rm -rf tmp_src |
---|
796 | rm -rf config |
---|
797 | ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config config |
---|
798 | ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config/ppsrc tmp_src |
---|
799 | |
---|
800 | |
---|
801 | if [[ -r $LIBFGCM/grid/dimensions.h ]] |
---|
802 | then |
---|
803 | # Cleanup: remove dimension.h file |
---|
804 | \rm -f $LIBFGCM/grid/dimensions.h |
---|
805 | fi |
---|
806 | |
---|
807 | exit $build_status |
---|