Changeset 3744 for palm/trunk/SOURCE/Makefile
- Timestamp:
- Feb 15, 2019 6:38:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r3737 r3744 20 20 # Current revisions: 21 21 # ------------------ 22 # 22 # Add Netcdf data output for indoor model 23 # Remove some dependencies 23 24 # 24 25 # Former revisions: … … 33 34 # 3700 2019-01-26 17:03:42Z knoop 34 35 # Rename surface_output_mod into surface_data_output_mod 35 # 36 # 36 37 # 3637 2018-12-20 01:51:36Z knoop 37 38 # Implementation of the PALM module interface 38 # 39 # 39 40 # 3634 2018-12-18 12:31:28Z knoop 40 41 # OpenACC port for SPEC 41 # 42 # 42 43 # 3579 2018-11-29 15:32:39Z suehring 43 44 # Dependency for check_parameters on nesting_offl_mod added 44 # 45 # 45 46 # 3569 2018-11-27 17:03:40Z kanani 46 47 # dom_dwd_user, Schrempf: … … 50 51 # 3525 2018-11-14 16:06:14Z kanani 51 52 # Changes related to clean-up of biometeorology (dom_dwd_user) 52 # 53 # 53 54 # 3522 2018-11-13 12:14:36Z suehring 54 55 # Dependencies for virtual measurement module added 55 # 56 # 56 57 # 3494 2018-11-06 14:51:27Z suehring 57 58 # Surface output revised 58 # 59 # 59 60 # 3474 2018-10-30 21:07:39Z kanani 60 61 # Add virtual measurement module 61 # 62 # 62 63 # 3472 2018-10-30 20:43:50Z suehring 63 64 # Add indoor model (kanani, srissman, tlang), 64 65 # minor formatting 65 # 66 # 66 67 # 3467 2018-10-30 19:05:21Z suehring 67 68 # Implementation of a new aerosol module salsa. 68 # 69 # 69 # 70 # 70 71 # 3458 2018-10-30 14:51:23Z kanani 71 72 # from chemistry branch r3443, banzhafs, Russo, forkel, basit: … … 74 75 # Added chemistry emission module 75 76 # chemistry_model_mod added to flow_statistics 76 # 77 # 77 78 # 3448 2018-10-29 18:14:31Z kanani 78 79 # Adjustment of biometeorology dependencies 79 # 80 # 80 81 # 3436 2018-10-26 18:35:15Z gronemeier 81 82 # Add surface_mod to user_data_output_mask 82 # 83 # 83 84 # 3435 2018-10-26 18:25:44Z gronemeier 84 85 # - Add surface_mod to data_output_mask 85 86 # - Add chemistry_model_mod and surface_mod to init_masks 86 # 87 # 87 88 # 3421 2018-10-24 18:39:32Z gronemeier 88 89 # Add netcdf_data_input_mod to netcdf_interface_mod 89 90 # bugfix: add dependencies to chemistry_model_mod 90 91 # Add module for surface data output 91 # 92 # 92 93 # 3381 2018-10-19 13:09:06Z raasch 93 94 # dependencies for ocean_mod fixed 94 # 95 # 95 96 # 3355 2018-10-16 14:03:34Z knoop 96 97 # Add module for offline nesting; … … 98 99 # Bugfix, missing dependency for turbulence generator in init_3d_model; 99 100 # Some formatting ajdustments 100 # 101 # 101 102 # 3343 2018-10-15 10:38:52Z suehring 102 103 # (from branch resler) 103 104 # Add biometeorology 104 # 105 # 105 # 106 # 106 107 # 3322 2018-10-09 10:02:39Z kanani 107 108 # Formatting and cleanup 108 # 109 # 109 110 # 3298 2018-10-02 12:21:11Z kanani 110 111 # Added missing dependencies and replaced blanks with tabs (forkel) … … 115 116 # changes related to modularization of the ocean mode, 116 117 # bugfix: dependency to advec_ws was missed in chemistry_model_mod 117 # 118 # 118 119 # 3274 2018-09-24 15:42:55Z knoop 119 120 # Added palm dependency of multi_agent_system_mod, because of mas_last_actions 120 121 # call at the end of palm run 121 # 122 # 122 123 # 3167 2018-07-24 18:17:30Z suehring 123 124 # Bugfix, add missing dependencies for multi-agent system 124 # 125 # 125 126 # 3159 2018-07-20 11:20:01Z sward 126 127 # Added multi agent system 127 # 128 # 128 129 # 3130 2018-07-16 11:08:55Z gronemeier 129 130 # add surface_layer_fluxes_mod to turbulence_closure_mod 130 # 131 # 131 132 # 3129 2018-07-16 07:45:13Z gronemeier 132 133 # add turbulence_closure_mod to parin 133 # 134 # 134 135 # 2963 2018-04-12 14:47:44Z suehring 135 # Introduce index for vegetation/wall, pavement/green-wall and water/window 136 # Introduce index for vegetation/wall, pavement/green-wall and water/window 136 137 # surfaces, for clearer access of surface fraction, albedo, emissivity, etc. . 137 # 138 # 138 139 # 2955 2018-04-09 15:14:01Z suehring 139 140 # Add log-points to measure CPU time of NetCDF data input. 140 # 141 # 141 142 # 2938 2018-03-27 15:52:42Z suehring 142 143 # No initialization of child domains via dynamic input file, except for soil 143 144 # moisture and temperature 144 145 # Apply turbulence generator at non-cyclic lateral boundary in nesting case 145 # 146 # 146 147 # 2936 2018-03-27 14:49:27Z suehring 147 148 # Added dependencies for parent and child synchronization 148 # 149 # 149 150 # 2921 2018-03-22 15:05:23Z Giersch 150 151 # date_and_time_mod dependency has been added to read/write_restart_data_mod 151 # 152 # 152 153 # 2918 2018-03-21 15:52:14Z gronemeier 153 # read/write_3d_binary and read/write_var_list has been removed, 154 # read/write_3d_binary and read/write_var_list has been removed, 154 155 # read/write_restart_data_mod, wrd_write_string and 155 # user_read/write_restart_data_mod has been added, dependencies with respect to 156 # user_read/write_restart_data_mod has been added, dependencies with respect to 156 157 # the aforementioned routines have been added/removed 157 158 # 158 159 # 2847 2018-03-02 21:45:58Z suehring 159 160 # Changed format and enforced sorting 160 # 161 # 161 162 # 2817 2018-02-19 16:32:21Z knoop 162 163 # Preliminary gust module interface implemented 163 # 164 # 164 165 # 2802 2018-02-14 16:21:39Z thiele 165 166 # Changed lpm from subroutine to module. 166 167 # Introduce particle transfer in nested models. 167 # 168 # 168 169 # 2773 2018-01-30 14:12:54Z suehring 169 170 # Nesting of chemical species 170 # 171 # 171 172 # 2718 2018-01-02 08:49:38Z maronga 172 173 # Corrected "Former revisions" section 173 # 174 # 174 175 # 2697 2017-12-14 17:57:20Z kanani 175 176 # Bugfix, missing dependencies 176 # 177 # 177 178 # 2696 2017-12-14 17:12:51Z kanani 178 179 # Change in file header (GPL part) 179 180 # Implementation of uv exposure model (FK) 180 # Bugfix, removed loop dependcy for vertical_nesting_mod and 181 # Bugfix, removed loop dependcy for vertical_nesting_mod and 181 182 # turbulence_closure_mod, added depencies for vertical_nesting_mod (TG) 182 183 # implemented turbulence_closure_mod (TG) … … 186 187 # For LSM, add dependency on calc_mean_profile (??) 187 188 # poismg_noopt modularized and renamed into poismg_noopt_mod 188 # add dependencies for netcdf_data_input_mod, calc_mean_profile, 189 # add dependencies for netcdf_data_input_mod, calc_mean_profile, 189 190 # radiation_module_mod, land_surface_model_mod (MS) 190 # 191 # 191 192 # 2608 2017-11-13 14:04:26Z schwenkel 192 # Added diagnostic_quantities_mod 193 # 193 # Added diagnostic_quantities_mod 194 # 194 195 # 2600 2017-11-01 14:11:20Z raasch 195 196 # comment line concerning bound checks removed 196 # 197 # 197 198 # 2599 2017-11-01 13:18:45Z hellstea 198 199 # virtual_flight_mod, synthetic_turbulence_generator_mod and … … 201 202 # 2563 2017-10-19 15:36:10Z Giersch 202 203 # wind_turbine_model_mod and synthetic_turbulence_generator_mod were added to 203 # write_var_list and virtual_flight_mod was deleted from read_var_list 204 # write_var_list and virtual_flight_mod was deleted from read_var_list 204 205 # 205 206 # 2544 2017-10-13 18:09:32Z maronga 206 # Added date_and_time_mod 207 # 207 # Added date_and_time_mod 208 # 208 209 # 2371 2017-08-24 13:01:17Z kanani 209 210 # Corrected dependencies for vertical_nesting_mod 210 # 211 # 211 212 # 2370 2017-08-23 06:11:43Z raasch 212 213 # dependency bugfix for synthetic_turbulence_generator 213 # 214 # 214 215 # 2365 2017-08-21 14:59:59Z kanani 215 216 # Added dependencies for vertical_nesting_mod 216 # 217 # 217 218 # 2339 2017-08-07 13:55:26Z gronemeier 218 219 # corrected timestamp in header 219 # 220 # 220 221 # 2338 2017-08-07 12:15:38Z gronemeier 221 222 # Modularize 1D model 222 # 223 # 223 224 # 2320 2017-07-21 12:47:43Z suehring 224 225 # -ls_forcing nudging 225 226 # +large_scale_forcing_nudging 226 # 227 # 227 228 # 2318 2017-07-20 17:27:44Z suehring 228 229 # Add further dependencies on surface_mod 229 # 230 # 230 231 # 2317 2017-07-20 17:27:19Z suehring 231 232 # Added time_integration_spinup 232 # 233 # 233 234 # 2269 2017-06-09 11:57:32Z suehring 234 235 # Add dependency in read_3d_binary 235 # 236 # 236 237 # 2263 2017-06-08 14:59:01Z schwenkel 237 238 # Implemented splitting and merging algorithm 238 # 239 # 239 240 # 2259 2017-06-08 09:09:11Z gronemeier 240 241 # Implemented synthetic turbulence generator … … 242 243 # 2256 2017-06-07 13:58:08Z suehring 243 244 # Remove ring dependency in init_pegrid 244 # 245 # 245 246 # 2238 2017-05-31 16:49:16Z suehring 246 247 # Bugfix, further missing dependency on surface_mod 247 # 248 # 248 249 # 2237 2017-05-31 10:34:53Z suehring 249 # Bugfix, add dependencies on surface_mod for surface_coupler, 250 # plant_canopy_model_mod and ls_forcing_mod 251 # 250 # Bugfix, add dependencies on surface_mod for surface_coupler, 251 # plant_canopy_model_mod and ls_forcing_mod 252 # 252 253 # 2233 2017-05-30 18:08:54Z suehring 253 254 # … … 255 256 # +dependencies for surface_mod 256 257 # -wall_fluxes 257 # 258 # 258 259 # 2130 2017-01-24 16:25:39Z raasch 259 260 # dependency for timestep updated … … 261 262 # 2118 2017-01-17 16:38:49Z raasch 262 263 # -cuda_fft_interfaces_mod 263 # 264 # 264 265 # 2050 2016-11-08 15:00:55Z gronemeier 265 266 # Implement turbulent outflow method 266 # 267 # 267 268 # 2007 2016-08-24 15:47:17Z kanani 268 269 # urban surface module added, 269 270 # cleaned up some lines (compiler flags/options), which were accidentally 270 271 # added in rev1938 271 # 272 # 272 273 # 1998 2016-08-20 18:45:34Z knoop 273 274 # Bugfix: added netcdf_interface to dependency list for user_init_land_surface … … 275 276 # 1986 2016-08-10 14:07:17Z gronemeier 276 277 # POSIX-calls module added 277 # 278 # 278 279 # 1972 2016-07-26 07:52:02Z maronga 279 280 # Removed some dependencies due to further modularization of land surface model 280 # 281 # 281 282 # 1957 2016-07-07 10:43:48Z suehring 282 283 # flight module added … … 286 287 # 287 288 # 1938 2016-06-13 15:26:05Z hellstea 288 # Some dependency errors corrected 289 # 289 # Some dependency errors corrected 290 # 290 291 # 1934 2016-06-13 09:46:57Z hellstea 291 292 # poismg renamed poismg_noopt, poismg_fast_mod renamed poismg_mod 292 # 293 # 293 294 # 1914 2016-05-26 14:44:07Z witha 294 295 # Added wind_turbine_model_mod … … 301 302 # 302 303 # 1850 2016-04-08 13:29:27Z maronga 303 # Adapted for modularization of microphysics 304 # Adapted for modularization of microphysics 304 305 # Several files renamed --> _mod 305 306 # Bugfix for previous commit … … 316 317 # 1833 2016-04-07 14:23:03Z raasch 317 318 # spectrum renamed spectra_mod, depencies for spectra changed 318 # 319 # 319 320 # 1826 2016-04-07 12:01:39Z maronga 320 321 # Renamed radiation_model to radiation_model_mod. 321 322 # Renamed plant_canopy_model to plant_canopy_model_mod. 322 # 323 # 323 324 # 1822 2016-04-07 07:49:42Z hoffmann 324 325 # Tails removed. lpm_release_set removed. calc_precipitation, impact_of_latent_heat 325 # removed. 326 # removed. 326 327 # 327 328 # 1817 2016-04-06 15:44:20Z maronga 328 329 # Renamed land_surface_model to land_surface_model_mod. 329 # 330 # 330 331 # 1808 2016-04-05 19:44:00Z raasch 331 332 # -local_flush, -local_getenv … … 353 354 # 354 355 # 1762 2016-02-25 12:31:13Z hellstea 355 # +pmc_interface, +pmc routines 356 # +pmc_interface, +pmc routines 356 357 # 357 358 # 1747 2016-02-08 12:25:53Z raasch … … 359 360 # 360 361 # 1691 2015-10-26 16:17:44Z maronga 361 # Replaced prandtl_fluxes with surface_layer_fluxes. Added radiation_model to 362 # Replaced prandtl_fluxes with surface_layer_fluxes. Added radiation_model to 362 363 # prognostic_equations 363 # 364 # 364 365 # 1585 2015-04-30 07:05:52Z maronga 365 366 # Added user_init_radiation.f90 366 # 367 # 367 368 # 1575 2015-03-27 09:56:27Z raasch 368 369 # +poismg_fast … … 370 371 # 1551 2015-03-03 14:18:16Z maronga 371 372 # Bugfix: further adjustments for the land surface model and radiation model 372 # 373 # 373 374 # 1517 2015-01-07 19:12:25Z hoffmann 374 375 # advec_s_bc added to prognostic_equations … … 376 377 # 1500 2014-12-03 17:42:41Z maronga 377 378 # Bugfix: missing adjustments for land surface model and radiation model 378 # 379 # 379 380 # 1496 2014-12-02 17:25:50Z maronga 380 # Added land surface model and radiation model files: land_surface_model, 381 # Added land surface model and radiation model files: land_surface_model, 381 382 # radiation_model, user_init_land_surface 382 # 383 # 383 384 # 1484 2014-10-21 10:53:05Z kanani 384 385 # plant_canopy_model-dependency added for check_parameters, header, init_3d_model, 385 386 # package_parin, read_var_list, user_init_plant_canopy, write_var_list 386 # 387 # 387 388 # 1444 2014-08-02 20:10:32Z letzel 388 389 # bugfix: cpulog added to lpm_advec 389 # 390 # 390 391 # 1404 2014-05-14 09:01:39Z keck 391 392 # bugfix: dependencies added for progress_bar … … 393 394 # 1402 2014-05-09 14:25:13Z raasch 394 395 # progress_bar added 395 # 396 # 396 397 # 1400 2014-05-09 14:03:54Z knoop 397 398 # Added new module random_generator_parallel 398 # 399 # 399 400 # 1380 2014-04-28 12:40:45Z heinze 400 401 # bugfix: mod_particle_attributes added to check_open 401 # nudging added to time_integration 402 # nudging added to time_integration 402 403 # 403 404 # 1374 2014-04-25 12:55:07Z raasch … … 407 408 # Added new module calc_mean_profile, previously in module buoyancy, 408 409 # removed buoyancy dependency from nudging 409 # 410 # 410 411 # 1363 2014-04-17 12:28:49Z keck 411 412 # bugfix: cpulog added to lpm_pack_arrays … … 413 414 # 1361 2014-04-16 15:17:48Z hoffmann 414 415 # cpulog added to microphysics 415 # 416 # 416 417 # 1359 2014-04-11 17:15:14Z hoffmann 417 # mod_particle_attributes added, lpm_sort_arrays removed, 418 # mod_particle_attributes added, lpm_sort_arrays removed, 418 419 # lpm_extend_particle_array removed 419 420 # … … 722 723 723 724 CC = cc 724 CFLAGS = -O 725 CFLAGS = -O 725 726 726 727 F90 = … … 1349 1350 chemistry_model_mod.o \ 1350 1351 gust_mod.o \ 1352 indoor_model_mod.o \ 1351 1353 land_surface_model_mod.o \ 1352 1354 mod_kinds.o \ … … 1750 1752 modules.o \ 1751 1753 netcdf_data_input_mod.o \ 1752 plant_canopy_model_mod.o \1753 1754 radiation_model_mod.o \ 1754 1755 surface_mod.o
Note: See TracChangeset
for help on using the changeset viewer.