1 | #- $Id$ |
---|
2 | #- |
---|
3 | #- Key options for OPA ocean model + UCL sea ice model : ORCA_R4 - Coupled |
---|
4 | #- |
---|
5 | #--- -Wp,-Dkey_orca_r4 resolution option(4,2,05,025) |
---|
6 | #--- -Wp,-Dkey_ice_lln + use the Louvain La Neuve sea ice model |
---|
7 | #--- -Wp,-Dkey_freesurf_cstvol Free surface formulation |
---|
8 | #--- -Wp,-Dkey_zdftke tke 1.5 turbulent closure scheme |
---|
9 | #--- -Wp,-Dkey_flxqsr + solar radiation penetration |
---|
10 | #--- -Wp,-Dkey_trahdfiso tracer diffusion along neutral surfaces |
---|
11 | #--- -Wp,-Dkey_trahdfcoef2d tracer latitude and longitude dependent coef. |
---|
12 | #--- -Wp,-Dkey_dynhdfcoef3d dynamic latitude and longitude dependent coef. |
---|
13 | #--- -Wp,-Dkey_trahdfeiv eddy induced advection |
---|
14 | #--- -Wp,-Dkey_convevd + enhanced vertical diffusion |
---|
15 | #--- -Wp,-Dkey_temdta temperature data file (Levitus) |
---|
16 | #--- -Wp,-Dkey_saldta salinity data file (Levitus) |
---|
17 | #--- -Wp,-Dkey_saldta_monthly + salinity data file (Levitus monthly) |
---|
18 | #--- -Wp,-Dkey_diaznl Diagnostics: zonal fluxes |
---|
19 | #--- -Wp,-Dkey_diahth Diagnostics: thermocline depth, |
---|
20 | #- and depth of the 20 degrees isotherm |
---|
21 | #--- -Wp,-Dkey_diaeiv Diagnostics: Eddy induced velocities |
---|
22 | #--- -Wp,-Dkey_monotasking monotasking option |
---|
23 | #--- -Wp,-Dkey_coupled coupled version - Boundary conditions: |
---|
24 | #- momentum, heat and fresh water fluxes (coupled) |
---|
25 | #--- -Wp,-Dkey_coupled_prism coupled version with OASIS3 |
---|
26 | #- |
---|
27 | KEY4='-Wp,-Dkey_orca_r4 -Wp,-Dkey_ice_lln -Wp,-Dkey_freesurf_cstvol -Wp,-Dkey_zdftke -Wp,-Dkey_flxqsr -Wp,-Dkey_trahdfiso -Wp,-Dkey_trahdfcoef2d -Wp,-Dkey_dynhdfcoef3d -Wp,-Dkey_trahdfeiv -Wp,-Dkey_convevd -Wp,-Dkey_temdta -Wp,-Dkey_saldta -Wp,-Dkey_saldta_monthly -Wp,-Dkey_diaznl -Wp,-Dkey_diahth -Wp,-Dkey_diaeiv -Wp,-Dkey_monotasking -Wp,-Dkey_coupled -Wp,-Dkey_coupled_prism -Wp,-Dkey_coupled_ipslcm4 -Wp,-Dkey_lim_fdd -Wp,-Dkey_lim_cp2' |
---|
28 | KEY2='-Wp,-Dkey_orca_r2 -Wp,-Dkey_ice_lln -Wp,-Dkey_freesurf_cstvol -Wp,-Dkey_zdftke -Wp,-Dkey_flxqsr -Wp,-Dkey_trahdfiso -Wp,-Dkey_trahdfcoef2d -Wp,-Dkey_dynhdfcoef3d -Wp,-Dkey_trahdfeiv -Wp,-Dkey_convevd -Wp,-Dkey_temdta -Wp,-Dkey_saldta -Wp,-Dkey_saldta_monthly -Wp,-Dkey_diaznl -Wp,-Dkey_diahth -Wp,-Dkey_diaeiv -Wp,-Dkey_monotasking -Wp,-Dkey_coupled -Wp,-Dkey_coupled_prism -Wp,-Dkey_coupled_ipslcm4 -Wp,-Dkey_lim_fdd -Wp,-Dkey_lim_cp2' |
---|
29 | PRISM_DIR = ../../prism |
---|
30 | OASIS3_DIR = $(PRISM_DIR)/src/mod/oasis3 |
---|
31 | |
---|
32 | all : |
---|
33 | #-Q- eshpux if [ ! -f $(OASIS3_DIR)/COMP_oasis3_$(LIB_MPI).$(PRISM_NAME) ] ; then \ |
---|
34 | #-Q- eshpux cp -f $(PRISM_DIR)/util/compile/frames/include_$(PRISM_NAME)/COMP_oasis3_$(LIB_MPI).$(PRISM_NAME) $(OASIS3_DIR)/.; \ |
---|
35 | #-Q- eshpux cp -f $(PRISM_DIR)/util/compile/frames/include_$(PRISM_NAME)/COMP_libs.$(PRISM_NAME) $(PRISM_DIR)/util/. ; fi |
---|
36 | if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake ORCA2xLMD9671 ; fi |
---|
37 | |
---|
38 | |
---|
39 | ORCA2xLMD4443 : libioipsl oasis3 liborchidee orca2 lmdz4443 verif |
---|
40 | echo "ORCA2xLMD4443" >.resol |
---|
41 | echo "$(LIB_MPI)" >.libmpi |
---|
42 | |
---|
43 | ORCA2xLMD444315 : libioipsl oasis3 liborchidee orca2 lmdz444315 verif |
---|
44 | echo "ORCA2xLMD444315" >.resol |
---|
45 | echo "$(LIB_MPI)" >.libmpi |
---|
46 | |
---|
47 | ORCA2xLMD444311 : libioipsl oasis3 liborchidee orca2 lmdz444311 verif |
---|
48 | echo "ORCA2xLMD444311" >.resol |
---|
49 | echo "$(LIB_MPI)" >.libmpi |
---|
50 | |
---|
51 | ORCA2xLMD7245 : libioipsl oasis3 liborchidee orca2 lmdz7245 verif |
---|
52 | echo "ORCA2xLMD7245" >.resol |
---|
53 | echo "$(LIB_MPI)" >.libmpi |
---|
54 | |
---|
55 | ORCA2lgmxLMD7245 : libioipsl oasis3 liborchidee orca2 lmdz7245 verif |
---|
56 | echo "ORCA2lgmxLMD7245" >.resol |
---|
57 | echo "$(LIB_MPI)" >.libmpi |
---|
58 | |
---|
59 | ORCA2xLMD9671 : libioipsl oasis3 liborchidee orca2 lmdz9671 verif |
---|
60 | echo "ORCA2xLMD9671" >.resol |
---|
61 | echo "$(LIB_MPI)" >.libmpi |
---|
62 | |
---|
63 | ORCA2lgmxLMD9671 : libioipsl oasis3 liborchidee orca2 lmdz9671 verif |
---|
64 | echo "ORCA2lgmxLMD9671" >.resol |
---|
65 | echo "$(LIB_MPI)" >.libmpi |
---|
66 | |
---|
67 | ORCA2xLMD14496 : libioipsl oasis3 liborchidee orca2 lmdz14496 verif |
---|
68 | echo "ORCA2xLMD14496" >.resol |
---|
69 | echo "$(LIB_MPI)" >.libmpi |
---|
70 | |
---|
71 | ORCA2xLMD144142 : libioipsl oasis3 liborchidee orca2 lmdz144142 verif |
---|
72 | echo "ORCA2xLMD144142" >.resol |
---|
73 | echo "$(LIB_MPI)" >.libmpi |
---|
74 | |
---|
75 | libioipsl : |
---|
76 | (cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) |
---|
77 | |
---|
78 | oasis3: $(OASIS3_DIR)/COMP_oasis3_$(LIB_MPI).$(PRISM_NAME) $(OASIS3_DIR)/COMP_oasis3_$(LIB_MPI).$(PRISM_NAME) |
---|
79 | (cd $(OASIS3_DIR) ; ./COMP_oasis3_$(LIB_MPI).$(PRISM_NAME) ; ) |
---|
80 | |
---|
81 | $(OASIS3_DIR)/COMP_oasis3_$(LIB_MPI).$(PRISM_NAME) : |
---|
82 | (cd $(PRISM_DIR) ; ./util/compile/frames/Create_COMP_libs.frm "" "" "${PRISM_NAME}" "${LIB_MPI_BIS}" ; ./util/compile/frames/Create_COMP_models.frm oasis3 "${LIB_MPI_BIS}" "" "" "${PRISM_NAME}" "" "" ; ) |
---|
83 | |
---|
84 | liborchidee : |
---|
85 | (cd ../../modeles/ORCHIDEE/ ; $(M_K) -f Makefile) |
---|
86 | #-Q- platine (rm -f ../../lib/parallel.mod) |
---|
87 | |
---|
88 | config : libioipsl |
---|
89 | (cd ../../modeles/IOIPSL/src; $(M_K) -f Makefile config) |
---|
90 | (cd ../../modeles/ORCHIDEE/; $(M_K) -f Makefile config) |
---|
91 | $(BINDIR)/Fparser -main -name ORCHIDEE_OL $(MODS1) |
---|
92 | $(SCPDIR)/build_tkmenus |
---|
93 | ./config.tk |
---|
94 | $(RM) Config.* |
---|
95 | |
---|
96 | lmdz4443: |
---|
97 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_44x43x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) |
---|
98 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_44x43x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) |
---|
99 | |
---|
100 | lmdz444315: |
---|
101 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x15 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_44x43x15_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) |
---|
102 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x15 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_44x43x15_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) |
---|
103 | |
---|
104 | lmdz444311: |
---|
105 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x11 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_44x43x11_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) |
---|
106 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x11 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_44x43x11_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) |
---|
107 | |
---|
108 | lmdz7245: |
---|
109 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 72x45x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_72x45x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) |
---|
110 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 72x45x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_72x45x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) |
---|
111 | lmdz9671: |
---|
112 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x71x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_96x71x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) |
---|
113 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x71x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_96x71x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) |
---|
114 | lmdz14496: |
---|
115 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 144x96x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_144x96x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) |
---|
116 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 144x96x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_144x96x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) |
---|
117 | |
---|
118 | lmdz144142: |
---|
119 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 144x142x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_144x142x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) |
---|
120 | (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 144x142x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_144x142x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) |
---|
121 | |
---|
122 | orca4: |
---|
123 | (cd ../../modeles/OPA/WORK; $(M_K) P_P=$(KEY4) OASISMPI2_LIB='-L../$(PRISM_DIR)/$(PRISM_ARCH)/lib -lpsmile.$(LIB_MPI) -lmpp_io' ; ) |
---|
124 | orca2: |
---|
125 | (cd ../../modeles/OPA/WORK; $(M_K) P_P=$(KEY2) OASISMPI2_LIB='-L../$(PRISM_DIR)/$(PRISM_ARCH)/lib -lpsmile.$(LIB_MPI) -lmpp_io' ; ) |
---|
126 | verif: |
---|
127 | ls -l ../../bin |
---|
128 | |
---|