[1036] | 1 | #--------------------------------------------------------------------------------# |
---|
| 2 | # This file is part of PALM. |
---|
| 3 | # |
---|
| 4 | # PALM is free software: you can redistribute it and/or modify it under the terms |
---|
| 5 | # of the GNU General Public License as published by the Free Software Foundation, |
---|
| 6 | # either version 3 of the License, or (at your option) any later version. |
---|
| 7 | # |
---|
| 8 | # PALM is distributed in the hope that it will be useful, but WITHOUT ANY |
---|
| 9 | # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
---|
| 10 | # A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
---|
| 11 | # |
---|
| 12 | # You should have received a copy of the GNU General Public License along with |
---|
| 13 | # PALM. If not, see <http://www.gnu.org/licenses/>. |
---|
| 14 | # |
---|
[1691] | 15 | # Copyright 1997-2015 Leibniz Universitaet Hannover |
---|
[1036] | 16 | #--------------------------------------------------------------------------------# |
---|
| 17 | # |
---|
[1] | 18 | # WARNING: don't write filenames with extension .f90 in this header!!!! |
---|
| 19 | # |
---|
[482] | 20 | # Current revisions: |
---|
| 21 | # ------------------ |
---|
[1833] | 22 | # spectrum renamed spectra_mod, depencies for spectra changed |
---|
[1381] | 23 | # |
---|
[850] | 24 | # Former revisions: |
---|
| 25 | # ----------------- |
---|
| 26 | # $Id: Makefile 1833 2016-04-07 14:23:03Z raasch $ |
---|
[1765] | 27 | # |
---|
[1827] | 28 | # 1826 2016-04-07 12:01:39Z maronga |
---|
| 29 | # Renamed radiation_model to radiation_model_mod. |
---|
| 30 | # Renamed plant_canopy_model to plant_canopy_model_mod. |
---|
| 31 | # |
---|
[1823] | 32 | # 1822 2016-04-07 07:49:42Z hoffmann |
---|
| 33 | # Tails removed. lpm_release_set removed. calc_precipitation, impact_of_latent_heat |
---|
| 34 | # removed. |
---|
| 35 | # |
---|
[1818] | 36 | # 1817 2016-04-06 15:44:20Z maronga |
---|
| 37 | # Renamed land_surface_model to land_surface_model_mod. |
---|
| 38 | # |
---|
[1809] | 39 | # 1808 2016-04-05 19:44:00Z raasch |
---|
| 40 | # -local_flush, -local_getenv |
---|
| 41 | # |
---|
[1798] | 42 | # 1797 2016-03-21 16:50:28Z raasch |
---|
| 43 | # dependcy for check_for_restart updated |
---|
| 44 | # |
---|
[1792] | 45 | # 1791 2016-03-11 10:41:25Z raasch |
---|
| 46 | # dependencies of header changed |
---|
| 47 | # |
---|
[1787] | 48 | # 1786 2016-03-08 05:49:27Z raasch |
---|
| 49 | # rename calc_spectra to spectrum + modularization of spectrum |
---|
| 50 | # |
---|
[1784] | 51 | # 2016-03-06 18:36:17Z raasch |
---|
| 52 | # name change of netcdf routines and respective dependencies |
---|
| 53 | # |
---|
[1780] | 54 | # 1779 2016-03-03 08:01:28Z raasch |
---|
| 55 | # dependencies changed for init_peprid |
---|
| 56 | # |
---|
[1767] | 57 | # 1766 2016-02-29 08:37:15Z raasch |
---|
| 58 | # update dependency for swap_timelevel |
---|
| 59 | # |
---|
[1765] | 60 | # 1764 2016-02-28 12:45:19Z raasch |
---|
| 61 | # several updates of dependencies |
---|
| 62 | # |
---|
[1763] | 63 | # 1762 2016-02-25 12:31:13Z hellstea |
---|
| 64 | # +pmc_interface, +pmc routines |
---|
[850] | 65 | # |
---|
[1748] | 66 | # 1747 2016-02-08 12:25:53Z raasch |
---|
| 67 | # dependencies for routine palm updated |
---|
| 68 | # |
---|
[1692] | 69 | # 1691 2015-10-26 16:17:44Z maronga |
---|
| 70 | # Replaced prandtl_fluxes with surface_layer_fluxes. Added radiation_model to |
---|
| 71 | # prognostic_equations |
---|
| 72 | # |
---|
[1586] | 73 | # 1585 2015-04-30 07:05:52Z maronga |
---|
| 74 | # Added user_init_radiation.f90 |
---|
| 75 | # |
---|
[1576] | 76 | # 1575 2015-03-27 09:56:27Z raasch |
---|
| 77 | # +poismg_fast |
---|
| 78 | # |
---|
[1552] | 79 | # 1551 2015-03-03 14:18:16Z maronga |
---|
| 80 | # Bugfix: further adjustments for the land surface model and radiation model |
---|
| 81 | # |
---|
[1518] | 82 | # 1517 2015-01-07 19:12:25Z hoffmann |
---|
| 83 | # advec_s_bc added to prognostic_equations |
---|
| 84 | # |
---|
[1501] | 85 | # 1500 2014-12-03 17:42:41Z maronga |
---|
| 86 | # Bugfix: missing adjustments for land surface model and radiation model |
---|
| 87 | # |
---|
[1497] | 88 | # 1496 2014-12-02 17:25:50Z maronga |
---|
| 89 | # Added land surface model and radiation model files: land_surface_model, |
---|
| 90 | # radiation_model, user_init_land_surface |
---|
| 91 | # |
---|
[1485] | 92 | # 1484 2014-10-21 10:53:05Z kanani |
---|
| 93 | # plant_canopy_model-dependency added for check_parameters, header, init_3d_model, |
---|
| 94 | # package_parin, read_var_list, user_init_plant_canopy, write_var_list |
---|
| 95 | # |
---|
[1445] | 96 | # 1444 2014-08-02 20:10:32Z letzel |
---|
| 97 | # bugfix: cpulog added to lpm_advec |
---|
| 98 | # |
---|
[1405] | 99 | # 1404 2014-05-14 09:01:39Z keck |
---|
| 100 | # bugfix: dependencies added for progress_bar |
---|
| 101 | # |
---|
[1403] | 102 | # 1402 2014-05-09 14:25:13Z raasch |
---|
| 103 | # progress_bar added |
---|
| 104 | # |
---|
[1401] | 105 | # 1400 2014-05-09 14:03:54Z knoop |
---|
| 106 | # Added new module random_generator_parallel |
---|
| 107 | # |
---|
[1381] | 108 | # 1380 2014-04-28 12:40:45Z heinze |
---|
| 109 | # bugfix: mod_particle_attributes added to check_open |
---|
| 110 | # nudging added to time_integration |
---|
| 111 | # |
---|
[1375] | 112 | # 1374 2014-04-25 12:55:07Z raasch |
---|
| 113 | # bugfix: missing dependency added for check_open |
---|
[1380] | 114 | # |
---|
[1366] | 115 | # 1365 2014-04-22 15:03:56Z boeske |
---|
| 116 | # Added new module calc_mean_profile, previously in module buoyancy, |
---|
| 117 | # removed buoyancy dependency from nudging |
---|
| 118 | # |
---|
[1364] | 119 | # 1363 2014-04-17 12:28:49Z keck |
---|
| 120 | # bugfix: cpulog added to lpm_pack_arrays |
---|
| 121 | # |
---|
[1362] | 122 | # 1361 2014-04-16 15:17:48Z hoffmann |
---|
| 123 | # cpulog added to microphysics |
---|
| 124 | # |
---|
[1360] | 125 | # 1359 2014-04-11 17:15:14Z hoffmann |
---|
| 126 | # mod_particle_attributes added, lpm_sort_arrays removed, |
---|
| 127 | # lpm_extend_particle_array removed |
---|
| 128 | # |
---|
[1338] | 129 | # 1336 2014-03-25 15:07:20Z raasch |
---|
| 130 | # -write_compressed |
---|
| 131 | # |
---|
[1323] | 132 | # 2014-03-20 16:38:49Z raasch |
---|
| 133 | # cpulog-dependency added for disturb_heatflux |
---|
| 134 | # |
---|
[1321] | 135 | # 1320 2014-03-20 08:40:49Z raasch |
---|
| 136 | # +mod_kinds in dependency list |
---|
| 137 | # |
---|
[1319] | 138 | # 1318 2014-03-17 13:35:16Z raasch |
---|
| 139 | # +cpulog, dependencies for cpulog added |
---|
| 140 | # -cpu_log, cpu_statistics |
---|
| 141 | # |
---|
[1312] | 142 | # 1311 2014-03-14 12:13:39Z heinze |
---|
| 143 | # bugfix: buoyancy dependency added to nudging |
---|
| 144 | # |
---|
[1307] | 145 | # 1306 2014-03-13 14:30:59Z raasch |
---|
| 146 | # +mod_kinds |
---|
| 147 | # |
---|
[1242] | 148 | # 1241 2013-10-30 11:36:58Z heinze |
---|
| 149 | # +nudging, ls_forcing |
---|
| 150 | # |
---|
[1213] | 151 | # 1212 2013-08-15 08:46:27Z raasch |
---|
| 152 | # +tridia_solver, -poisfft_hybrid |
---|
| 153 | # |
---|
[1211] | 154 | # 1210 2013-08-14 10:58:20Z raasch |
---|
| 155 | # object file list replaced by one line statement |
---|
| 156 | # |
---|
[1132] | 157 | # 1128 2013-04-12 06:19:32Z raasch |
---|
| 158 | # dependencies for time_integration modified |
---|
| 159 | # |
---|
[1112] | 160 | # 1111 2013-03-08 23:54:10Z raasch |
---|
| 161 | # dependencies removed from init_pegrid |
---|
| 162 | # bugfix: dependency added for cuda_fft_interfaces |
---|
| 163 | # |
---|
[1107] | 164 | # 1106 2013-03-04 05:31:38Z raasch |
---|
| 165 | # +cuda_fft_interfaces |
---|
| 166 | # |
---|
[1055] | 167 | # 1053 2012-11-13 17:11:03Z hoffmann |
---|
| 168 | # +microphysics for two-moment cloud physics |
---|
| 169 | # |
---|
[1037] | 170 | # 1036 2012-10-22 13:43:42Z raasch |
---|
| 171 | # code put under GPL (PALM 3.9) |
---|
| 172 | # |
---|
[1002] | 173 | # 1001 2012-09-13 14:08:46Z raasch |
---|
| 174 | # -asselin_filter, advec_s|u|v|w_ups, spline_x|y|z |
---|
| 175 | # |
---|
[873] | 176 | # 872 2012-03-29 15:57:54Z franke |
---|
| 177 | # lpm depends on modules |
---|
| 178 | # |
---|
[850] | 179 | # 849 2012-03-15 10:35:09Z raasch |
---|
[849] | 180 | # +lpm_advec, lpm_data_output_particles, lpm_droplet_collision, |
---|
| 181 | # lpm_droplet_condensation, |
---|
| 182 | # lpm_exchange_horiz, lpm_extend_particle_array, lpm_extend_tails, |
---|
| 183 | # lpm_extend_tail_array, lpm_init_sgs_tke, lpm_pack_arrays, |
---|
| 184 | # lpm_read_restart_file, lpm_release_set, lpm_sort_arrays, |
---|
| 185 | # lpm_write_exchange_statistics, lpm_write_restart_file |
---|
| 186 | # advec_particles renamed lpm, |
---|
| 187 | # init_particles renamed lpm_init, |
---|
| 188 | # user_advec_particles renamed user_lpm_advec, |
---|
| 189 | # particle_boundary_conds renamed lpm_boundary_conds, |
---|
| 190 | # set_particle_attributes renamed lpm_set_attributes |
---|
| 191 | # user_init_particles renamed user_lpm_init, |
---|
| 192 | # user_particle_attributes renamed user_lpm_set_attributes |
---|
[482] | 193 | # |
---|
[829] | 194 | # 828 2012-02-21 12:00:36Z raasch |
---|
| 195 | # init_particles depends on lpm_collision_kernels |
---|
| 196 | # |
---|
[826] | 197 | # 825 2012-02-19 03:03:44Z raasch |
---|
| 198 | # wang_kernel renamed lpm_collision_kernels |
---|
| 199 | # |
---|
[791] | 200 | # 790 2011-11-29 03:11:20Z raasch |
---|
| 201 | # +wang_kernel |
---|
| 202 | # |
---|
[668] | 203 | # 667 2010-12-23 12:06:00Z suehring/gryschka |
---|
| 204 | # +advec_ws |
---|
| 205 | # |
---|
[482] | 206 | # 421 2010-01-25 15:50:10Z raasch |
---|
[421] | 207 | # comment line for simple install method added, which will be replaced |
---|
| 208 | # by an include command for preprocessor and compiler options when the simple |
---|
| 209 | # install process is used instead of mbuild/mrun, |
---|
[278] | 210 | # +set_particle_attributes, set_slicer_attributes_dvrp |
---|
[411] | 211 | # +subsidence |
---|
[138] | 212 | # |
---|
[482] | 213 | # 410 2009-12-04 17:05:40Z letzel |
---|
[410] | 214 | # +data_output_mask, init_masks, user_data_output_mask |
---|
| 215 | # |
---|
[226] | 216 | # 217 2008-12-09 18:00:48Z letzel |
---|
| 217 | # former file user_interface split into one file per subroutine |
---|
| 218 | # +init_coupling, message |
---|
| 219 | # |
---|
[206] | 220 | # 151 2008-03-07 13:42:18Z raasch |
---|
| 221 | # +plant_canopy_model, inflow_turbulence |
---|
| 222 | # +surface_coupler |
---|
| 223 | # |
---|
[102] | 224 | # 96 2007-06-04 08:07:41Z raasch |
---|
| 225 | # +eqn_state_seawater, init_ocean |
---|
| 226 | # |
---|
[95] | 227 | # 82 2007-04-16 15:40:52Z raasch |
---|
| 228 | # +local_flush |
---|
| 229 | # |
---|
[77] | 230 | # 58 2007-03-09 14:27:38Z raasch |
---|
[48] | 231 | # default suffixes removed from the suffix list to avoid calling of m2c in |
---|
| 232 | # case of .mod files |
---|
[58] | 233 | # +wall_fluxes, +particle_boundary_conds |
---|
[1] | 234 | # |
---|
[3] | 235 | # RCS Log replace by Id keyword, revision history cleaned up |
---|
| 236 | # |
---|
[1] | 237 | # Revision 1.13 2006/08/04 14:45:31 raasch |
---|
| 238 | # +data_output_ptseries |
---|
| 239 | # |
---|
| 240 | # Revision 1.1 2002/06/11 13:42:20 raasch |
---|
| 241 | # Initial revision |
---|
| 242 | # |
---|
| 243 | # |
---|
| 244 | # Description: |
---|
| 245 | # ------------ |
---|
| 246 | # Makefile for the parallelized LES model (PALM) to be used by the |
---|
| 247 | # shellscript "mrun" |
---|
| 248 | #------------------------------------------------------------------------------! |
---|
| 249 | |
---|
| 250 | PROG = palm |
---|
| 251 | |
---|
[1210] | 252 | SOURCES = advec_s_bc.f90 advec_s_pw.f90 advec_s_up.f90 advec_ws.f90 \ |
---|
[1001] | 253 | advec_u_pw.f90 advec_u_up.f90 advec_v_pw.f90 advec_v_up.f90 \ |
---|
| 254 | advec_w_pw.f90 advec_w_up.f90 average_3d_data.f90 boundary_conds.f90 \ |
---|
[1365] | 255 | buoyancy.f90 calc_liquid_water_content.f90 calc_mean_profile.f90 \ |
---|
[1822] | 256 | calc_radiation.f90 \ |
---|
[1365] | 257 | check_for_restart.f90 check_open.f90 check_parameters.f90 \ |
---|
| 258 | close_file.f90 compute_vpt.f90 coriolis.f90 cpulog.f90 \ |
---|
| 259 | cuda_fft_interfaces.f90 data_log.f90 data_output_dvrp.f90 \ |
---|
| 260 | data_output_mask.f90 data_output_profiles.f90 \ |
---|
[828] | 261 | data_output_ptseries.f90 data_output_spectra.f90 \ |
---|
| 262 | data_output_tseries.f90 data_output_2d.f90 data_output_3d.f90 \ |
---|
| 263 | diffusion_e.f90 diffusion_s.f90 diffusion_u.f90 diffusion_v.f90 \ |
---|
| 264 | diffusion_w.f90 diffusivities.f90 disturb_field.f90 \ |
---|
| 265 | disturb_heatflux.f90 eqn_state_seawater.f90 exchange_horiz.f90 \ |
---|
| 266 | exchange_horiz_2d.f90 fft_xy.f90 flow_statistics.f90 \ |
---|
[1822] | 267 | global_min_max.f90 header.f90 \ |
---|
[828] | 268 | inflow_turbulence.f90 init_1d_model.f90 init_3d_model.f90 \ |
---|
| 269 | init_advec.f90 init_cloud_physics.f90 init_coupling.f90 init_dvrp.f90 \ |
---|
[849] | 270 | init_grid.f90 init_masks.f90 init_ocean.f90 \ |
---|
[828] | 271 | init_pegrid.f90 init_pt_anomaly.f90 init_rankine.f90 init_slope.f90 \ |
---|
[1817] | 272 | interaction_droplets_ptq.f90 land_surface_model_mod.f90 \ |
---|
[1808] | 273 | local_stop.f90 local_system.f90 local_tremain.f90 \ |
---|
[849] | 274 | local_tremain_ini.f90 lpm.f90 lpm_advec.f90 lpm_boundary_conds.f90 \ |
---|
| 275 | lpm_calc_liquid_water_content.f90 lpm_collision_kernels.f90 \ |
---|
| 276 | lpm_data_output_particles.f90 lpm_droplet_collision.f90 \ |
---|
| 277 | lpm_droplet_condensation.f90 lpm_exchange_horiz.f90 \ |
---|
[1822] | 278 | lpm_init.f90 lpm_init_sgs_tke.f90 \ |
---|
| 279 | lpm_pack_arrays.f90 lpm_read_restart_file.f90 \ |
---|
[1359] | 280 | lpm_set_attributes.f90 \ |
---|
[849] | 281 | lpm_write_exchange_statistics.f90 lpm_write_restart_file.f90 \ |
---|
[1320] | 282 | ls_forcing.f90 message.f90 microphysics.f90 modules.f90 mod_kinds.f90 \ |
---|
[1783] | 283 | mod_particle_attributes.f90 netcdf_interface.f90 nudging.f90 \ |
---|
[1826] | 284 | package_parin.f90 palm.f90 parin.f90 plant_canopy_model_mod.f90 pmc_interface.f90 \ |
---|
[1762] | 285 | pmc_client.f90 pmc_general.f90 pmc_handle_communicator.f90 pmc_mpi_wrapper.f90 \ |
---|
| 286 | pmc_server.f90 \ |
---|
| 287 | poisfft.f90 poismg.f90 \ |
---|
[1691] | 288 | poismg_fast.f90 pres.f90 print_1d.f90 production_e.f90 \ |
---|
[1826] | 289 | prognostic_equations.f90 progress_bar.f90 radiation_model_mod.f90 \ |
---|
[1496] | 290 | random_function.f90 random_gauss.f90 random_generator_parallel.f90 \ |
---|
| 291 | read_3d_binary.f90 read_var_list.f90 run_control.f90 \ |
---|
[1833] | 292 | set_slicer_attributes_dvrp.f90 singleton.f90 sor.f90 spectra_mod.f90 \ |
---|
[1001] | 293 | subsidence.f90 sum_up_3d_data.f90 \ |
---|
[1691] | 294 | surface_coupler.f90 surface_layer_fluxes.f90 swap_timelevel.f90 temperton_fft.f90 \ |
---|
[849] | 295 | time_integration.f90 time_to_string.f90 timestep.f90 \ |
---|
[1212] | 296 | timestep_scheme_steering.f90 transpose.f90 tridia_solver.f90 \ |
---|
| 297 | user_3d_data_averaging.f90 \ |
---|
[849] | 298 | user_actions.f90 user_additional_routines.f90 \ |
---|
[217] | 299 | user_check_data_output.f90 user_check_data_output_pr.f90 \ |
---|
| 300 | user_check_parameters.f90 user_data_output_2d.f90 \ |
---|
[828] | 301 | user_data_output_3d.f90 user_data_output_dvrp.f90 \ |
---|
| 302 | user_data_output_mask.f90 user_define_netcdf_grid.f90 \ |
---|
| 303 | user_dvrp_coltab.f90 user_header.f90 user_init.f90 \ |
---|
[1575] | 304 | user_init_3d_model.f90 user_init_grid.f90 user_init_land_surface.f90 \ |
---|
[1585] | 305 | user_init_plant_canopy.f90 user_init_radiation.f90 \ |
---|
| 306 | user_last_actions.f90 user_lpm_advec.f90 \ |
---|
[849] | 307 | user_lpm_init.f90 user_lpm_set_attributes.f90 user_module.f90 \ |
---|
| 308 | user_parin.f90 user_read_restart_data.f90 \ |
---|
[211] | 309 | user_spectra.f90 user_statistics.f90 wall_fluxes.f90 \ |
---|
[1336] | 310 | write_3d_binary.f90 write_var_list.f90 |
---|
[1] | 311 | |
---|
[1585] | 312 | |
---|
[1210] | 313 | OBJS=$(SOURCES:.f90=.o) |
---|
[1] | 314 | |
---|
| 315 | CC = cc |
---|
| 316 | CFLAGS = -O |
---|
| 317 | |
---|
| 318 | F90 = |
---|
| 319 | COPT = |
---|
| 320 | F90FLAGS = |
---|
| 321 | LDFLAGS = |
---|
| 322 | |
---|
[421] | 323 | #to_be_replaced_by_include |
---|
[1] | 324 | |
---|
[48] | 325 | .SUFFIXES: |
---|
| 326 | .SUFFIXES: .o .f90 |
---|
[1] | 327 | |
---|
[48] | 328 | |
---|
[1] | 329 | all: $(PROG) |
---|
| 330 | |
---|
| 331 | $(PROG): $(OBJS) |
---|
| 332 | $(F90) -o $(PROG) $(OBJS) $(LDFLAGS) |
---|
| 333 | |
---|
| 334 | clean: |
---|
| 335 | rm -f $(PROG) $(OBJS) *.mod *.i *.lst |
---|
| 336 | |
---|
| 337 | .f90.o: |
---|
| 338 | $(F90) $(F90FLAGS) $(COPT) -c $< |
---|
| 339 | |
---|
| 340 | |
---|
| 341 | |
---|
[1320] | 342 | advec_s_bc.o: modules.o cpulog.o mod_kinds.o |
---|
| 343 | advec_s_pw.o: modules.o mod_kinds.o |
---|
| 344 | advec_s_up.o: modules.o mod_kinds.o |
---|
| 345 | advec_u_pw.o: modules.o mod_kinds.o |
---|
| 346 | advec_u_up.o: modules.o mod_kinds.o |
---|
| 347 | advec_v_pw.o: modules.o mod_kinds.o |
---|
| 348 | advec_v_up.o: modules.o mod_kinds.o |
---|
| 349 | advec_ws.o: modules.o mod_kinds.o |
---|
| 350 | advec_w_pw.o: modules.o mod_kinds.o |
---|
| 351 | advec_w_up.o: modules.o mod_kinds.o |
---|
[1817] | 352 | average_3d_data.o: modules.o cpulog.o mod_kinds.o land_surface_model_mod.o\ |
---|
[1826] | 353 | radiation_model_mod.o |
---|
[1320] | 354 | boundary_conds.o: modules.o mod_kinds.o |
---|
| 355 | buoyancy.o: modules.o mod_kinds.o |
---|
[1365] | 356 | calc_mean_profile.o: modules.o mod_kinds.o |
---|
[1320] | 357 | calc_liquid_water_content.o: modules.o mod_kinds.o |
---|
| 358 | calc_radiation.o: modules.o mod_kinds.o |
---|
[1797] | 359 | check_for_restart.o: modules.o mod_kinds.o pmc_interface.o |
---|
[1783] | 360 | check_open.o: modules.o mod_kinds.o mod_particle_attributes.o netcdf_interface.o |
---|
[1817] | 361 | check_parameters.o: modules.o mod_kinds.o land_surface_model_mod.o \ |
---|
[1826] | 362 | netcdf_interface.o plant_canopy_model_mod.o pmc_interface.o radiation_model_mod.o \ |
---|
[1833] | 363 | spectra_mod.o subsidence.o |
---|
[1783] | 364 | close_file.o: modules.o mod_kinds.o netcdf_interface.o |
---|
[1320] | 365 | compute_vpt.o: modules.o mod_kinds.o |
---|
| 366 | coriolis.o: modules.o mod_kinds.o |
---|
| 367 | cpulog.o: modules.o mod_kinds.o |
---|
| 368 | cpu_statistics.o: modules.o mod_kinds.o |
---|
| 369 | cuda_fft_interfaces.o: cuda_fft_interfaces.f90 modules.o mod_kinds.o |
---|
| 370 | data_log.o: modules.o mod_kinds.o |
---|
| 371 | data_output_dvrp.o: modules.o cpulog.o mod_kinds.o |
---|
[1783] | 372 | data_output_mask.o: modules.o cpulog.o mod_kinds.o mod_particle_attributes.o \ |
---|
| 373 | netcdf_interface.o |
---|
| 374 | data_output_profiles.o: modules.o cpulog.o mod_kinds.o netcdf_interface.o |
---|
| 375 | data_output_ptseries.o: modules.o cpulog.o mod_kinds.o \ |
---|
| 376 | netcdf_interface.o mod_particle_attributes.o |
---|
[1786] | 377 | data_output_spectra.o: modules.o cpulog.o mod_kinds.o netcdf_interface.o \ |
---|
[1833] | 378 | spectra_mod.o |
---|
[1783] | 379 | data_output_tseries.o: modules.o cpulog.o mod_kinds.o netcdf_interface.o |
---|
[1551] | 380 | data_output_2d.o: modules.o cpulog.o mod_kinds.o mod_particle_attributes.o\ |
---|
[1826] | 381 | netcdf_interface.o land_surface_model_mod.o radiation_model_mod.o |
---|
[1551] | 382 | data_output_3d.o: modules.o cpulog.o mod_kinds.o mod_particle_attributes.o\ |
---|
[1817] | 383 | netcdf_interface.o land_surface_model_mod.o |
---|
[1320] | 384 | diffusion_e.o: modules.o mod_kinds.o |
---|
| 385 | diffusion_s.o: modules.o mod_kinds.o |
---|
| 386 | diffusion_u.o: modules.o mod_kinds.o wall_fluxes.o |
---|
| 387 | diffusion_v.o: modules.o mod_kinds.o wall_fluxes.o |
---|
| 388 | diffusion_w.o: modules.o mod_kinds.o wall_fluxes.o |
---|
| 389 | diffusivities.o: modules.o mod_kinds.o |
---|
[1551] | 390 | disturb_field.o: modules.o cpulog.o mod_kinds.o random_function.o\ |
---|
| 391 | random_generator_parallel.o |
---|
[1322] | 392 | disturb_heatflux.o: modules.o cpulog.o mod_kinds.o |
---|
[1320] | 393 | eqn_state_seawater.o: modules.o mod_kinds.o |
---|
| 394 | exchange_horiz.o: modules.o cpulog.o mod_kinds.o |
---|
| 395 | exchange_horiz_2d.o: modules.o cpulog.o mod_kinds.o |
---|
| 396 | fft_xy.o: cuda_fft_interfaces.o modules.o mod_kinds.o singleton.o temperton_fft.o |
---|
[1817] | 397 | flow_statistics.o: modules.o cpulog.o mod_kinds.o land_surface_model_mod.o\ |
---|
[1826] | 398 | netcdf_interface.o radiation_model_mod.o |
---|
[1320] | 399 | global_min_max.o: modules.o mod_kinds.o |
---|
[1817] | 400 | header.o: modules.o cpulog.o mod_kinds.o netcdf_interface.o land_surface_model_mod.o\ |
---|
[1833] | 401 | plant_canopy_model.o pmc_handle_communicator.o pmc_interface.o \ |
---|
| 402 | radiation_model_mod.o spectra_mod.o subsidence.o |
---|
[1320] | 403 | inflow_turbulence.o: modules.o cpulog.o mod_kinds.o |
---|
| 404 | init_1d_model.o: modules.o mod_kinds.o |
---|
[1817] | 405 | init_3d_model.o: modules.o mod_kinds.o advec_ws.o cpulog.o land_surface_model_mod.o \ |
---|
[1826] | 406 | lpm_init.o ls_forcing.o netcdf_interface.o plant_canopy_model_mod.o \ |
---|
| 407 | radiation_model_mod.o random_function.o random_generator_parallel.o \ |
---|
[1783] | 408 | surface_layer_fluxes.o |
---|
[1320] | 409 | init_advec.o: modules.o mod_kinds.o |
---|
| 410 | init_cloud_physics.o: modules.o mod_kinds.o |
---|
| 411 | init_coupling.o: modules.o mod_kinds.o |
---|
| 412 | init_dvrp.o: modules.o mod_kinds.o |
---|
| 413 | init_grid.o: modules.o mod_kinds.o |
---|
[1783] | 414 | init_masks.o: modules.o mod_kinds.o netcdf_interface.o |
---|
[1320] | 415 | init_ocean.o: modules.o eqn_state_seawater.o mod_kinds.o |
---|
[1833] | 416 | init_pegrid.o: modules.o mod_kinds.o spectra_mod.o |
---|
[1320] | 417 | init_pt_anomaly.o: modules.o mod_kinds.o |
---|
| 418 | init_rankine.o: modules.o mod_kinds.o |
---|
| 419 | init_slope.o: modules.o mod_kinds.o |
---|
| 420 | interaction_droplets_ptq.o: modules.o mod_kinds.o |
---|
[1826] | 421 | land_surface_model_mod.o: modules.o mod_kinds.o radiation_model_mod.o |
---|
[1764] | 422 | local_stop.o: modules.o mod_kinds.o pmc_interface.o |
---|
[1320] | 423 | local_tremain.o: modules.o cpulog.o mod_kinds.o |
---|
| 424 | local_tremain_ini.o: modules.o cpulog.o mod_kinds.o |
---|
[1822] | 425 | lpm.o: modules.o cpulog.o lpm_exchange_horiz.o lpm_init.o lpm_pack_arrays.o \ |
---|
| 426 | mod_kinds.o mod_particle_attributes.o |
---|
[1444] | 427 | lpm_advec.o: modules.o cpulog.o mod_kinds.o mod_particle_attributes.o |
---|
[1359] | 428 | lpm_boundary_conds.o: modules.o cpulog.o mod_kinds.o mod_particle_attributes.o |
---|
| 429 | lpm_calc_liquid_water_content.o: modules.o cpulog.o mod_kinds.o \ |
---|
| 430 | mod_particle_attributes.o |
---|
| 431 | lpm_collision_kernels.o: modules.o cpulog.o user_module.o mod_kinds.o \ |
---|
| 432 | mod_particle_attributes.o |
---|
| 433 | lpm_data_output_particles.o: modules.o cpulog.o mod_kinds.o \ |
---|
[1783] | 434 | mod_particle_attributes.o netcdf_interface.o |
---|
[1359] | 435 | lpm_droplet_collision.o: modules.o cpulog.o lpm_collision_kernels.o \ |
---|
| 436 | mod_kinds.o mod_particle_attributes.o |
---|
| 437 | lpm_droplet_condensation.o: modules.o cpulog.o lpm_collision_kernels.o \ |
---|
| 438 | mod_kinds.o mod_particle_attributes.o |
---|
| 439 | lpm_exchange_horiz.o: modules.o cpulog.o lpm_pack_arrays.o mod_kinds.o \ |
---|
[1783] | 440 | mod_particle_attributes.o netcdf_interface.o |
---|
[1359] | 441 | lpm_init.o: modules.o lpm_collision_kernels.o mod_kinds.o \ |
---|
[1783] | 442 | netcdf_interface.o random_function.o mod_particle_attributes.o \ |
---|
| 443 | lpm_exchange_horiz.o lpm_pack_arrays.o random_generator_parallel.o |
---|
[1359] | 444 | lpm_init_sgs_tke.o: modules.o mod_kinds.o mod_particle_attributes.o |
---|
[1363] | 445 | lpm_pack_arrays.o: modules.o cpulog.o mod_kinds.o mod_particle_attributes.o |
---|
[1359] | 446 | lpm_read_restart_file.o: modules.o mod_kinds.o mod_particle_attributes.o \ |
---|
| 447 | lpm_pack_arrays.o |
---|
| 448 | lpm_set_attributes.o: modules.o cpulog.o mod_kinds.o mod_particle_attributes.o |
---|
| 449 | lpm_write_exchange_statistics.o: modules.o mod_kinds.o mod_particle_attributes.o |
---|
| 450 | lpm_write_restart_file.o: modules.o mod_kinds.o mod_particle_attributes.o |
---|
[1320] | 451 | ls_forcing.o: modules.o cpulog.o mod_kinds.o |
---|
[1764] | 452 | message.o: modules.o mod_kinds.o pmc_interface.o |
---|
[1361] | 453 | microphysics.o: modules.o cpulog.o mod_kinds.o |
---|
[1320] | 454 | modules.o: modules.f90 mod_kinds.o |
---|
| 455 | mod_kinds.o: mod_kinds.f90 |
---|
[1359] | 456 | mod_particle_attributes.o: mod_particle_attributes.f90 mod_kinds.o |
---|
[1786] | 457 | netcdf_interface.o: netcdf_interface.f90 modules.o mod_kinds.o \ |
---|
[1833] | 458 | land_surface_model_mod.o spectra_mod.o |
---|
[1365] | 459 | nudging.o: modules.o cpulog.o mod_kinds.o |
---|
[1833] | 460 | <<<<<<< .mine |
---|
| 461 | package_parin.o: modules.o mod_kinds.o \ |
---|
| 462 | plant_canopy_model.o radiation_model.o |
---|
| 463 | ======= |
---|
[1826] | 464 | package_parin.o: modules.o mod_kinds.o spectrum.o |
---|
[1833] | 465 | >>>>>>> .r1832 |
---|
[1747] | 466 | palm.o: modules.o cpulog.o ls_forcing.o mod_kinds.o nudging.o\ |
---|
[1762] | 467 | pmc_interface.o surface_layer_fluxes.o |
---|
[1817] | 468 | parin.o: modules.o cpulog.o land_surface_model_mod.o mod_kinds.o netcdf_interface.o \ |
---|
[1833] | 469 | <<<<<<< .mine |
---|
| 470 | pmc_interface.o progress_bar.o spectra_mod.o |
---|
| 471 | plant_canopy_model.o: modules.o mod_kinds.o |
---|
| 472 | ======= |
---|
[1826] | 473 | plant_canopy_model_mod.o pmc_interface.o progress_bar.o radiation_model_mod.o |
---|
| 474 | plant_canopy_model_mod.o: modules.o mod_kinds.o |
---|
[1833] | 475 | >>>>>>> .r1832 |
---|
[1762] | 476 | pmc_interface.o: modules.o mod_kinds.o pmc_client.o pmc_general.o\ |
---|
| 477 | pmc_handle_communicator.o pmc_mpi_wrapper.o pmc_server.o |
---|
[1764] | 478 | pmc_client.o: mod_kinds.o pmc_general.o pmc_handle_communicator.o\ |
---|
| 479 | pmc_mpi_wrapper.o |
---|
| 480 | pmc_general.o: mod_kinds.o |
---|
| 481 | pmc_handle_communicator.o: modules.o mod_kinds.o pmc_general.o |
---|
[1762] | 482 | pmc_mpi_wrapper.o: pmc_handle_communicator.o |
---|
| 483 | pmc_server.o: pmc_general.o pmc_handle_communicator.o pmc_mpi_wrapper.o |
---|
[1320] | 484 | poisfft.o: modules.o cpulog.o fft_xy.o mod_kinds.o tridia_solver.o |
---|
| 485 | poismg.o: modules.o cpulog.o mod_kinds.o |
---|
[1575] | 486 | poismg_fast.o: modules.o cpulog.o mod_kinds.o |
---|
| 487 | pres.o: modules.o cpulog.o mod_kinds.o poisfft.o poismg_fast.o |
---|
[1320] | 488 | print_1d.o: modules.o cpulog.o mod_kinds.o |
---|
| 489 | production_e.o: modules.o mod_kinds.o wall_fluxes.o |
---|
[1517] | 490 | prognostic_equations.o: modules.o advec_s_pw.o advec_s_up.o advec_s_bc.o advec_u_pw.o \ |
---|
[1359] | 491 | advec_u_up.o advec_v_pw.o advec_v_up.o advec_w_pw.o advec_w_up.o \ |
---|
[1822] | 492 | advec_ws.o buoyancy.o calc_radiation.o coriolis.o \ |
---|
[1318] | 493 | cpulog.o diffusion_e.o diffusion_s.o diffusion_u.o diffusion_v.o diffusion_w.o \ |
---|
[1822] | 494 | eqn_state_seawater.o mod_kinds.o microphysics.o \ |
---|
[1826] | 495 | nudging.o plant_canopy_model_mod.o production_e.o radiation_model_mod.o \ |
---|
[1691] | 496 | subsidence.o user_actions.o |
---|
[1404] | 497 | progress_bar.o: modules.o mod_kinds.o |
---|
[1826] | 498 | radiation_model_mod.o : modules.o mod_particle_attributes.o |
---|
[1320] | 499 | random_function.o: mod_kinds.o |
---|
[1400] | 500 | random_gauss.o: mod_kinds.o random_function.o random_generator_parallel.o |
---|
| 501 | random_generator_parallel.o: mod_kinds.o |
---|
[1833] | 502 | <<<<<<< .mine |
---|
| 503 | read_3d_binary.o: modules.o cpulog.o mod_kinds.o land_surface_model_mod.o \ |
---|
| 504 | radiation_model.o random_function.o random_generator_parallel.o \ |
---|
| 505 | spectra_mod.o |
---|
| 506 | read_var_list.o: modules.o mod_kinds.o netcdf_interface.o plant_canopy_model.o \ |
---|
| 507 | spectra_mod.o |
---|
| 508 | ======= |
---|
[1817] | 509 | read_3d_binary.o: modules.o cpulog.o mod_kinds.o land_surface_model_mod.o\ |
---|
[1826] | 510 | radiation_model_mod.o random_function.o\ |
---|
[1551] | 511 | random_generator_parallel.o |
---|
[1826] | 512 | read_var_list.o: modules.o mod_kinds.o netcdf_interface.o plant_canopy_model_mod.o |
---|
[1833] | 513 | >>>>>>> .r1832 |
---|
[1320] | 514 | run_control.o: modules.o cpulog.o mod_kinds.o |
---|
| 515 | set_slicer_attributes_dvrp.o: modules.o mod_kinds.o |
---|
| 516 | singleton.o: mod_kinds.o singleton.f90 |
---|
| 517 | sor.o: modules.o mod_kinds.o |
---|
[1833] | 518 | spectra_mod.o: spectra_mod.f90 modules.o mod_kinds.o cpulog.o fft_xy.o |
---|
[1320] | 519 | subsidence.o: modules.o mod_kinds.o |
---|
[1817] | 520 | sum_up_3d_data.o: modules.o cpulog.o mod_kinds.o land_surface_model_mod.o\ |
---|
[1826] | 521 | radiation_model_mod.o |
---|
[1320] | 522 | surface_coupler.o: modules.o cpulog.o mod_kinds.o |
---|
[1817] | 523 | surface_layer_fluxes.o: modules.o mod_kinds.o land_surface_model_mod.o |
---|
| 524 | swap_timelevel.o: modules.o cpulog.o mod_kinds.o land_surface_model_mod.o\ |
---|
[1766] | 525 | pmc_interface.o |
---|
[1320] | 526 | temperton_fft.o: modules.o mod_kinds.o |
---|
[1365] | 527 | time_integration.o: modules.o advec_ws.o buoyancy.o calc_mean_profile.o \ |
---|
[1817] | 528 | cpulog.o interaction_droplets_ptq.o land_surface_model_mod.o \ |
---|
[1762] | 529 | ls_forcing.o mod_kinds.o nudging.o pmc_interface.o production_e.o \ |
---|
[1826] | 530 | prognostic_equations.o progress_bar.o radiation_model_mod.o \ |
---|
[1833] | 531 | spectra_mod.o user_actions.o surface_layer_fluxes.o |
---|
[1320] | 532 | time_to_string.o: mod_kinds.o |
---|
| 533 | timestep.o: modules.o cpulog.o mod_kinds.o |
---|
| 534 | timestep_scheme_steering.o: modules.o mod_kinds.o |
---|
| 535 | transpose.o: modules.o cpulog.o mod_kinds.o |
---|
| 536 | tridia_solver.o: modules.o mod_kinds.o |
---|
| 537 | user_3d_data_averaging.o: modules.o mod_kinds.o user_module.o |
---|
| 538 | user_actions.o: modules.o cpulog.o mod_kinds.o user_module.o |
---|
| 539 | user_additional_routines.o: modules.o mod_kinds.o user_module.o |
---|
| 540 | user_check_data_output.o: modules.o mod_kinds.o user_module.o |
---|
[1783] | 541 | user_check_data_output_pr.o: modules.o mod_kinds.o user_module.o \ |
---|
| 542 | netcdf_interface.o |
---|
[1320] | 543 | user_check_parameters.o: modules.o mod_kinds.o user_module.o |
---|
| 544 | user_data_output_2d.o: modules.o mod_kinds.o user_module.o |
---|
| 545 | user_data_output_3d.o: modules.o mod_kinds.o user_module.o |
---|
| 546 | user_data_output_mask.o: modules.o mod_kinds.o user_module.o |
---|
| 547 | user_data_output_dvrp.o: modules.o mod_kinds.o user_module.o |
---|
| 548 | user_define_netcdf_grid.o: modules.o mod_kinds.o user_module.o |
---|
| 549 | user_dvrp_coltab.o: modules.o mod_kinds.o user_module.o |
---|
| 550 | user_header.o: modules.o mod_kinds.o user_module.o |
---|
[1783] | 551 | user_init.o: modules.o mod_kinds.o netcdf_interface.o user_module.o |
---|
[1320] | 552 | user_init_3d_model.o: modules.o mod_kinds.o user_module.o |
---|
| 553 | user_init_grid.o: modules.o mod_kinds.o user_module.o |
---|
[1817] | 554 | user_init_land_surface.o: modules.o mod_kinds.o user_module.o land_surface_model_mod.o |
---|
[1826] | 555 | user_init_plant_canopy.o: modules.o mod_kinds.o user_module.o plant_canopy_model_mod.o |
---|
| 556 | user_init_radiation.o: modules.o mod_kinds.o user_module.o radiation_model_mod.o |
---|
[1320] | 557 | user_last_actions.o: modules.o mod_kinds.o user_module.o |
---|
| 558 | user_lpm_advec.o: modules.o mod_kinds.o user_module.o |
---|
| 559 | user_lpm_init.o: modules.o mod_kinds.o user_module.o |
---|
| 560 | user_lpm_set_attributes.o: modules.o mod_kinds.o user_module.o |
---|
| 561 | user_module.o: mod_kinds.o user_module.f90 |
---|
| 562 | user_parin.o: modules.o mod_kinds.o user_module.o |
---|
| 563 | user_read_restart_data.o: modules.o mod_kinds.o user_module.o |
---|
[1833] | 564 | user_spectra.o: modules.o mod_kinds.o spectra_mod.o user_module.o |
---|
[1783] | 565 | user_statistics.o: modules.o mod_kinds.o netcdf_interface.o user_module.o |
---|
[1320] | 566 | wall_fluxes.o: modules.o mod_kinds.o |
---|
[1833] | 567 | <<<<<<< .mine |
---|
| 568 | write_3d_binary.o: modules.o cpulog.o mod_kinds.o land_surface_model_mod.o \ |
---|
| 569 | radiation_model.o random_function.o random_generator_parallel.o \ |
---|
| 570 | spectra_mod.o |
---|
| 571 | write_var_list.o: modules.o mod_kinds.o netcdf_interface.o plant_canopy_model.o\ |
---|
| 572 | spectra_mod.o ======= |
---|
[1817] | 573 | write_3d_binary.o: modules.o cpulog.o mod_kinds.o land_surface_model_mod.o\ |
---|
[1826] | 574 | radiation_model_mod.o random_function.o\ |
---|
[1551] | 575 | random_generator_parallel.o |
---|
[1833] | 576 | write_var_list.o: modules.o mod_kinds.o netcdf_interface.o plant_canopy_model_mod.o >>>>>>> .r1832 |
---|