Changeset 4182 for palm/trunk/SOURCE/Makefile
- Timestamp:
- Aug 22, 2019 3:20:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r4174 r4182 25 25 # ----------------- 26 26 # $Id$ 27 # Corrected "Former revisions" section 28 # 29 # 4174 2019-08-20 12:41:13Z gronemeier 27 30 # bugfix: add missing dependencies for vdi_internal_controls 28 31 # … … 36 39 # 4167 2019-08-16 11:01:48Z suehring 37 40 # Remove no longer needed dependencies on surface_mod 38 #39 41 # 40 42 # 4127 2019-07-30 14:47:10Z suehring … … 82 84 # 3700 2019-01-26 17:03:42Z knoop 83 85 # Rename surface_output_mod into surface_data_output_mod 84 #85 # 3637 2018-12-20 01:51:36Z knoop86 # Implementation of the PALM module interface87 #88 # 3634 2018-12-18 12:31:28Z knoop89 # OpenACC port for SPEC90 #91 # 3579 2018-11-29 15:32:39Z suehring92 # Dependency for check_parameters on nesting_offl_mod added93 #94 # 3569 2018-11-27 17:03:40Z kanani95 # dom_dwd_user, Schrempf:96 # New dependencies for biometeorology_mod,97 # remove uv exposure model code, this is now part of biometeorology_mod.98 #99 # 3525 2018-11-14 16:06:14Z kanani100 # Changes related to clean-up of biometeorology (dom_dwd_user)101 #102 # 3522 2018-11-13 12:14:36Z suehring103 # Dependencies for virtual measurement module added104 #105 # 3494 2018-11-06 14:51:27Z suehring106 # Surface output revised107 #108 # 3474 2018-10-30 21:07:39Z kanani109 # Add virtual measurement module110 #111 # 3472 2018-10-30 20:43:50Z suehring112 # Add indoor model (kanani, srissman, tlang),113 # minor formatting114 #115 # 3467 2018-10-30 19:05:21Z suehring116 # Implementation of a new aerosol module salsa.117 #118 #119 # 3458 2018-10-30 14:51:23Z kanani120 # from chemistry branch r3443, banzhafs, Russo, forkel, basit:121 # radiation_model_mod added to chemistry_model_mod122 # Added some missing dependencies and replaced blanks with tabs123 # Added chemistry emission module124 # chemistry_model_mod added to flow_statistics125 #126 # 3448 2018-10-29 18:14:31Z kanani127 # Adjustment of biometeorology dependencies128 #129 # 3436 2018-10-26 18:35:15Z gronemeier130 # Add surface_mod to user_data_output_mask131 #132 # 3435 2018-10-26 18:25:44Z gronemeier133 # - Add surface_mod to data_output_mask134 # - Add chemistry_model_mod and surface_mod to init_masks135 #136 # 3421 2018-10-24 18:39:32Z gronemeier137 # Add netcdf_data_input_mod to netcdf_interface_mod138 # bugfix: add dependencies to chemistry_model_mod139 # Add module for surface data output140 #141 # 3381 2018-10-19 13:09:06Z raasch142 # dependencies for ocean_mod fixed143 #144 # 3355 2018-10-16 14:03:34Z knoop145 # Add module for offline nesting;146 # Add surface_mod to synthetic-turbulence generator;147 # Bugfix, missing dependency for turbulence generator in init_3d_model;148 # Some formatting ajdustments149 #150 # 3343 2018-10-15 10:38:52Z suehring151 # (from branch resler)152 # Add biometeorology153 #154 #155 # 3322 2018-10-09 10:02:39Z kanani156 # Formatting and cleanup157 #158 # 3298 2018-10-02 12:21:11Z kanani159 # Added missing dependencies and replaced blanks with tabs (forkel)160 # Added chemistry emission module (Russo)161 # Added chemistry_model_mod to flow_statistics (basit)162 #163 # 3294 2018-10-01 02:37:10Z raasch164 # changes related to modularization of the ocean mode,165 # bugfix: dependency to advec_ws was missed in chemistry_model_mod166 #167 # 3274 2018-09-24 15:42:55Z knoop168 # Added palm dependency of multi_agent_system_mod, because of mas_last_actions169 # call at the end of palm run170 #171 # 3167 2018-07-24 18:17:30Z suehring172 # Bugfix, add missing dependencies for multi-agent system173 #174 # 3159 2018-07-20 11:20:01Z sward175 # Added multi agent system176 #177 # 3130 2018-07-16 11:08:55Z gronemeier178 # add surface_layer_fluxes_mod to turbulence_closure_mod179 #180 # 3129 2018-07-16 07:45:13Z gronemeier181 # add turbulence_closure_mod to parin182 #183 # 2963 2018-04-12 14:47:44Z suehring184 # Introduce index for vegetation/wall, pavement/green-wall and water/window185 # surfaces, for clearer access of surface fraction, albedo, emissivity, etc. .186 #187 # 2955 2018-04-09 15:14:01Z suehring188 # Add log-points to measure CPU time of NetCDF data input.189 #190 # 2938 2018-03-27 15:52:42Z suehring191 # No initialization of child domains via dynamic input file, except for soil192 # moisture and temperature193 # Apply turbulence generator at non-cyclic lateral boundary in nesting case194 #195 # 2936 2018-03-27 14:49:27Z suehring196 # Added dependencies for parent and child synchronization197 #198 # 2921 2018-03-22 15:05:23Z Giersch199 # date_and_time_mod dependency has been added to read/write_restart_data_mod200 #201 # 2918 2018-03-21 15:52:14Z gronemeier202 # read/write_3d_binary and read/write_var_list has been removed,203 # read/write_restart_data_mod, wrd_write_string and204 # user_read/write_restart_data_mod has been added, dependencies with respect to205 # the aforementioned routines have been added/removed206 #207 # 2847 2018-03-02 21:45:58Z suehring208 # Changed format and enforced sorting209 #210 # 2817 2018-02-19 16:32:21Z knoop211 # Preliminary gust module interface implemented212 #213 # 2802 2018-02-14 16:21:39Z thiele214 # Changed lpm from subroutine to module.215 # Introduce particle transfer in nested models.216 #217 # 2773 2018-01-30 14:12:54Z suehring218 # Nesting of chemical species219 #220 # 2718 2018-01-02 08:49:38Z maronga221 # Corrected "Former revisions" section222 #223 # 2697 2017-12-14 17:57:20Z kanani224 # Bugfix, missing dependencies225 #226 # 2696 2017-12-14 17:12:51Z kanani227 # Change in file header (GPL part)228 # Implementation of uv exposure model (FK)229 # Bugfix, removed loop dependcy for vertical_nesting_mod and230 # turbulence_closure_mod, added depencies for vertical_nesting_mod (TG)231 # implemented turbulence_closure_mod (TG)232 # Additional dependencies for chemistry module (FK)233 # Additional dependencies for chemistry module (FK)234 # Implementation of chemistry module (FK)235 # For LSM, add dependency on calc_mean_profile (??)236 # poismg_noopt modularized and renamed into poismg_noopt_mod237 # add dependencies for netcdf_data_input_mod, calc_mean_profile,238 # radiation_module_mod, land_surface_model_mod (MS)239 #240 # 2608 2017-11-13 14:04:26Z schwenkel241 # Added diagnostic_quantities_mod242 #243 # 2600 2017-11-01 14:11:20Z raasch244 # comment line concerning bound checks removed245 #246 # 2599 2017-11-01 13:18:45Z hellstea247 # virtual_flight_mod, synthetic_turbulence_generator_mod and248 # wind_turbine_model_mod were added to read_var_list249 #250 # 2563 2017-10-19 15:36:10Z Giersch251 # wind_turbine_model_mod and synthetic_turbulence_generator_mod were added to252 # write_var_list and virtual_flight_mod was deleted from read_var_list253 #254 # 2544 2017-10-13 18:09:32Z maronga255 # Added date_and_time_mod256 #257 # 2371 2017-08-24 13:01:17Z kanani258 # Corrected dependencies for vertical_nesting_mod259 #260 # 2370 2017-08-23 06:11:43Z raasch261 # dependency bugfix for synthetic_turbulence_generator262 #263 # 2365 2017-08-21 14:59:59Z kanani264 # Added dependencies for vertical_nesting_mod265 #266 # 2339 2017-08-07 13:55:26Z gronemeier267 # corrected timestamp in header268 #269 # 2338 2017-08-07 12:15:38Z gronemeier270 # Modularize 1D model271 #272 # 2320 2017-07-21 12:47:43Z suehring273 # -ls_forcing nudging274 # +large_scale_forcing_nudging275 #276 # 2318 2017-07-20 17:27:44Z suehring277 # Add further dependencies on surface_mod278 #279 # 2317 2017-07-20 17:27:19Z suehring280 # Added time_integration_spinup281 #282 # 2269 2017-06-09 11:57:32Z suehring283 # Add dependency in read_3d_binary284 #285 # 2263 2017-06-08 14:59:01Z schwenkel286 # Implemented splitting and merging algorithm287 #288 # 2259 2017-06-08 09:09:11Z gronemeier289 # Implemented synthetic turbulence generator290 #291 # 2256 2017-06-07 13:58:08Z suehring292 # Remove ring dependency in init_pegrid293 #294 # 2238 2017-05-31 16:49:16Z suehring295 # Bugfix, further missing dependency on surface_mod296 #297 # 2237 2017-05-31 10:34:53Z suehring298 # Bugfix, add dependencies on surface_mod for surface_coupler,299 # plant_canopy_model_mod and ls_forcing_mod300 #301 # 2233 2017-05-30 18:08:54Z suehring302 #303 # 2232 2017-05-30 17:47:52Z suehring304 # +dependencies for surface_mod305 # -wall_fluxes306 #307 # 2130 2017-01-24 16:25:39Z raasch308 # dependency for timestep updated309 #310 # 2118 2017-01-17 16:38:49Z raasch311 # -cuda_fft_interfaces_mod312 #313 # 2050 2016-11-08 15:00:55Z gronemeier314 # Implement turbulent outflow method315 #316 # 2007 2016-08-24 15:47:17Z kanani317 # urban surface module added,318 # cleaned up some lines (compiler flags/options), which were accidentally319 # added in rev1938320 #321 # 1998 2016-08-20 18:45:34Z knoop322 # Bugfix: added netcdf_interface to dependency list for user_init_land_surface323 #324 # 1986 2016-08-10 14:07:17Z gronemeier325 # POSIX-calls module added326 #327 # 1972 2016-07-26 07:52:02Z maronga328 # Removed some dependencies due to further modularization of land surface model329 #330 # 1957 2016-07-07 10:43:48Z suehring331 # flight module added332 #333 # 1946 2016-06-15 11:38:13Z suehring334 # Bugfix dependency init_grid on advec_ws335 #336 # 1938 2016-06-13 15:26:05Z hellstea337 # Some dependency errors corrected338 #339 # 1934 2016-06-13 09:46:57Z hellstea340 # poismg renamed poismg_noopt, poismg_fast_mod renamed poismg_mod341 #342 # 1914 2016-05-26 14:44:07Z witha343 # Added wind_turbine_model_mod344 #345 # 1900 2016-05-04 15:27:53Z raasch346 # pmc_general renamed pmc_general_mod347 #348 # 1871 2016-04-15 11:46:09Z hoffmann349 # dependencies for package_parin corrected350 #351 # 1850 2016-04-08 13:29:27Z maronga352 # Adapted for modularization of microphysics353 # Several files renamed --> _mod354 # Bugfix for previous commit355 #356 # 1849 2016-04-08 11:33:18Z hoffmann357 # Adapted for modularization of microphysics358 #359 # 1837 2016-04-07 18:21:57Z raasch360 # further bug removed from r1835361 #362 # 1835 2016-04-07 16:31:50Z raasch363 # bugfix: merge comments removed364 #365 # 1833 2016-04-07 14:23:03Z raasch366 # spectrum renamed spectra_mod, depencies for spectra changed367 #368 # 1826 2016-04-07 12:01:39Z maronga369 # Renamed radiation_model to radiation_model_mod.370 # Renamed plant_canopy_model to plant_canopy_model_mod.371 #372 # 1822 2016-04-07 07:49:42Z hoffmann373 # Tails removed. lpm_release_set removed. calc_precipitation, impact_of_latent_heat374 # removed.375 #376 # 1817 2016-04-06 15:44:20Z maronga377 # Renamed land_surface_model to land_surface_model_mod.378 #379 # 1808 2016-04-05 19:44:00Z raasch380 # -local_flush, -local_getenv381 #382 # 1797 2016-03-21 16:50:28Z raasch383 # dependcy for check_for_restart updated384 #385 # 1791 2016-03-11 10:41:25Z raasch386 # dependencies of header changed387 #388 # 1786 2016-03-08 05:49:27Z raasch389 # rename calc_spectra to spectrum + modularization of spectrum390 #391 # 2016-03-06 18:36:17Z raasch392 # name change of netcdf routines and respective dependencies393 #394 # 1779 2016-03-03 08:01:28Z raasch395 # dependencies changed for init_peprid396 #397 # 1766 2016-02-29 08:37:15Z raasch398 # update dependency for swap_timelevel399 #400 # 1764 2016-02-28 12:45:19Z raasch401 # several updates of dependencies402 #403 # 1762 2016-02-25 12:31:13Z hellstea404 # +pmc_interface, +pmc routines405 #406 # 1747 2016-02-08 12:25:53Z raasch407 # dependencies for routine palm updated408 #409 # 1691 2015-10-26 16:17:44Z maronga410 # Replaced prandtl_fluxes with surface_layer_fluxes. Added radiation_model to411 # prognostic_equations412 #413 # 1585 2015-04-30 07:05:52Z maronga414 # Added user_init_radiation.f90415 #416 # 1575 2015-03-27 09:56:27Z raasch417 # +poismg_fast418 #419 # 1551 2015-03-03 14:18:16Z maronga420 # Bugfix: further adjustments for the land surface model and radiation model421 #422 # 1517 2015-01-07 19:12:25Z hoffmann423 # advec_s_bc added to prognostic_equations424 #425 # 1500 2014-12-03 17:42:41Z maronga426 # Bugfix: missing adjustments for land surface model and radiation model427 #428 # 1496 2014-12-02 17:25:50Z maronga429 # Added land surface model and radiation model files: land_surface_model,430 # radiation_model, user_init_land_surface431 #432 # 1484 2014-10-21 10:53:05Z kanani433 # plant_canopy_model-dependency added for check_parameters, header, init_3d_model,434 # package_parin, read_var_list, user_init_plant_canopy, write_var_list435 #436 # 1444 2014-08-02 20:10:32Z letzel437 # bugfix: cpulog added to lpm_advec438 #439 # 1404 2014-05-14 09:01:39Z keck440 # bugfix: dependencies added for progress_bar441 #442 # 1402 2014-05-09 14:25:13Z raasch443 # progress_bar added444 #445 # 1400 2014-05-09 14:03:54Z knoop446 # Added new module random_generator_parallel447 #448 # 1380 2014-04-28 12:40:45Z heinze449 # bugfix: mod_particle_attributes added to check_open450 # nudging added to time_integration451 #452 # 1374 2014-04-25 12:55:07Z raasch453 # bugfix: missing dependency added for check_open454 #455 # 1365 2014-04-22 15:03:56Z boeske456 # Added new module calc_mean_profile, previously in module buoyancy,457 # removed buoyancy dependency from nudging458 #459 # 1363 2014-04-17 12:28:49Z keck460 # bugfix: cpulog added to lpm_pack_arrays461 #462 # 1361 2014-04-16 15:17:48Z hoffmann463 # cpulog added to microphysics464 #465 # 1359 2014-04-11 17:15:14Z hoffmann466 # mod_particle_attributes added, lpm_sort_arrays removed,467 # lpm_extend_particle_array removed468 #469 # 1336 2014-03-25 15:07:20Z raasch470 # -write_compressed471 #472 # 2014-03-20 16:38:49Z raasch473 # cpulog-dependency added for disturb_heatflux474 #475 # 1320 2014-03-20 08:40:49Z raasch476 # +mod_kinds in dependency list477 #478 # 1318 2014-03-17 13:35:16Z raasch479 # +cpulog, dependencies for cpulog added480 # -cpu_log, cpu_statistics481 #482 # 1311 2014-03-14 12:13:39Z heinze483 # bugfix: buoyancy dependency added to nudging484 #485 # 1306 2014-03-13 14:30:59Z raasch486 # +mod_kinds487 #488 # 1241 2013-10-30 11:36:58Z heinze489 # +nudging, ls_forcing490 #491 # 1212 2013-08-15 08:46:27Z raasch492 # +tridia_solver, -poisfft_hybrid493 #494 # 1210 2013-08-14 10:58:20Z raasch495 # object file list replaced by one line statement496 #497 # 1128 2013-04-12 06:19:32Z raasch498 # dependencies for time_integration modified499 #500 # 1111 2013-03-08 23:54:10Z raasch501 # dependencies removed from init_pegrid502 # bugfix: dependency added for cuda_fft_interfaces503 #504 # 1106 2013-03-04 05:31:38Z raasch505 # +cuda_fft_interfaces506 #507 # 1053 2012-11-13 17:11:03Z hoffmann508 # +microphysics for two-moment cloud physics509 #510 # 1036 2012-10-22 13:43:42Z raasch511 # code put under GPL (PALM 3.9)512 #513 # 1001 2012-09-13 14:08:46Z raasch514 # -asselin_filter, advec_s|u|v|w_ups, spline_x|y|z515 #516 # 872 2012-03-29 15:57:54Z franke517 # lpm depends on modules518 #519 # 849 2012-03-15 10:35:09Z raasch520 # +lpm_advec, lpm_data_output_particles, lpm_droplet_collision,521 # lpm_droplet_condensation,522 # lpm_exchange_horiz, lpm_extend_particle_array, lpm_extend_tails,523 # lpm_extend_tail_array, lpm_init_sgs_tke, lpm_pack_arrays,524 # lpm_read_restart_file, lpm_release_set, lpm_sort_arrays,525 # lpm_write_exchange_statistics, lpm_write_restart_file526 # advec_particles renamed lpm,527 # init_particles renamed lpm_init,528 # user_advec_particles renamed user_lpm_advec,529 # particle_boundary_conds renamed lpm_boundary_conds,530 # set_particle_attributes renamed lpm_set_attributes531 # user_init_particles renamed user_lpm_init,532 # user_particle_attributes renamed user_lpm_set_attributes533 #534 # 828 2012-02-21 12:00:36Z raasch535 # init_particles depends on lpm_collision_kernels536 #537 # 825 2012-02-19 03:03:44Z raasch538 # wang_kernel renamed lpm_collision_kernels539 #540 # 790 2011-11-29 03:11:20Z raasch541 # +wang_kernel542 #543 # 667 2010-12-23 12:06:00Z suehring/gryschka544 # +advec_ws545 #546 # 421 2010-01-25 15:50:10Z raasch547 # comment line for simple install method added, which will be replaced548 # by an include command for preprocessor and compiler options when the simple549 # install process is used instead of mbuild/mrun,550 # +set_particle_attributes551 # +subsidence552 #553 # 410 2009-12-04 17:05:40Z letzel554 # +data_output_mask, init_masks, user_data_output_mask555 #556 # 217 2008-12-09 18:00:48Z letzel557 # former file user_interface split into one file per subroutine558 # +init_coupling, message559 #560 # 151 2008-03-07 13:42:18Z raasch561 # +plant_canopy_model, inflow_turbulence562 # +surface_coupler563 #564 # 96 2007-06-04 08:07:41Z raasch565 # +eqn_state_seawater, init_ocean566 #567 # 82 2007-04-16 15:40:52Z raasch568 # +local_flush569 #570 # 58 2007-03-09 14:27:38Z raasch571 # default suffixes removed from the suffix list to avoid calling of m2c in572 # case of .mod files573 # +wall_fluxes, +particle_boundary_conds574 #575 # RCS Log replace by Id keyword, revision history cleaned up576 #577 # Revision 1.13 2006/08/04 14:45:31 raasch578 # +data_output_ptseries579 86 # 580 87 # Revision 1.1 2002/06/11 13:42:20 raasch
Note: See TracChangeset
for help on using the changeset viewer.