source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/INCA/build/bld/INCA_PP.mk @ 6610

Last change on this file since 6610 was 6610, checked in by acosce, 10 months ago

INCA used for ICOLMDZORINCA_CO2_Transport_GMD_2023

File size: 3.4 KB
Line 
1# Automatic Make rule for INCA_PP
2
3SRCDIR0__INCA_PP = /ccc/work/cont003/gen2201/lloretzo/NUDGE_ICOLMDOZORINCA_V7_PROD/modipsl/modeles/INCA/src/INCA_PP
4
5PPSRCDIR0__INCA_PP = /ccc/work/cont003/gen2201/lloretzo/NUDGE_ICOLMDOZORINCA_V7_PROD/modipsl/modeles/INCA/build/ppsrc/INCA_PP
6
7FFLAGS__INCA_PP__prd_loss.flags: \
8          FFLAGS__INCA_PP.flags
9        touch $(FCM_FLAGSDIR)/$@
10
11exp_prod_loss.done: \
12          exp_prod_loss.o \
13          inca_dim.done
14        touch $(FCM_DONEDIR)/$@
15
16exp_prod_loss.o: \
17          $(PPSRCDIR0__INCA_PP)/prd_loss.f90 \
18          FFLAGS__INCA_PP__prd_loss.flags \
19          inca_dim.o
20        fcm_internal compile:F INCA_PP $< $@
21
22FFLAGS__INCA_PP__setrxt.flags: \
23          FFLAGS__INCA_PP.flags
24        touch $(FCM_FLAGSDIR)/$@
25
26setrxt.done: \
27          setrxt.o \
28          inca_dim.done
29        touch $(FCM_DONEDIR)/$@
30
31setrxt.o: \
32          $(PPSRCDIR0__INCA_PP)/setrxt.f90 \
33          FFLAGS__INCA_PP__setrxt.flags \
34          inca_dim.o
35        fcm_internal compile:F INCA_PP $< $@
36
37FFLAGS__INCA_PP__reac_flx.flags: \
38          FFLAGS__INCA_PP.flags
39        touch $(FCM_FLAGSDIR)/$@
40
41reac_flx.done: \
42          reac_flx.o \
43          inca_dim.done \
44          rate_index_mod.done \
45          species_names.done
46        touch $(FCM_DONEDIR)/$@
47
48reac_flx.o: \
49          $(PPSRCDIR0__INCA_PP)/reac_flx.f90 \
50          FFLAGS__INCA_PP__reac_flx.flags \
51          inca_dim.o \
52          rate_index_mod.o \
53          species_names.o
54        fcm_internal compile:F INCA_PP $< $@
55
56FFLAGS__INCA_PP__adjrxt.flags: \
57          FFLAGS__INCA_PP.flags
58        touch $(FCM_FLAGSDIR)/$@
59
60adjrxt.done: \
61          adjrxt.o \
62          inca_dim.done
63        touch $(FCM_DONEDIR)/$@
64
65adjrxt.o: \
66          $(PPSRCDIR0__INCA_PP)/adjrxt.f90 \
67          FFLAGS__INCA_PP__adjrxt.flags \
68          inca_dim.o
69        fcm_internal compile:F INCA_PP $< $@
70
71FFLAGS__INCA_PP__rate_index_mod.flags: \
72          FFLAGS__INCA_PP.flags
73        touch $(FCM_FLAGSDIR)/$@
74
75rate_index_mod.done: \
76          rate_index_mod.o
77        touch $(FCM_DONEDIR)/$@
78
79rate_index_mod.o: \
80          $(PPSRCDIR0__INCA_PP)/rate_index_mod.f90 \
81          FFLAGS__INCA_PP__rate_index_mod.flags
82        fcm_internal compile:F INCA_PP $< $@
83
84FFLAGS__INCA_PP__indprd.flags: \
85          FFLAGS__INCA_PP.flags
86        touch $(FCM_FLAGSDIR)/$@
87
88indprd.done: \
89          indprd.o \
90          inca_dim.done
91        touch $(FCM_DONEDIR)/$@
92
93indprd.o: \
94          $(PPSRCDIR0__INCA_PP)/indprd.f90 \
95          FFLAGS__INCA_PP__indprd.flags \
96          inca_dim.o
97        fcm_internal compile:F INCA_PP $< $@
98
99FFLAGS__INCA_PP__transp_cont.mod.flags: \
100          FFLAGS__INCA_PP.flags
101        touch $(FCM_FLAGSDIR)/$@
102
103transport_controls.done: \
104          transport_controls.o
105        touch $(FCM_DONEDIR)/$@
106
107transport_controls.o: \
108          $(PPSRCDIR0__INCA_PP)/transp_cont.mod.f \
109          FFLAGS__INCA_PP__transp_cont.mod.flags
110        fcm_internal compile:F INCA_PP $< $@
111
112FFLAGS__INCA_PP__spc_names.mod.flags: \
113          FFLAGS__INCA_PP.flags
114        touch $(FCM_FLAGSDIR)/$@
115
116species_names.done: \
117          species_names.o
118        touch $(FCM_DONEDIR)/$@
119
120species_names.o: \
121          $(PPSRCDIR0__INCA_PP)/spc_names.mod.f90 \
122          FFLAGS__INCA_PP__spc_names.mod.flags
123        fcm_internal compile:F INCA_PP $< $@
124
125FFLAGS__INCA_PP__phtadj.flags: \
126          FFLAGS__INCA_PP.flags
127        touch $(FCM_FLAGSDIR)/$@
128
129phtadj.done: \
130          phtadj.o \
131          inca_dim.done
132        touch $(FCM_DONEDIR)/$@
133
134phtadj.o: \
135          $(PPSRCDIR0__INCA_PP)/phtadj.f90 \
136          FFLAGS__INCA_PP__phtadj.flags \
137          inca_dim.o
138        fcm_internal compile:F INCA_PP $< $@
139
Note: See TracBrowser for help on using the repository browser.