source: palm/trunk/SOURCE/Makefile @ 3864

Last change on this file since 3864 was 3864, checked in by monakurppa, 5 years ago

major changes in salsa: data input, format and performance

  • Time-dependent emissions enabled: lod=1 for yearly PM emissions that are normalised depending on the time, and lod=2 for preprocessed emissions (similar to the chemistry module).
  • Additionally, 'uniform' emissions allowed. This emission is set constant on all horisontal upward facing surfaces and it is created based on parameters surface_aerosol_flux, aerosol_flux_dpg/sigmag/mass_fracs_a/mass_fracs_b.
  • All emissions are now implemented as surface fluxes! No 3D sources anymore.
  • Update the emission information by calling salsa_emission_update if skip_time_do_salsa >= time_since_reference_point and next_aero_emission_update <= time_since_reference_point
  • Aerosol background concentrations read from PIDS_DYNAMIC. The vertical grid must match the one applied in the model.
  • Gas emissions and background concentrations can be also read in in salsa_mod if the chemistry module is not applied.
  • In deposition, information on the land use type can be now imported from the land use model
  • Use SI units in PARIN, i.e. n_lognorm given in #/m3 and dpg in metres.
  • Apply 100 character line limit
  • Change all variable names from capital to lowercase letter
  • Change real exponents to integer if possible. If not, precalculate the value of exponent
  • Rename in1a to start_subrange_1a, fn2a to end_subrange_1a etc.
  • Rename nbins --> nbins_aerosol, ncc_tot --> ncomponents_mass and ngast --> ngases_salsa
  • Rename ibc to index_bc, idu to index_du etc.
  • Renamed loop indices b, c and sg to ib, ic and ig
  • run_salsa subroutine removed
  • Corrected a bud in salsa_driver: falsely applied ino instead of inh
  • Call salsa_tendency within salsa_prognostic_equations which is called in module_interface_mod instead of prognostic_equations_mod
  • Removed tailing white spaces and unused variables
  • Change error message to start by PA instead of SA
  • Property svn:keywords set to Id
  • Property svn:mergeinfo set to False
    /palm/branches/chemistry/SOURCE/Makefile2047-3190,​3218-3297
    /palm/branches/forwind/SOURCE/Makefile1564-1913
    /palm/branches/mosaik_M2/Makefile2360-3471
    /palm/branches/palm4u/SOURCE/Makefile2540-2692
    /palm/branches/rans/SOURCE/Makefile2078-3128
    /palm/branches/resler/SOURCE/Makefile2023-3336
    /palm/branches/salsa/SOURCE/Makefile2503-3460
File size: 42.9 KB
RevLine 
[1036]1#--------------------------------------------------------------------------------#
[2696]2# This file is part of the PALM model system.
[1036]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#
[2718]15# Copyright 1997-2018  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# ------------------
[1381]22#
[3745]23#
[850]24# Former revisions:
25# -----------------
26# $Id: Makefile 3864 2019-04-05 09:01:56Z monakurppa $
[3745]27# Add Netcdf data output for indoor model
28# Remove some dependencies
29#
30# 3744 2019-02-15 18:38:58Z suehring
[3737]31# Enable mesoscale offline nesting for chemistry variables as well as
32# initialization of chemistry via dynamic input file.
33#
34# 3727 2019-02-08 14:52:10Z gronemeier
[3727]35# surface_data_output_mod depends on netcdf_interface_mod
36#
37# 3700 2019-01-26 17:03:42Z knoop
[3648]38# Rename surface_output_mod into surface_data_output_mod
[3744]39#
[3648]40# 3637 2018-12-20 01:51:36Z knoop
[3637]41# Implementation of the PALM module interface
[3744]42#
[3637]43# 3634 2018-12-18 12:31:28Z knoop
[3634]44# OpenACC port for SPEC
[3744]45#
[3634]46# 3579 2018-11-29 15:32:39Z suehring
[3579]47# Dependency for check_parameters on nesting_offl_mod added
[3744]48#
[3579]49# 3569 2018-11-27 17:03:40Z kanani
[3569]50# dom_dwd_user, Schrempf:
51# New dependencies for biometeorology_mod,
52# remove uv exposure model code, this is now part of biometeorology_mod.
53#
54# 3525 2018-11-14 16:06:14Z kanani
[3525]55# Changes related to clean-up of biometeorology (dom_dwd_user)
[3744]56#
[3525]57# 3522 2018-11-13 12:14:36Z suehring
[3522]58# Dependencies for virtual measurement module added
[3744]59#
[3522]60# 3494 2018-11-06 14:51:27Z suehring
[3494]61# Surface output revised
[3744]62#
[3494]63# 3474 2018-10-30 21:07:39Z kanani
[3473]64# Add virtual measurement module
[3744]65#
[3473]66# 3472 2018-10-30 20:43:50Z suehring
[3469]67# Add indoor model (kanani, srissman, tlang),
68# minor formatting
[3744]69#
[3469]70# 3467 2018-10-30 19:05:21Z suehring
[3467]71# Implementation of a new aerosol module salsa.
[3744]72#
73#
[3467]74# 3458 2018-10-30 14:51:23Z kanani
[3458]75# from chemistry branch r3443, banzhafs, Russo, forkel, basit:
76# radiation_model_mod added to chemistry_model_mod
77# Added some missing dependencies and replaced blanks with tabs
78# Added chemistry emission module
79# chemistry_model_mod added to flow_statistics
[3744]80#
[3458]81# 3448 2018-10-29 18:14:31Z kanani
[3448]82# Adjustment of biometeorology dependencies
[3744]83#
[3448]84# 3436 2018-10-26 18:35:15Z gronemeier
[3436]85# Add surface_mod to user_data_output_mask
[3744]86#
[3436]87# 3435 2018-10-26 18:25:44Z gronemeier
[3435]88# - Add surface_mod to data_output_mask
89# - Add chemistry_model_mod and surface_mod to init_masks
[3744]90#
[3435]91# 3421 2018-10-24 18:39:32Z gronemeier
[3421]92# Add netcdf_data_input_mod to netcdf_interface_mod
93# bugfix: add dependencies to chemistry_model_mod
94# Add module for surface data output
[3744]95#
[3421]96# 3381 2018-10-19 13:09:06Z raasch
[3381]97# dependencies for ocean_mod fixed
[3744]98#
[3381]99# 3355 2018-10-16 14:03:34Z knoop
[3347]100# Add module for offline nesting;
101# Add surface_mod to synthetic-turbulence generator;
102# Bugfix, missing dependency for turbulence generator in init_3d_model;
103# Some formatting ajdustments
[3744]104#
[3347]105# 3343 2018-10-15 10:38:52Z suehring
[3337]106# (from branch resler)
107# Add biometeorology
[3744]108#
109#
[3337]110# 3322 2018-10-09 10:02:39Z kanani
[3322]111# Formatting and cleanup
[3744]112#
[3322]113# 3298 2018-10-02 12:21:11Z kanani
[3298]114# Added missing dependencies and replaced blanks with tabs (forkel)
115# Added chemistry emission module (Russo)
116# Added chemistry_model_mod to flow_statistics (basit)
117#
118# 3294 2018-10-01 02:37:10Z raasch
[3294]119# changes related to modularization of the ocean mode,
120# bugfix: dependency to advec_ws was missed in chemistry_model_mod
[3744]121#
[3294]122# 3274 2018-09-24 15:42:55Z knoop
[3235]123# Added palm dependency of multi_agent_system_mod, because of mas_last_actions
124# call at the end of palm run
[3744]125#
[3235]126# 3167 2018-07-24 18:17:30Z suehring
[3167]127# Bugfix, add missing dependencies for multi-agent system
[3744]128#
[3167]129# 3159 2018-07-20 11:20:01Z sward
[3159]130# Added multi agent system
[3744]131#
[3159]132# 3130 2018-07-16 11:08:55Z gronemeier
[3130]133# add surface_layer_fluxes_mod to turbulence_closure_mod
[3744]134#
[3130]135# 3129 2018-07-16 07:45:13Z gronemeier
[3083]136# add turbulence_closure_mod to parin
[3744]137#
[3083]138# 2963 2018-04-12 14:47:44Z suehring
[3744]139# Introduce index for vegetation/wall, pavement/green-wall and water/window
[2963]140# surfaces, for clearer access of surface fraction, albedo, emissivity, etc. .
[3744]141#
[2963]142# 2955 2018-04-09 15:14:01Z suehring
[2955]143# Add log-points to measure CPU time of NetCDF data input.
[3744]144#
[2955]145# 2938 2018-03-27 15:52:42Z suehring
[2938]146# No initialization of child domains via dynamic input file, except for soil
147# moisture and temperature
148# Apply turbulence generator at non-cyclic lateral boundary in nesting case
[3744]149#
[2938]150# 2936 2018-03-27 14:49:27Z suehring
[2934]151# Added dependencies for parent and child synchronization
[3744]152#
[2934]153# 2921 2018-03-22 15:05:23Z Giersch
[2921]154# date_and_time_mod dependency has been added to read/write_restart_data_mod
[3744]155#
[2921]156# 2918 2018-03-21 15:52:14Z gronemeier
[3744]157# read/write_3d_binary and read/write_var_list has been removed,
[2894]158# read/write_restart_data_mod, wrd_write_string and
[3744]159# user_read/write_restart_data_mod has been added, dependencies with respect to
[2894]160# the aforementioned routines have been added/removed
161#
162# 2847 2018-03-02 21:45:58Z suehring
[2847]163# Changed format and enforced sorting
[3744]164#
[2847]165# 2817 2018-02-19 16:32:21Z knoop
[2817]166# Preliminary gust module interface implemented
[3744]167#
[2817]168# 2802 2018-02-14 16:21:39Z thiele
[2802]169# Changed lpm from subroutine to module.
170# Introduce particle transfer in nested models.
[3744]171#
[2802]172# 2773 2018-01-30 14:12:54Z suehring
[2773]173# Nesting of chemical species
[3744]174#
[2773]175# 2718 2018-01-02 08:49:38Z maronga
[2716]176# Corrected "Former revisions" section
[3744]177#
[2716]178# 2697 2017-12-14 17:57:20Z kanani
[2697]179# Bugfix, missing dependencies
[3744]180#
[2697]181# 2696 2017-12-14 17:12:51Z kanani
[2716]182# Change in file header (GPL part)
[2696]183# Implementation of uv exposure model (FK)
[3744]184# Bugfix, removed loop dependcy for vertical_nesting_mod and
[2696]185# turbulence_closure_mod, added depencies for vertical_nesting_mod (TG)
186# implemented turbulence_closure_mod (TG)
187# Additional dependencies for chemistry module (FK)
188# Additional dependencies for chemistry module (FK)
189# Implementation of chemistry module (FK)
190# For LSM, add dependency on calc_mean_profile (??)
191# poismg_noopt modularized and renamed into poismg_noopt_mod
[3744]192# add dependencies for netcdf_data_input_mod, calc_mean_profile,
[2696]193# radiation_module_mod, land_surface_model_mod (MS)
[3744]194#
[2696]195# 2608 2017-11-13 14:04:26Z schwenkel
[3744]196# Added diagnostic_quantities_mod
197#
[2608]198# 2600 2017-11-01 14:11:20Z raasch
[2600]199# comment line concerning bound checks removed
[3744]200#
[2600]201# 2599 2017-11-01 13:18:45Z hellstea
[2696]202# virtual_flight_mod, synthetic_turbulence_generator_mod and
203# wind_turbine_model_mod were added to read_var_list
[2894]204#
[2576]205# 2563 2017-10-19 15:36:10Z Giersch
[2696]206# wind_turbine_model_mod and synthetic_turbulence_generator_mod were added to
[3744]207# write_var_list and virtual_flight_mod was deleted from read_var_list
[2894]208#
[2563]209# 2544 2017-10-13 18:09:32Z maronga
[3744]210# Added date_and_time_mod
211#
[2544]212# 2371 2017-08-24 13:01:17Z kanani
[2371]213# Corrected dependencies for vertical_nesting_mod
[3744]214#
[2371]215# 2370 2017-08-23 06:11:43Z raasch
[2370]216# dependency bugfix for synthetic_turbulence_generator
[3744]217#
[2370]218# 2365 2017-08-21 14:59:59Z kanani
[2365]219# Added dependencies for vertical_nesting_mod
[3744]220#
[2365]221# 2339 2017-08-07 13:55:26Z gronemeier
[2339]222# corrected timestamp in header
[3744]223#
[2339]224# 2338 2017-08-07 12:15:38Z gronemeier
[2338]225# Modularize 1D model
[3744]226#
[2339]227# 2320 2017-07-21 12:47:43Z suehring
[2320]228# -ls_forcing nudging
229# +large_scale_forcing_nudging
[3744]230#
[2320]231# 2318 2017-07-20 17:27:44Z suehring
[2318]232# Add further dependencies on surface_mod
[3744]233#
[2318]234# 2317 2017-07-20 17:27:19Z suehring
[2296]235# Added time_integration_spinup
[3744]236#
[2296]237# 2269 2017-06-09 11:57:32Z suehring
[2269]238# Add dependency in read_3d_binary
[3744]239#
[2269]240# 2263 2017-06-08 14:59:01Z schwenkel
[2263]241# Implemented splitting and merging algorithm
[3744]242#
[2263]243# 2259 2017-06-08 09:09:11Z gronemeier
[2259]244# Implemented synthetic turbulence generator
245#
246# 2256 2017-06-07 13:58:08Z suehring
[2256]247# Remove ring dependency in init_pegrid
[3744]248#
[2256]249# 2238 2017-05-31 16:49:16Z suehring
[2238]250# Bugfix, further missing dependency on surface_mod
[3744]251#
[2238]252# 2237 2017-05-31 10:34:53Z suehring
[3744]253# Bugfix, add dependencies on surface_mod for surface_coupler,
254# plant_canopy_model_mod and ls_forcing_mod
255#
[2237]256# 2233 2017-05-30 18:08:54Z suehring
[1765]257#
[2233]258# 2232 2017-05-30 17:47:52Z suehring
259# +dependencies for surface_mod
260# -wall_fluxes
[3744]261#
[2131]262# 2130 2017-01-24 16:25:39Z raasch
263# dependency for timestep updated
264#
[2119]265# 2118 2017-01-17 16:38:49Z raasch
266# -cuda_fft_interfaces_mod
[3744]267#
[2051]268# 2050 2016-11-08 15:00:55Z gronemeier
269# Implement turbulent outflow method
[3744]270#
[2008]271# 2007 2016-08-24 15:47:17Z kanani
272# urban surface module added,
273# cleaned up some lines (compiler flags/options), which were accidentally
274# added in rev1938
[3744]275#
[1999]276# 1998 2016-08-20 18:45:34Z knoop
277# Bugfix: added netcdf_interface to dependency list for user_init_land_surface
278#
[1987]279# 1986 2016-08-10 14:07:17Z gronemeier
280# POSIX-calls module added
[3744]281#
[1973]282# 1972 2016-07-26 07:52:02Z maronga
283# Removed some dependencies due to further modularization of land surface model
[3744]284#
[1958]285# 1957 2016-07-07 10:43:48Z suehring
286# flight module added
287#
[1947]288# 1946 2016-06-15 11:38:13Z suehring
289# Bugfix dependency init_grid on advec_ws
290#
[1939]291# 1938 2016-06-13 15:26:05Z hellstea
[3744]292# Some dependency errors corrected
293#
[1935]294# 1934 2016-06-13 09:46:57Z hellstea
295# poismg renamed poismg_noopt, poismg_fast_mod renamed poismg_mod
[3744]296#
[1917]297# 1914 2016-05-26 14:44:07Z witha
298# Added wind_turbine_model_mod
299#
[1901]300# 1900 2016-05-04 15:27:53Z raasch
301# pmc_general renamed pmc_general_mod
302#
[1872]303# 1871 2016-04-15 11:46:09Z hoffmann
304# dependencies for package_parin corrected
305#
[1851]306# 1850 2016-04-08 13:29:27Z maronga
[3744]307# Adapted for modularization of microphysics
[1851]308# Several files renamed --> _mod
309# Bugfix for previous commit
[1852]310#
311# 1849 2016-04-08 11:33:18Z hoffmann
312# Adapted for modularization of microphysics
313#
[1838]314# 1837 2016-04-07 18:21:57Z raasch
315# further bug removed from r1835
316#
[1836]317# 1835 2016-04-07 16:31:50Z raasch
318# bugfix: merge comments removed
319#
[1834]320# 1833 2016-04-07 14:23:03Z raasch
321# spectrum renamed spectra_mod, depencies for spectra changed
[3744]322#
[1827]323# 1826 2016-04-07 12:01:39Z maronga
324# Renamed radiation_model to radiation_model_mod.
325# Renamed plant_canopy_model to plant_canopy_model_mod.
[3744]326#
[1823]327# 1822 2016-04-07 07:49:42Z hoffmann
328# Tails removed. lpm_release_set removed. calc_precipitation, impact_of_latent_heat
[3744]329# removed.
[1823]330#
[1818]331# 1817 2016-04-06 15:44:20Z maronga
332# Renamed land_surface_model to land_surface_model_mod.
[3744]333#
[1809]334# 1808 2016-04-05 19:44:00Z raasch
335# -local_flush, -local_getenv
336#
[1798]337# 1797 2016-03-21 16:50:28Z raasch
338# dependcy for check_for_restart updated
339#
[1792]340# 1791 2016-03-11 10:41:25Z raasch
341# dependencies of header changed
342#
[1787]343# 1786 2016-03-08 05:49:27Z raasch
344# rename calc_spectra to spectrum + modularization of spectrum
345#
[1784]346# 2016-03-06 18:36:17Z raasch
347# name change of netcdf routines and respective dependencies
348#
[1780]349# 1779 2016-03-03 08:01:28Z raasch
350# dependencies changed for init_peprid
351#
[1767]352# 1766 2016-02-29 08:37:15Z raasch
353# update dependency for swap_timelevel
354#
[1765]355# 1764 2016-02-28 12:45:19Z raasch
356# several updates of dependencies
357#
[1763]358# 1762 2016-02-25 12:31:13Z hellstea
[3744]359# +pmc_interface, +pmc routines
[850]360#
[1748]361# 1747 2016-02-08 12:25:53Z raasch
362# dependencies for routine palm updated
363#
[1692]364# 1691 2015-10-26 16:17:44Z maronga
[3744]365# Replaced prandtl_fluxes with surface_layer_fluxes. Added radiation_model to
[1692]366# prognostic_equations
[3744]367#
[1586]368# 1585 2015-04-30 07:05:52Z maronga
369# Added user_init_radiation.f90
[3744]370#
[1576]371# 1575 2015-03-27 09:56:27Z raasch
372# +poismg_fast
373#
[1552]374# 1551 2015-03-03 14:18:16Z maronga
375# Bugfix: further adjustments for the land surface model and radiation model
[3744]376#
[1518]377# 1517 2015-01-07 19:12:25Z hoffmann
378# advec_s_bc added to prognostic_equations
379#
[1501]380# 1500 2014-12-03 17:42:41Z maronga
381# Bugfix: missing adjustments for land surface model and radiation model
[3744]382#
[1497]383# 1496 2014-12-02 17:25:50Z maronga
[3744]384# Added land surface model and radiation model files: land_surface_model,
[1497]385# radiation_model, user_init_land_surface
[3744]386#
[1485]387# 1484 2014-10-21 10:53:05Z kanani
388# plant_canopy_model-dependency added for check_parameters, header, init_3d_model,
389# package_parin, read_var_list, user_init_plant_canopy, write_var_list
[3744]390#
[1445]391# 1444 2014-08-02 20:10:32Z letzel
392# bugfix: cpulog added to lpm_advec
[3744]393#
[1405]394# 1404 2014-05-14 09:01:39Z keck
395# bugfix: dependencies added for progress_bar
396#
[1403]397# 1402 2014-05-09 14:25:13Z raasch
398# progress_bar added
[3744]399#
[1401]400# 1400 2014-05-09 14:03:54Z knoop
401# Added new module random_generator_parallel
[3744]402#
[1381]403# 1380 2014-04-28 12:40:45Z heinze
404# bugfix: mod_particle_attributes  added to check_open
[3744]405# nudging added to time_integration
[1381]406#
[1375]407# 1374 2014-04-25 12:55:07Z raasch
408# bugfix: missing dependency added for check_open
[1380]409#
[1366]410# 1365 2014-04-22 15:03:56Z boeske
411# Added new module calc_mean_profile, previously in module buoyancy,
412# removed buoyancy dependency from nudging
[3744]413#
[1364]414# 1363 2014-04-17 12:28:49Z keck
415# bugfix: cpulog added to lpm_pack_arrays
416#
[1362]417# 1361 2014-04-16 15:17:48Z hoffmann
418# cpulog added to microphysics
[3744]419#
[1360]420# 1359 2014-04-11 17:15:14Z hoffmann
[3744]421# mod_particle_attributes added, lpm_sort_arrays removed,
[1360]422# lpm_extend_particle_array removed
423#
[1338]424# 1336 2014-03-25 15:07:20Z raasch
425# -write_compressed
426#
[1323]427# 2014-03-20 16:38:49Z raasch
428# cpulog-dependency added for disturb_heatflux
429#
[1321]430# 1320 2014-03-20 08:40:49Z raasch
431# +mod_kinds in dependency list
432#
[1319]433# 1318 2014-03-17 13:35:16Z raasch
434# +cpulog, dependencies for cpulog added
435# -cpu_log, cpu_statistics
436#
[1312]437# 1311 2014-03-14 12:13:39Z heinze
438# bugfix: buoyancy dependency added to nudging
439#
[1307]440# 1306 2014-03-13 14:30:59Z raasch
441# +mod_kinds
442#
[1242]443# 1241 2013-10-30 11:36:58Z heinze
444# +nudging, ls_forcing
445#
[1213]446# 1212 2013-08-15 08:46:27Z raasch
447# +tridia_solver, -poisfft_hybrid
448#
[1211]449# 1210 2013-08-14 10:58:20Z raasch
450# object file list replaced by one line statement
451#
[1132]452# 1128 2013-04-12 06:19:32Z raasch
453# dependencies for time_integration modified
454#
[1112]455# 1111 2013-03-08 23:54:10Z raasch
456# dependencies removed from init_pegrid
457# bugfix: dependency added for cuda_fft_interfaces
458#
[1107]459# 1106 2013-03-04 05:31:38Z raasch
460# +cuda_fft_interfaces
461#
[1055]462# 1053 2012-11-13 17:11:03Z hoffmann
463# +microphysics for two-moment cloud physics
464#
[1037]465# 1036 2012-10-22 13:43:42Z raasch
466# code put under GPL (PALM 3.9)
467#
[1002]468# 1001 2012-09-13 14:08:46Z raasch
469# -asselin_filter, advec_s|u|v|w_ups, spline_x|y|z
470#
[873]471# 872 2012-03-29 15:57:54Z franke
472# lpm depends on modules
473#
[850]474# 849 2012-03-15 10:35:09Z raasch
[849]475# +lpm_advec, lpm_data_output_particles, lpm_droplet_collision,
476# lpm_droplet_condensation,
477# lpm_exchange_horiz, lpm_extend_particle_array, lpm_extend_tails,
478# lpm_extend_tail_array, lpm_init_sgs_tke, lpm_pack_arrays,
479# lpm_read_restart_file, lpm_release_set, lpm_sort_arrays,
480# lpm_write_exchange_statistics, lpm_write_restart_file
481# advec_particles renamed lpm,
482# init_particles renamed lpm_init,
483# user_advec_particles renamed user_lpm_advec,
484# particle_boundary_conds renamed lpm_boundary_conds,
485# set_particle_attributes renamed lpm_set_attributes
486# user_init_particles renamed user_lpm_init,
487# user_particle_attributes renamed user_lpm_set_attributes
[482]488#
[829]489# 828 2012-02-21 12:00:36Z raasch
490# init_particles depends on lpm_collision_kernels
491#
[826]492# 825 2012-02-19 03:03:44Z raasch
493# wang_kernel renamed lpm_collision_kernels
494#
[791]495# 790 2011-11-29 03:11:20Z raasch
496# +wang_kernel
497#
[668]498# 667 2010-12-23 12:06:00Z suehring/gryschka
499# +advec_ws
500#
[482]501# 421 2010-01-25 15:50:10Z raasch
[421]502# comment line for simple install method added, which will be replaced
503# by an include command for preprocessor and compiler options when the simple
504# install process is used instead of mbuild/mrun,
[278]505# +set_particle_attributes, set_slicer_attributes_dvrp
[411]506# +subsidence
[138]507#
[482]508# 410 2009-12-04 17:05:40Z letzel
[410]509# +data_output_mask, init_masks, user_data_output_mask
510#
[226]511# 217 2008-12-09 18:00:48Z letzel
512# former file user_interface split into one file per subroutine
513# +init_coupling, message
514#
[206]515# 151 2008-03-07 13:42:18Z raasch
516# +plant_canopy_model, inflow_turbulence
517# +surface_coupler
518#
[102]519# 96 2007-06-04 08:07:41Z raasch
520# +eqn_state_seawater, init_ocean
521#
[95]522# 82 2007-04-16 15:40:52Z raasch
523# +local_flush
524#
[77]525# 58 2007-03-09 14:27:38Z raasch
[48]526# default suffixes removed from the suffix list to avoid calling of m2c in
527# case of .mod files
[58]528# +wall_fluxes, +particle_boundary_conds
[1]529#
[3]530# RCS Log replace by Id keyword, revision history cleaned up
531#
[1]532# Revision 1.13  2006/08/04 14:45:31  raasch
533# +data_output_ptseries
534#
535# Revision 1.1  2002/06/11 13:42:20  raasch
536# Initial revision
537#
538#
539# Description:
540# ------------
541# Makefile for the parallelized LES model (PALM) to be used by the
542# shellscript "mrun"
543#------------------------------------------------------------------------------!
544
545PROG =  palm
546
[2847]547SOURCES = \
548        advec_s_bc.f90 \
549        advec_s_pw.f90 \
550        advec_s_up.f90 \
551        advec_u_pw.f90 \
552        advec_u_up.f90 \
553        advec_v_pw.f90 \
554        advec_v_up.f90 \
555        advec_w_pw.f90 \
556        advec_ws.f90 \
557        advec_w_up.f90 \
558        average_3d_data.f90 \
[3274]559        basic_constants_and_equations_mod.f90 \
[3469]560        biometeorology_mod.f90 \
[2847]561        boundary_conds.f90 \
562        buoyancy.f90 \
563        calc_mean_profile.f90 \
564        check_for_restart.f90 \
565        check_open.f90 \
566        check_parameters.f90 \
[3298]567        chem_emissions_mod.f90 \
[2847]568        chem_gasphase_mod.f90 \
569        chemistry_model_mod.f90 \
570        chem_modules.f90 \
571        chem_photolysis_mod.f90 \
572        close_file.f90 \
573        compute_vpt.f90 \
574        coriolis.f90 \
575        cpulog_mod.f90 \
[3634]576        cuda_fft_interfaces.f90 \
[2847]577        data_log.f90 \
578        data_output_2d.f90 \
579        data_output_3d.f90 \
580        data_output_dvrp.f90 \
581        data_output_flight.f90\
582        data_output_mask.f90 \
583        data_output_profiles.f90 \
584        data_output_ptseries.f90 \
585        data_output_spectra.f90 \
586        data_output_tseries.f90 \
587        date_and_time_mod.f90 \
588        diffusion_s.f90 \
589        diffusion_u.f90 \
590        diffusion_v.f90 \
591        diffusion_w.f90 \
592        disturb_field.f90 \
593        disturb_heatflux.f90 \
594        exchange_horiz_2d.f90 \
595        exchange_horiz.f90 \
596        fft_xy_mod.f90 \
597        flow_statistics.f90 \
598        global_min_max.f90 \
599        gust_mod.f90 \
600        header.f90 \
[3469]601        indoor_model_mod.f90 \
[2847]602        inflow_turbulence.f90 \
603        init_3d_model.f90 \
604        init_advec.f90 \
605        init_coupling.f90 \
606        init_dvrp.f90 \
607        init_grid.f90 \
608        init_masks.f90 \
609        init_pegrid.f90 \
610        init_pt_anomaly.f90 \
611        init_rankine.f90 \
612        init_slope.f90 \
[3294]613        init_vertical_profiles.f90 \
[2847]614        interaction_droplets_ptq.f90 \
615        land_surface_model_mod.f90 \
616        large_scale_forcing_nudging_mod.f90 \
617        local_stop.f90 \
618        local_system.f90 \
619        local_tremain.f90 \
620        local_tremain_ini.f90 \
621        lpm_advec.f90 \
622        lpm_boundary_conds.f90 \
623        lpm_calc_liquid_water_content.f90 \
624        lpm_collision_kernels.f90 \
625        lpm_data_output_particles.f90 \
626        lpm_droplet_collision.f90 \
627        lpm_droplet_condensation.f90 \
628        lpm_exchange_horiz.f90 \
629        lpm.f90 \
630        lpm_init.f90 \
631        lpm_init_sgs_tke.f90 \
632        lpm_merging.f90 \
633        lpm_pack_arrays.f90 \
634        lpm_read_restart_file.f90 \
635        lpm_set_attributes.f90 \
636        lpm_splitting.f90 \
637        lpm_write_exchange_statistics.f90 \
638        lpm_write_restart_file.f90 \
639        message.f90 \
[3274]640        bulk_cloud_model_mod.f90 \
[2847]641        model_1d_mod.f90 \
[3637]642        module_interface.f90 \
[2847]643        mod_kinds.f90 \
644        mod_particle_attributes.f90 \
645        modules.f90 \
[3159]646        multi_agent_system_mod.f90 \
[2847]647        netcdf_data_input_mod.f90 \
648        netcdf_interface_mod.f90 \
[3347]649        nesting_offl_mod.f90 \
[3294]650        ocean_mod.f90 \
[2847]651        outflow_turbulence.f90 \
652        package_parin.f90 \
653        palm.f90 \
654        parin.f90 \
655        plant_canopy_model_mod.f90 \
656        pmc_child_mod.f90 \
657        pmc_general_mod.f90 \
658        pmc_handle_communicator_mod.f90 \
659        pmc_interface_mod.f90 \
660        pmc_mpi_wrapper_mod.f90 \
661        pmc_parent_mod.f90 \
[2802]662        pmc_particle_interface.f90 \
[2847]663        poisfft_mod.f90 \
664        poismg_mod.f90 \
665        poismg_noopt_mod.f90 \
666        posix_calls_from_fortran.f90 \
667        pres.f90 \
668        print_1d.f90 \
669        prognostic_equations.f90 \
670        progress_bar_mod.f90 \
671        radiation_model_mod.f90 \
672        random_function_mod.f90 \
673        random_gauss.f90 \
674        random_generator_parallel_mod.f90 \
[3298]675        read_restart_data_mod.f90 \
[2847]676        run_control.f90 \
[3467]677        salsa_mod.f90 \
678        salsa_util_mod.f90 \
[2847]679        set_slicer_attributes_dvrp.f90 \
680        singleton_mod.f90 \
681        sor.f90 \
682        spectra_mod.f90 \
683        subsidence_mod.f90 \
684        sum_up_3d_data.f90 \
685        surface_coupler.f90 \
686        surface_layer_fluxes_mod.f90 \
687        surface_mod.f90 \
[3648]688        surface_data_output_mod.f90 \
[2847]689        swap_timelevel.f90 \
690        synthetic_turbulence_generator_mod.f90 \
691        temperton_fft_mod.f90 \
692        time_integration.f90 \
693        time_integration_spinup.f90 \
694        timestep.f90 \
695        timestep_scheme_steering.f90 \
696        time_to_string.f90 \
697        transpose.f90 \
698        tridia_solver_mod.f90 \
[2696]699        turbulence_closure_mod.f90 \
[2007]700        urban_surface_mod.f90 \
[2847]701        user_data_output_dvrp.f90 \
702        user_data_output_mask.f90 \
703        user_dvrp_coltab.f90 \
704        user_flight.f90\
705        user_init_3d_model.f90 \
706        user_init_flight.f90 \
707        user_init_grid.f90 \
708        user_init_land_surface.f90 \
709        user_init_plant_canopy.f90 \
710        user_init_radiation.f90 \
[2007]711        user_init_urban_surface.f90 \
[2847]712        user_lpm_advec.f90 \
713        user_lpm_init.f90 \
714        user_lpm_set_attributes.f90 \
715        user_module.f90 \
716        user_spectra.f90 \
717        vertical_nesting_mod.f90 \
718        virtual_flight_mod.f90 \
[3472]719        virtual_measurement_mod.f90 \
[2847]720        wind_turbine_model_mod.f90 \
[2894]721        wrd_write_string.f90 \
[3298]722        write_restart_data_mod.f90
[1]723
[1585]724
[1210]725OBJS=$(SOURCES:.f90=.o)
[1]726
727CC = cc
[3744]728CFLAGS = -O
[1]729
730F90 =
731COPT =
732F90FLAGS =
733LDFLAGS =
734
[2802]735
[2007]736# The following line is needed for palm_simple_install, don't remove it!
737#to_be_replaced_by_include
[1]738
[48]739.SUFFIXES:
740.SUFFIXES: .o .f90
[1]741
[48]742
[1]743all: $(PROG)
744
745$(PROG): $(OBJS)
746        $(F90) -o $(PROG) $(OBJS) $(LDFLAGS)
747
748clean:
749        rm -f $(PROG) $(OBJS) *.mod *.i *.lst
750
751.f90.o:
752        $(F90) $(F90FLAGS) $(COPT) -c $<
753
754
[2847]755advec_s_bc.o: \
756        cpulog_mod.o \
757        mod_kinds.o \
758        modules.o
759advec_s_pw.o: \
760        mod_kinds.o \
761        modules.o
762advec_s_up.o: \
763        mod_kinds.o \
764        modules.o
765advec_u_pw.o: \
766        mod_kinds.o \
767        modules.o
768advec_u_up.o: \
769        mod_kinds.o \
770        modules.o
771advec_v_pw.o: \
772        mod_kinds.o \
773        modules.o
774advec_v_up.o: \
775        mod_kinds.o \
776        modules.o
777advec_ws.o: \
[3274]778        bulk_cloud_model_mod.o \
[2847]779        mod_kinds.o \
[3467]780        modules.o \
781        salsa_util_mod.o
[2847]782advec_w_pw.o: \
783        mod_kinds.o \
784        modules.o
785advec_w_up.o: \
786        mod_kinds.o \
787        modules.o
788average_3d_data.o: \
789        cpulog_mod.o \
790        exchange_horiz_2d.o \
791        mod_kinds.o \
[3637]792        module_interface.o \
[2847]793        modules.o \
[3637]794        turbulence_closure_mod.o
[3274]795basic_constants_and_equations_mod.o: \
796        mod_kinds.o
[3337]797biometeorology_mod.o: \
[3569]798        basic_constants_and_equations_mod.o \
799        date_and_time_mod.o \
[3448]800        modules.o \
[3337]801        mod_kinds.o \
[3569]802        netcdf_data_input_mod.o \
[3525]803        radiation_model_mod.o
[2847]804boundary_conds.o: \
[3274]805        basic_constants_and_equations_mod.o \
806        bulk_cloud_model_mod.o \
[2847]807        chemistry_model_mod.o \
808        mod_kinds.o \
809        modules.o \
810        pmc_interface_mod.o \
[3467]811        salsa_mod.o \
[2847]812        surface_mod.o \
813        turbulence_closure_mod.o
[3274]814bulk_cloud_model_mod.o: \
815        basic_constants_and_equations_mod.o \
816        cpulog_mod.o \
817        mod_kinds.o \
818        modules.o \
819        surface_mod.o
[2847]820buoyancy.o: \
[3274]821        basic_constants_and_equations_mod.o \
[2847]822        mod_kinds.o \
823        modules.o
824calc_mean_profile.o: \
825        mod_kinds.o \
826        modules.o
827check_for_restart.o: \
828        mod_kinds.o \
829        modules.o \
830        pmc_interface_mod.o
831check_open.o: \
832        mod_kinds.o \
833        mod_particle_attributes.o \
834        modules.o \
835        netcdf_interface_mod.o \
836        posix_calls_from_fortran.o
837check_parameters.o: \
[3274]838        basic_constants_and_equations_mod.o \
[2847]839        chemistry_model_mod.o \
[3298]840        chem_emissions_mod.o \
[3294]841        init_vertical_profiles.o \
[2847]842        model_1d_mod.o \
[3637]843        module_interface.o \
[2847]844        mod_kinds.o \
845        modules.o \
846        netcdf_data_input_mod.o \
847        netcdf_interface_mod.o \
848        pmc_interface_mod.o \
849        subsidence_mod.o \
850        turbulence_closure_mod.o \
[3637]851        vertical_nesting_mod.o
[3298]852chem_emissions_mod.o: \
853        chem_gasphase_mod.o \
854        chem_modules.o \
855        date_and_time_mod.o \
856        mod_kinds.o \
857        modules.o \
858        netcdf_data_input_mod.o \
859        surface_mod.o
[2847]860chemistry_model_mod.o: \
[3294]861        advec_ws.o \
[3685]862        chem_emissions_mod.o \
[2847]863        chem_gasphase_mod.o \
864        chem_modules.o \
[3298]865        date_and_time_mod.o \
[2847]866        diffusion_s.o \
867        mod_kinds.o \
868        modules.o \
869        netcdf_data_input_mod.o \
[3458]870        radiation_model_mod.o \
[3687]871        surface_mod.o
[2847]872chem_gasphase_mod.o: \
873        mod_kinds.o \
874        modules.o
875chem_modules.o: \
876        mod_kinds.o \
877        modules.o
878chem_photolysis_mod.o: \
[3274]879        basic_constants_and_equations_mod.o \
[2847]880        chem_gasphase_mod.o \
881        chemistry_model_mod.o \
882        mod_kinds.o \
883        modules.o \
884        radiation_model_mod.o
885close_file.o: \
886        mod_kinds.o \
887        modules.o \
888        netcdf_interface_mod.o
889compute_vpt.o: \
[3274]890        basic_constants_and_equations_mod.o \
891        bulk_cloud_model_mod.o \
[2847]892        mod_kinds.o \
893        modules.o
894coriolis.o: \
895        mod_kinds.o \
896        modules.o
897cpulog_mod.o: \
898        mod_kinds.o \
899        modules.o
900cpu_statistics.o: \
901        mod_kinds.o \
902        modules.o
[3634]903cuda_fft_interfaces.o: \
904        modules.o \
905        mod_kinds.o
[2847]906data_log.o: \
907        mod_kinds.o \
908        modules.o
909data_output_dvrp.o: \
[3274]910        basic_constants_and_equations_mod.o \
911        bulk_cloud_model_mod.o \
[2847]912        cpulog_mod.o \
913        mod_kinds.o \
914        modules.o
915data_output_mask.o: \
[3274]916        basic_constants_and_equations_mod.o \
917        bulk_cloud_model_mod.o \
[3298]918        chemistry_model_mod.o \
[2847]919        cpulog_mod.o \
920        mod_kinds.o \
921        mod_particle_attributes.o \
922        modules.o \
[3435]923        netcdf_interface_mod.o \
[3467]924        salsa_mod.o \
[3435]925        surface_mod.o
[2847]926data_output_profiles.o: \
927        cpulog_mod.o \
928        mod_kinds.o \
929        modules.o \
930        netcdf_interface_mod.o
931data_output_ptseries.o: \
932        cpulog_mod.o \
933        mod_kinds.o \
934        mod_particle_attributes.o \
935        modules.o \
936        netcdf_interface_mod.o
937data_output_spectra.o: \
[3274]938        basic_constants_and_equations_mod.o \
[2847]939        cpulog_mod.o \
940        mod_kinds.o \
941        modules.o \
942        netcdf_interface_mod.o \
943        spectra_mod.o
944data_output_tseries.o: \
945        cpulog_mod.o \
946        mod_kinds.o \
947        modules.o \
948        netcdf_interface_mod.o
949data_output_flight.o: \
950        cpulog_mod.o \
951        mod_kinds.o \
952        modules.o \
953        netcdf_interface_mod.o \
954        virtual_flight_mod.o
955data_output_2d.o: \
[3274]956        basic_constants_and_equations_mod.o \
957        bulk_cloud_model_mod.o \
[2847]958        cpulog_mod.o \
959        land_surface_model_mod.o \
960        mod_kinds.o \
961        mod_particle_attributes.o \
[3637]962        module_interface.o \
[2847]963        modules.o \
964        netcdf_interface_mod.o \
965        surface_mod.o \
[3569]966        urban_surface_mod.o
[2847]967data_output_3d.o: \
[3274]968        basic_constants_and_equations_mod.o \
969        bulk_cloud_model_mod.o \
[2847]970        cpulog_mod.o \
971        land_surface_model_mod.o \
972        mod_kinds.o \
973        mod_particle_attributes.o \
[3637]974        module_interface.o \
[2847]975        modules.o \
976        netcdf_interface_mod.o \
[3637]977        radiation_model_mod.o \
[2847]978        turbulence_closure_mod.o \
979        urban_surface_mod.o
980date_and_time_mod.o: \
981        mod_kinds.o \
982        modules.o
983diffusion_s.o: \
984        mod_kinds.o \
985        modules.o \
986        surface_mod.o
987diffusion_u.o: \
988        mod_kinds.o \
989        modules.o \
990        surface_mod.o
991diffusion_v.o: \
992        mod_kinds.o \
993        modules.o \
994        surface_mod.o
995diffusion_w.o: \
996        mod_kinds.o \
997        modules.o \
998        surface_mod.o
999disturb_field.o: \
1000        cpulog_mod.o \
1001        mod_kinds.o \
1002        modules.o \
1003        random_function_mod.o \
1004        random_generator_parallel_mod.o
1005disturb_heatflux.o: \
1006        cpulog_mod.o \
1007        mod_kinds.o \
1008        modules.o \
1009        random_generator_parallel_mod.o \
1010        surface_mod.o
1011exchange_horiz.o: \
1012        cpulog_mod.o \
1013        mod_kinds.o \
1014        modules.o
1015exchange_horiz_2d.o: \
1016        cpulog_mod.o \
1017        mod_kinds.o \
1018        modules.o \
1019        pmc_interface_mod.o
1020fft_xy_mod.o: \
[3634]1021        cuda_fft_interfaces.o \
[2847]1022        mod_kinds.o \
1023        modules.o \
1024        singleton_mod.o \
1025        temperton_fft_mod.o
1026flow_statistics.o: \
[3274]1027        basic_constants_and_equations_mod.o \
1028        bulk_cloud_model_mod.o \
[3637]1029        chem_modules.o \
[2847]1030        cpulog_mod.o \
1031        land_surface_model_mod.o \
1032        large_scale_forcing_nudging_mod.o \
1033        mod_kinds.o \
[3637]1034        module_interface.o \
[2847]1035        modules.o \
1036        netcdf_interface_mod.o \
1037        radiation_model_mod.o \
1038        surface_mod.o
1039global_min_max.o: \
1040        mod_kinds.o \
1041        modules.o
1042gust_mod.o: \
1043        mod_kinds.o \
1044        modules.o
1045header.o: \
[3274]1046        basic_constants_and_equations_mod.o \
1047        bulk_cloud_model_mod.o \
[2847]1048        cpulog_mod.o \
1049        date_and_time_mod.o \
1050        model_1d_mod.o \
[3637]1051        module_interface.o \
[2847]1052        mod_kinds.o \
1053        modules.o \
1054        netcdf_interface_mod.o \
[3294]1055        ocean_mod.o \
[2847]1056        plant_canopy_model_mod.o \
1057        pmc_handle_communicator_mod.o \
1058        pmc_interface_mod.o \
1059        subsidence_mod.o \
[3637]1060        surface_mod.o
[3469]1061indoor_model_mod.o: \
1062        cpulog_mod.o \
1063        date_and_time_mod.o \
1064        mod_kinds.o \
1065        modules.o \
1066        netcdf_data_input_mod.o \
1067        surface_mod.o \
1068        urban_surface_mod.o
[2847]1069inflow_turbulence.o: \
1070        cpulog_mod.o \
1071        mod_kinds.o \
1072        modules.o
1073init_3d_model.o: \
1074        advec_ws.o \
[3274]1075        basic_constants_and_equations_mod.o \
1076        bulk_cloud_model_mod.o \
[2847]1077        cpulog_mod.o \
1078        disturb_heatflux.o \
1079        large_scale_forcing_nudging_mod.o \
1080        lpm_init.o \
1081        model_1d_mod.o \
1082        mod_kinds.o \
1083        mod_particle_attributes.o \
1084        modules.o \
[3167]1085        multi_agent_system_mod.o \
[2847]1086        netcdf_data_input_mod.o \
1087        netcdf_interface_mod.o \
[3347]1088        nesting_offl_mod.o \
[2934]1089        pmc_interface_mod.o \
[2847]1090        radiation_model_mod.o \
1091        random_function_mod.o \
1092        random_generator_parallel_mod.o \
[2894]1093        read_restart_data_mod.o \
[2847]1094        surface_layer_fluxes_mod.o \
1095        surface_mod.o \
[3648]1096        surface_data_output_mod.o \
[3347]1097        synthetic_turbulence_generator_mod.o \
[3685]1098        turbulence_closure_mod.o
[2847]1099init_advec.o: \
1100        mod_kinds.o \
1101        modules.o
1102init_coupling.o: \
1103        mod_kinds.o \
1104        modules.o \
1105        vertical_nesting_mod.o
1106init_dvrp.o: \
1107        mod_kinds.o \
1108        modules.o
1109init_grid.o: \
1110        advec_ws.o \
1111        mod_kinds.o \
1112        modules.o \
1113        netcdf_data_input_mod.o \
1114        netcdf_interface_mod.o \
1115        poismg_noopt_mod.o \
1116        surface_mod.o \
1117        vertical_nesting_mod.o
1118init_masks.o: \
[3274]1119        bulk_cloud_model_mod.o \
[2847]1120        mod_kinds.o \
[3687]1121        module_interface.o \
[2847]1122        modules.o \
[3687]1123        netcdf_interface_mod.o
[2847]1124init_pegrid.o: \
1125        mod_kinds.o \
1126        modules.o \
1127        spectra_mod.o \
1128        synthetic_turbulence_generator_mod.o \
1129        vertical_nesting_mod.o
1130init_pt_anomaly.o: \
1131        mod_kinds.o \
1132        modules.o
1133init_rankine.o: \
[3274]1134        basic_constants_and_equations_mod.o \
[2847]1135        mod_kinds.o \
1136        modules.o
1137init_slope.o: \
[3274]1138        basic_constants_and_equations_mod.o \
[2847]1139        mod_kinds.o \
1140        modules.o
[3294]1141init_vertical_profiles.o: \
1142        modules.o \
1143        mod_kinds.o
[2847]1144interaction_droplets_ptq.o: \
[3274]1145        basic_constants_and_equations_mod.o \
[2847]1146        mod_kinds.o \
1147        modules.o
1148land_surface_model_mod.o: \
[3274]1149        basic_constants_and_equations_mod.o \
1150        bulk_cloud_model_mod.o \
[2847]1151        calc_mean_profile.o \
1152        mod_kinds.o \
1153        modules.o \
1154        netcdf_data_input_mod.o \
[2938]1155        pmc_interface_mod.o \
[2847]1156        radiation_model_mod.o \
1157        surface_mod.o
1158large_scale_forcing_nudging_mod.o: \
1159        cpulog_mod.o \
1160        mod_kinds.o \
1161        modules.o \
1162        surface_mod.o
1163local_stop.o: \
1164        mod_kinds.o \
1165        modules.o \
1166        pmc_interface_mod.o \
1167        vertical_nesting_mod.o
1168local_tremain.o: \
1169        cpulog_mod.o \
1170        mod_kinds.o \
1171        modules.o
1172local_tremain_ini.o: \
1173        cpulog_mod.o \
1174        mod_kinds.o \
1175        modules.o
1176lpm.o: \
1177        cpulog_mod.o \
1178        lpm_exchange_horiz.o \
1179        lpm_init.o \
1180        lpm_merging.o \
1181        lpm_pack_arrays.o \
1182        lpm_splitting.o \
1183        mod_kinds.o \
1184        mod_particle_attributes.o \
1185        modules.o \
1186        pmc_interface_mod.o \
1187        pmc_particle_interface.o
1188lpm_advec.o: \
[3274]1189        basic_constants_and_equations_mod.o \
[2847]1190        cpulog_mod.o \
1191        mod_kinds.o \
1192        mod_particle_attributes.o \
1193        modules.o \
1194        surface_mod.o
1195lpm_boundary_conds.o: \
1196        cpulog_mod.o \
1197        mod_kinds.o \
1198        mod_particle_attributes.o \
1199        modules.o \
1200        surface_mod.o
1201lpm_calc_liquid_water_content.o: \
[3274]1202        basic_constants_and_equations_mod.o \
[2847]1203        cpulog_mod.o \
1204        mod_kinds.o \
1205        mod_particle_attributes.o \
1206        modules.o
1207lpm_collision_kernels.o: \
[3274]1208        basic_constants_and_equations_mod.o \
[2847]1209        cpulog_mod.o \
1210        mod_kinds.o \
1211        mod_particle_attributes.o \
[3322]1212        modules.o
[2847]1213lpm_data_output_particles.o: \
1214        cpulog_mod.o \
1215        mod_kinds.o \
1216        mod_particle_attributes.o \
1217        modules.o \
1218        netcdf_interface_mod.o
1219lpm_droplet_collision.o: \
[3274]1220        basic_constants_and_equations_mod.o \
[2847]1221        cpulog_mod.o \
1222        lpm_collision_kernels.o \
1223        mod_kinds.o \
1224        mod_particle_attributes.o \
1225        modules.o
1226lpm_droplet_condensation.o: \
[3274]1227        basic_constants_and_equations_mod.o \
[2847]1228        cpulog_mod.o \
1229        lpm_collision_kernels.o \
1230        mod_kinds.o \
1231        mod_particle_attributes.o \
1232        modules.o
1233lpm_exchange_horiz.o: \
1234        cpulog_mod.o \
1235        lpm_pack_arrays.o \
1236        mod_kinds.o \
1237        mod_particle_attributes.o \
1238        modules.o \
1239        netcdf_interface_mod.o
1240lpm_init.o: \
[3274]1241        basic_constants_and_equations_mod.o \
[2847]1242        lpm_collision_kernels.o \
1243        lpm_exchange_horiz.o \
1244        lpm_pack_arrays.o \
1245        mod_kinds.o \
1246        mod_particle_attributes.o \
1247        modules.o \
1248        netcdf_interface_mod.o \
1249        pmc_particle_interface.o \
1250        random_function_mod.o \
1251        random_generator_parallel_mod.o \
1252        surface_mod.o
1253lpm_init_sgs_tke.o: \
1254        mod_kinds.o \
1255        mod_particle_attributes.o \
1256        modules.o \
1257        surface_mod.o
1258lpm_merging.o: \
1259        cpulog_mod.o \
1260        mod_kinds.o \
1261        mod_particle_attributes.o \
1262        modules.o
1263lpm_pack_arrays.o: \
1264        cpulog_mod.o \
1265        mod_kinds.o \
1266        mod_particle_attributes.o \
1267        modules.o
1268lpm_read_restart_file.o: \
1269        lpm_pack_arrays.o \
1270        mod_kinds.o \
1271        mod_particle_attributes.o \
1272        modules.o
1273lpm_set_attributes.o: \
1274        cpulog_mod.o \
1275        mod_kinds.o \
1276        mod_particle_attributes.o \
1277        modules.o
1278lpm_splitting.o: \
[3274]1279        basic_constants_and_equations_mod.o \
[2847]1280        cpulog_mod.o \
1281        lpm_exchange_horiz.o \
1282        mod_kinds.o \
1283        mod_particle_attributes.o \
1284        modules.o
1285lpm_write_exchange_statistics.o: \
1286        mod_kinds.o \
1287        mod_particle_attributes.o \
1288        modules.o \
1289        pmc_particle_interface.o
1290lpm_write_restart_file.o: \
1291        mod_kinds.o \
1292        mod_particle_attributes.o \
1293        modules.o
1294message.o: \
1295        mod_kinds.o \
1296        modules.o \
1297        pmc_interface_mod.o
1298model_1d_mod.o: \
[3274]1299        basic_constants_and_equations_mod.o \
[2847]1300        mod_kinds.o \
[3298]1301        modules.o \
1302        time_to_string.o
[3637]1303module_interface.o: \
1304        mod_kinds.o \
1305        modules.o \
1306        biometeorology_mod.o \
1307        bulk_cloud_model_mod.o \
1308        chemistry_model_mod.o \
1309        gust_mod.o \
1310        indoor_model_mod.o \
1311        land_surface_model_mod.o \
1312        large_scale_forcing_nudging_mod.o \
1313        multi_agent_system_mod.o \
1314        nesting_offl_mod.o \
1315        ocean_mod.o \
1316        plant_canopy_model_mod.o \
1317        radiation_model_mod.o \
1318        salsa_mod.o \
1319        spectra_mod.o \
[3648]1320        surface_data_output_mod.o \
[3637]1321        synthetic_turbulence_generator_mod.o \
1322        urban_surface_mod.o \
[3687]1323        user_module.o \
[3637]1324        virtual_flight_mod.o \
1325        virtual_measurement_mod.o \
1326        wind_turbine_model_mod.o
[2847]1327modules.o: \
1328        mod_kinds.o
[3159]1329multi_agent_system_mod.o: \
[3274]1330        basic_constants_and_equations_mod.o \
[3448]1331        biometeorology_mod.o \
[3159]1332        chemistry_model_mod.o \
1333        cpulog_mod.o \
1334        mod_kinds.o \
1335        modules.o \
1336        netcdf_interface_mod.o \
[3656]1337        surface_mod.o \
1338        random_function_mod.o
[2847]1339mod_kinds.o: \
1340
1341mod_particle_attributes.o: \
1342        mod_kinds.o
1343netcdf_data_input_mod.o: \
[3298]1344        chem_modules.o \
[2955]1345        cpulog_mod.o \
[2847]1346        mod_kinds.o \
[2963]1347        modules.o   \
1348        surface_mod.o
[2847]1349netcdf_interface_mod.o: \
[3274]1350        basic_constants_and_equations_mod.o \
[3337]1351        biometeorology_mod.o \
[2847]1352        chemistry_model_mod.o \
1353        gust_mod.o \
[3744]1354        indoor_model_mod.o \
[2847]1355        land_surface_model_mod.o \
1356        mod_kinds.o \
1357        modules.o \
[3421]1358        netcdf_data_input_mod.o \
[3294]1359        ocean_mod.o \
[2847]1360        radiation_model_mod.o \
[3467]1361        salsa_mod.o \
[2847]1362        spectra_mod.o \
1363        turbulence_closure_mod.o \
[3700]1364        urban_surface_mod.o \
1365        user_module.o
[3347]1366nesting_offl_mod.o: \
[3737]1367        chemistry_model_mod.o \
[3448]1368        cpulog_mod.o \
1369        mod_kinds.o \
[3347]1370        modules.o \
1371        netcdf_data_input_mod.o \
1372        surface_mod.o
[3294]1373ocean_mod.o: \
[3322]1374        advec_s_pw.o \
[3294]1375        advec_s_up.o \
1376        advec_ws.o \
1377        basic_constants_and_equations_mod.o \
1378        diffusion_s.o \
1379        init_vertical_profiles.o \
1380        mod_kinds.o \
1381        modules.o \
1382        pmc_interface_mod.o \
[3684]1383        surface_mod.o
[2847]1384outflow_turbulence.o: \
1385        cpulog_mod.o \
1386        mod_kinds.o \
1387        modules.o
1388package_parin.o: \
1389        mod_kinds.o \
1390        mod_particle_attributes.o \
1391        modules.o
1392palm.o: \
[3274]1393        bulk_cloud_model_mod.o \
[2847]1394        chem_photolysis_mod.o \
1395        cpulog_mod.o \
[3298]1396        date_and_time_mod.o \
[2847]1397        land_surface_model_mod.o \
1398        mod_kinds.o \
[3687]1399        module_interface.o \
[2847]1400        modules.o \
[3235]1401        multi_agent_system_mod.o \
[2847]1402        netcdf_data_input_mod.o \
1403        pmc_interface_mod.o \
1404        pmc_particle_interface.o \
[3467]1405        salsa_mod.o \
[2894]1406        surface_layer_fluxes_mod.o \
[3648]1407        surface_data_output_mod.o \
[3298]1408        time_to_string.o \
[2894]1409        write_restart_data_mod.o
[2847]1410parin.o: \
1411        chem_modules.o \
1412        cpulog_mod.o \
1413        date_and_time_mod.o \
1414        model_1d_mod.o \
1415        mod_kinds.o \
[3687]1416        module_interface.o \
[2847]1417        modules.o \
1418        netcdf_interface_mod.o \
1419        pmc_interface_mod.o \
1420        progress_bar_mod.o \
[2894]1421        read_restart_data_mod.o \
[3083]1422        turbulence_closure_mod.o \
[3637]1423        vertical_nesting_mod.o
[2847]1424plant_canopy_model_mod.o: \
[3274]1425        bulk_cloud_model_mod.o \
[2847]1426        mod_kinds.o \
1427        modules.o \
1428        netcdf_data_input_mod.o \
1429        surface_mod.o
1430pmc_particle_interface.o: \
1431        lpm_exchange_horiz.o \
1432        lpm_pack_arrays.o \
1433        mod_particle_attributes.o \
1434        modules.o \
1435        pmc_child_mod.o \
1436        pmc_interface_mod.o \
1437        pmc_parent_mod.o
1438pmc_interface_mod.o: \
[3274]1439        bulk_cloud_model_mod.o \
[2847]1440        chemistry_model_mod.o \
[3833]1441        chem_gasphase_mod.o \
[2847]1442        mod_kinds.o \
1443        mod_particle_attributes.o \
1444        modules.o \
1445        pmc_child_mod.o \
1446        pmc_general_mod.o \
1447        pmc_handle_communicator_mod.o \
1448        pmc_mpi_wrapper_mod.o \
1449        pmc_parent_mod.o \
[3467]1450        salsa_mod.o \
[2847]1451        surface_mod.o
1452pmc_child_mod.o: \
1453        mod_kinds.o \
1454        pmc_general_mod.o \
1455        pmc_handle_communicator_mod.o \
1456        pmc_mpi_wrapper_mod.o
1457pmc_general_mod.o: \
1458        mod_kinds.o
1459pmc_handle_communicator_mod.o: \
1460        mod_kinds.o \
1461        modules.o \
1462        pmc_general_mod.o
1463pmc_mpi_wrapper_mod.o: \
1464        pmc_handle_communicator_mod.o
1465pmc_parent_mod.o: \
1466        pmc_general_mod.o \
1467        pmc_handle_communicator_mod.o \
1468        pmc_mpi_wrapper_mod.o
1469poisfft_mod.o: \
1470        cpulog_mod.o \
1471        fft_xy_mod.o \
1472        mod_kinds.o \
1473        modules.o \
1474        tridia_solver_mod.o
1475poismg_mod.o: \
1476        cpulog_mod.o \
1477        mod_kinds.o \
1478        modules.o
1479poismg_noopt_mod.o: \
1480        cpulog_mod.o \
1481        mod_kinds.o \
1482        modules.o
1483posix_calls_from_fortran.o: \
1484
1485pres.o: \
1486        cpulog_mod.o \
1487        mod_kinds.o \
1488        modules.o \
1489        pmc_interface_mod.o \
1490        poisfft_mod.o \
1491        poismg_mod.o \
1492        poismg_noopt_mod.o \
1493        surface_mod.o
1494print_1d.o: \
1495        cpulog_mod.o \
1496        mod_kinds.o \
1497        modules.o
1498prognostic_equations.o: \
1499        advec_s_bc.o \
1500        advec_s_pw.o \
1501        advec_s_up.o \
1502        advec_u_pw.o \
1503        advec_u_up.o \
1504        advec_v_pw.o \
1505        advec_v_up.o \
1506        advec_w_pw.o \
1507        advec_ws.o \
1508        advec_w_up.o \
[3274]1509        bulk_cloud_model_mod.o \
[2847]1510        buoyancy.o \
1511        chemistry_model_mod.o \
[3833]1512        chem_gasphase_mod.o \
[2847]1513        chem_modules.o \
1514        chem_photolysis_mod.o \
1515        coriolis.o \
1516        cpulog_mod.o \
1517        cpulog_mod.o \
1518        diffusion_s.o \
1519        diffusion_u.o \
1520        diffusion_v.o \
1521        diffusion_w.o \
1522        large_scale_forcing_nudging_mod.o \
1523        mod_kinds.o \
1524        mod_kinds.o \
[3684]1525        module_interface.o \
[2847]1526        modules.o \
[3294]1527        ocean_mod.o \
[2847]1528        plant_canopy_model_mod.o \
1529        radiation_model_mod.o \
[3467]1530        salsa_mod.o \
[2847]1531        subsidence_mod.o \
1532        surface_mod.o \
1533        surface_mod.o \
1534        turbulence_closure_mod.o \
1535        wind_turbine_model_mod.o
1536progress_bar_mod.o: \
1537        mod_kinds.o \
1538        modules.o
1539radiation_model_mod.o: \
[3274]1540        basic_constants_and_equations_mod.o \
1541        bulk_cloud_model_mod.o \
[2847]1542        calc_mean_profile.o \
1543        date_and_time_mod.o \
1544        mod_particle_attributes.o \
1545        modules.o \
1546        netcdf_data_input_mod.o \
1547        plant_canopy_model_mod.o \
1548        surface_mod.o
1549random_function_mod.o: \
1550        mod_kinds.o
1551random_gauss.o: \
1552        mod_kinds.o \
1553        random_function_mod.o \
1554        random_generator_parallel_mod.o
1555random_generator_parallel_mod.o: \
1556        mod_kinds.o \
1557        modules.o
[2894]1558read_restart_data_mod.o: \
[3637]1559        chem_modules.o \
[2921]1560        cpulog_mod.o \
1561        date_and_time_mod.o \
[2847]1562        mod_kinds.o \
[2894]1563        model_1d_mod.o \
[3637]1564        module_interface.o \
1565        modules.o \
[2894]1566        netcdf_interface_mod.o \
[2847]1567        radiation_model_mod.o \
[2894]1568        random_function_mod.o\
[2847]1569        random_generator_parallel_mod.o \
1570        spectra_mod.o \
1571        surface_mod.o \
[3637]1572        vertical_nesting_mod.o
[2847]1573run_control.o: \
1574        cpulog_mod.o \
1575        mod_kinds.o \
1576        modules.o
[3467]1577salsa_mod.o: \
1578        modules.o \
1579        mod_kinds.o \
1580        advec_ws.o \
1581        advec_s_pw.o \
1582        advec_s_up.o \
[3864]1583        chem_gasphase_mod.o \
1584        chemistry_model_mod.o \
[3467]1585        diffusion_s.o \
1586        netcdf_data_input_mod.o \
1587        plant_canopy_model_mod.o \
1588        salsa_util_mod.o \
1589        surface_mod.o \
1590        netcdf_data_input_mod.o
1591salsa_util_mod.o: \
1592        mod_kinds.o \
1593        modules.o
[2847]1594set_slicer_attributes_dvrp.o: \
1595        mod_kinds.o \
1596        modules.o
1597singleton_mod.o: \
1598        mod_kinds.o
1599sor.o: \
1600        mod_kinds.o \
1601        modules.o
1602spectra_mod.o: \
1603        cpulog_mod.o \
1604        fft_xy_mod.o \
1605        mod_kinds.o \
1606        modules.o
1607subsidence_mod.o: \
1608        mod_kinds.o \
1609        modules.o
1610sum_up_3d_data.o: \
[3274]1611        basic_constants_and_equations_mod.o \
1612        bulk_cloud_model_mod.o \
[2847]1613        cpulog_mod.o \
1614        mod_kinds.o \
[3637]1615        module_interface.o \
[2847]1616        modules.o \
1617        surface_mod.o \
1618        turbulence_closure_mod.o \
[3569]1619        urban_surface_mod.o
[2847]1620surface_coupler.o: \
[3274]1621        basic_constants_and_equations_mod.o \
[2847]1622        cpulog_mod.o \
1623        mod_kinds.o \
1624        modules.o \
1625        surface_mod.o
1626surface_layer_fluxes_mod.o: \
[3274]1627        basic_constants_and_equations_mod.o \
1628        bulk_cloud_model_mod.o \
[3833]1629        chem_gasphase_mod.o \
[2847]1630        chem_modules.o \
1631        exchange_horiz_2d.o \
1632        land_surface_model_mod.o \
1633        mod_kinds.o \
1634        modules.o \
1635        surface_mod.o \
1636        urban_surface_mod.o
1637surface_mod.o: \
[3833]1638        chem_gasphase_mod.o \
[2847]1639        chem_modules.o \
1640        model_1d_mod.o \
1641        mod_kinds.o \
1642        modules.o
[3648]1643surface_data_output_mod.o: \
[3421]1644        mod_kinds.o \
1645        modules.o \
[3727]1646        netcdf_data_input_mod.o \
1647        netcdf_interface_mod.o \
[3421]1648        surface_mod.o
[2847]1649swap_timelevel.o: \
1650        cpulog_mod.o \
1651        mod_kinds.o \
[3637]1652        module_interface.o \
[2847]1653        modules.o \
1654        pmc_interface_mod.o \
[3637]1655        turbulence_closure_mod.o
[2847]1656synthetic_turbulence_generator_mod.o: \
[3274]1657        basic_constants_and_equations_mod.o \
[2847]1658        cpulog_mod.o \
1659        mod_kinds.o \
[2938]1660        modules.o \
[3347]1661        nesting_offl_mod.o \
1662        pmc_interface_mod.o \
1663        surface_mod.o
[2847]1664temperton_fft_mod.o: \
1665        mod_kinds.o \
1666        modules.o
1667time_integration.o: \
1668        advec_ws.o \
[3448]1669        biometeorology_mod.o \
[3274]1670        bulk_cloud_model_mod.o \
[2847]1671        buoyancy.o \
1672        calc_mean_profile.o \
[3298]1673        chem_emissions_mod.o \
[2847]1674        chemistry_model_mod.o \
[3833]1675        chem_gasphase_mod.o \
[2847]1676        chem_modules.o \
1677        cpulog_mod.o \
1678        data_output_flight.o \
1679        disturb_heatflux.o \
[3469]1680        indoor_model_mod.o \
[2847]1681        interaction_droplets_ptq.o \
1682        land_surface_model_mod.o \
1683        large_scale_forcing_nudging_mod.o \
1684        lpm.o \
1685        mod_kinds.o \
1686        modules.o \
[3167]1687        multi_agent_system_mod.o \
[3347]1688        nesting_offl_mod.o \
[3298]1689        ocean_mod.o \
[2847]1690        pmc_interface_mod.o \
1691        prognostic_equations.o \
1692        progress_bar_mod.o \
1693        radiation_model_mod.o \
[3467]1694        salsa_mod.o \
[2847]1695        spectra_mod.o \
1696        surface_layer_fluxes_mod.o \
1697        surface_mod.o \
[3648]1698        surface_data_output_mod.o \
[2847]1699        synthetic_turbulence_generator_mod.o \
[3298]1700        time_to_string.o \
[2847]1701        turbulence_closure_mod.o\
1702        urban_surface_mod.o \
1703        vertical_nesting_mod.o \
1704        virtual_flight_mod.o \
[3472]1705        virtual_measurement_mod.o \
[2847]1706        wind_turbine_model_mod.o
1707time_integration_spinup.o: \
[3274]1708        basic_constants_and_equations_mod.o \
[2847]1709        cpulog_mod.o \
1710        date_and_time_mod.o \
1711        land_surface_model_mod.o \
1712        mod_kinds.o \
1713        modules.o \
[2934]1714        pmc_interface_mod.o \
[2847]1715        radiation_model_mod.o \
1716        surface_layer_fluxes_mod.o \
[3298]1717        time_to_string.o \
[2847]1718        urban_surface_mod.o
1719time_to_string.o: \
1720        mod_kinds.o
1721timestep.o: \
[3274]1722        bulk_cloud_model_mod.o \
[2847]1723        cpulog_mod.o \
1724        mod_kinds.o \
1725        modules.o \
1726        pmc_interface_mod.o \
1727        vertical_nesting_mod.o
1728timestep_scheme_steering.o: \
1729        mod_kinds.o \
1730        modules.o
1731transpose.o: \
1732        cpulog_mod.o \
1733        mod_kinds.o \
1734        modules.o
1735tridia_solver_mod.o: \
[3274]1736        basic_constants_and_equations_mod.o \
[2847]1737        mod_kinds.o \
1738        modules.o
1739turbulence_closure_mod.o: \
1740        advec_s_bc.o \
1741        advec_s_pw.o \
1742        advec_s_up.o \
1743        advec_ws.o \
[3274]1744        basic_constants_and_equations_mod.o \
1745        bulk_cloud_model_mod.o \
[2847]1746        cpulog_mod.o \
1747        mod_kinds.o \
1748        mod_particle_attributes.o \
1749        modules.o \
[3322]1750        ocean_mod.o \
[2847]1751        plant_canopy_model_mod.o \
[2938]1752        pmc_interface_mod.o \
[3130]1753        surface_layer_fluxes_mod.o \
[3684]1754        surface_mod.o
[2847]1755urban_surface_mod.o: \
[3274]1756        basic_constants_and_equations_mod.o \
[2847]1757        date_and_time_mod.o \
1758        mod_kinds.o \
1759        modules.o \
1760        netcdf_data_input_mod.o \
1761        radiation_model_mod.o \
1762        surface_mod.o
1763user_data_output_mask.o: \
1764        mod_kinds.o \
1765        modules.o \
[3436]1766        surface_mod.o \
[2847]1767        user_module.o
1768user_data_output_dvrp.o: \
1769        mod_kinds.o \
1770        modules.o \
1771        user_module.o
1772user_dvrp_coltab.o: \
1773        mod_kinds.o \
1774        modules.o \
1775        user_module.o
1776user_flight.o: \
1777        mod_kinds.o \
1778        modules.o \
1779        user_module.o
1780user_init_3d_model.o: \
1781        mod_kinds.o \
1782        modules.o \
1783        surface_mod.o \
1784        user_module.o
1785user_init_flight.o: \
1786        mod_kinds.o \
1787        modules.o \
1788        netcdf_interface_mod.o \
1789        user_module.o
1790user_init_grid.o: \
1791        mod_kinds.o \
1792        modules.o \
1793        user_module.o
1794user_init_land_surface.o: \
1795        land_surface_model_mod.o \
1796        mod_kinds.o \
1797        modules.o \
[3700]1798        surface_mod.o
[2847]1799user_init_plant_canopy.o: \
1800        mod_kinds.o \
1801        modules.o \
1802        plant_canopy_model_mod.o \
1803        user_module.o
1804user_init_radiation.o: \
1805        mod_kinds.o \
1806        modules.o \
1807        radiation_model_mod.o \
1808        user_module.o
1809user_init_urban_surface.o: \
1810        mod_kinds.o \
1811        modules.o \
1812        surface_mod.o \
1813        urban_surface_mod.o \
1814        user_module.o
1815user_lpm_advec.o: \
1816        mod_kinds.o \
1817        modules.o \
1818        user_module.o
1819user_lpm_init.o: \
1820        mod_kinds.o \
1821        modules.o \
1822        user_module.o
1823user_lpm_set_attributes.o: \
1824        mod_kinds.o \
1825        modules.o \
1826        user_module.o
1827user_module.o: \
1828        mod_kinds.o \
1829        modules.o \
[3687]1830        surface_mod.o
[2847]1831user_spectra.o: \
1832        mod_kinds.o \
1833        modules.o \
1834        spectra_mod.o \
1835        user_module.o
1836vertical_nesting_mod.o: \
1837        mod_kinds.o \
1838        modules.o \
1839        surface_mod.o \
1840        turbulence_closure_mod.o
1841virtual_flight_mod.o: \
[3274]1842        basic_constants_and_equations_mod.o \
1843        bulk_cloud_model_mod.o \
[2847]1844        cpulog_mod.o \
1845        mod_kinds.o \
1846        modules.o \
1847        netcdf_interface_mod.o \
1848        user_flight.o \
1849        user_init_flight.o
[3472]1850virtual_measurement_mod.o: \
1851        cpulog_mod.o \
[3522]1852        chemistry_model_mod.o \
[3833]1853        chem_gasphase_mod.o \
[3472]1854        mod_kinds.o \
1855        modules.o \
1856        netcdf_data_input_mod.o \
[3522]1857        netcdf_interface_mod.o \
1858        radiation_model_mod.o
[2847]1859wind_turbine_model_mod.o: \
[3274]1860        basic_constants_and_equations_mod.o \
[2847]1861        cpulog_mod.o \
1862        mod_kinds.o \
1863        modules.o
[2894]1864wrd_write_string.o: \
1865        mod_kinds.o
1866write_restart_data_mod.o: \
[2921]1867        date_and_time_mod.o \
[2847]1868        mod_kinds.o \
[2894]1869        mod_particle_attributes.o \
1870        model_1d_mod.o \
[3637]1871        module_interface.o \
[2847]1872        modules.o \
[2894]1873        netcdf_interface_mod.o \
[2847]1874        radiation_model_mod.o \
1875        random_function_mod.o \
1876        random_generator_parallel_mod.o \
[3637]1877        spectra_mod.o \
1878        surface_mod.o \
1879        vertical_nesting_mod.o
Note: See TracBrowser for help on using the repository browser.