source: palm/trunk/SOURCE/package_parin.f90 @ 1827

Last change on this file since 1827 was 1827, checked in by maronga, 9 years ago

last commit documented

  • Property svn:keywords set to Id
File size: 10.7 KB
Line 
1!> @file package_parin.f90
2!--------------------------------------------------------------------------------!
3! This file is part of PALM.
4!
5! PALM is free software: you can redistribute it and/or modify it under the terms
6! of the GNU General Public License as published by the Free Software Foundation,
7! either version 3 of the License, or (at your option) any later version.
8!
9! PALM is distributed in the hope that it will be useful, but WITHOUT ANY
10! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11! A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12!
13! You should have received a copy of the GNU General Public License along with
14! PALM. If not, see <http://www.gnu.org/licenses/>.
15!
16! Copyright 1997-2016 Leibniz Universitaet Hannover
17!--------------------------------------------------------------------------------!
18!
19! Current revisions:
20! -----------------
21!
22!
23! Former revisions:
24! -----------------
25! $Id: package_parin.f90 1827 2016-04-07 12:12:23Z maronga $
26!
27! 1826 2016-04-07 12:01:39Z maronga
28! Reading of &radiation_par moved to radiation_model_mod.
29! Reading of &canopy_par moved to plant_canopy_model_mod.
30!
31! 822 2016-04-07 07:49:42Z hoffmann
32! +collision_algorithm
33! Tails removed.
34!
35! 1817 2016-04-06 15:44:20Z maronga
36! Reading of &lsm_par moved to land_surface_model_mod.
37!
38! 1788 2016-03-10 11:01:04Z maronga
39! Parameter dewfall removed.
40!
41! 1786 2016-03-08 05:49:27Z raasch
42! cpp-direktives for spectra removed
43!
44! 1757 2016-02-22 15:49:32Z maronga
45! Added parameter unscheduled_radiation_calls
46!
47! 1691 2015-10-26 16:17:44Z maronga
48! Added skip_time_do_lsm, skip_time_do_radiation, and emissivity
49!
50! 1682 2015-10-07 23:56:08Z knoop
51! Code annotations made doxygen readable
52!
53! 1585 2015-04-30 07:05:52Z maronga
54! Added several radiation_par parameters
55!
56! 1575 2015-03-27 09:56:27Z raasch
57! +seed_follows_topography in particles_par
58!
59! 1553 2015-03-03 17:33:54Z maronga
60! Resorting of lsm_par
61!
62! 1551 2015-03-03 14:18:16Z maronga
63! Several changes in the liste for land surface model and radiation model
64!
65! 1496 2014-12-02 17:25:50Z maronga
66! Added support for the land surface model and radiation scheme
67!
68! 1484 2014-10-21 10:53:05Z kanani
69! Changes due to new module structure of the plant canopy model:
70!   module plant_canopy_model_mod added,
71!   new package/namelist canopy_par added, i.e. the canopy model is no longer
72!   steered over the inipar-namelist,
73!   drag_coefficient, leaf_surface_concentration and scalar_exchange_coefficient
74!   renamed to canopy_drag_coeff, leaf_surface_conc and leaf_scalar_exch_coeff.
75! Changed statement tags in CONTINUE-statement
76!
77! 1367 2014-04-23 15:18:30Z witha
78! Bugfix: module kinds must be used
79!
80! 1359 2014-04-11 17:15:14Z hoffmann
81! +alloc_factor, + min_nr_particle
82! -dt_sort_particles, -maximum_number_of_particles
83!
84! 1340 2014-03-25 19:45:13Z kanani
85! REAL constants defined as wp-kinds
86!
87! 1324 2014-03-21 09:13:16Z suehring
88! Bugfix: Missing variable dt_data_output output added to ONLY statement
89!
90! 1320 2014-03-20 08:40:49Z raasch
91! ONLY-attribute added to USE-statements,
92! kind-parameters added to all INTEGER and REAL declaration statements,
93! kinds are defined in new module kinds,
94! old module precision_kind is removed,
95! revision history before 2012 removed,
96! comment fields (!:) to be used for variable explanations added to
97! all variable declaration statements
98!
99! 1036 2012-10-22 13:43:42Z raasch
100! code put under GPL (PALM 3.9)
101!
102! 828 2012-02-21 12:00:36Z raasch
103! +dissipation_classes, radius_classes in parpar
104!
105! 825 2012-02-19 03:03:44Z raasch
106! wang_collision_kernel and turbulence_effects_on_collision in particles_par
107! replaced by collision_kernel
108!
109! Revision 1.1  2000/12/28 13:21:57  raasch
110! Initial revision
111!
112!
113! Description:
114! ------------
115!> This subroutine reads from the NAMELIST file variables controling model
116!> software packages which are used optionally in the run.
117!>
118!> @todo Perform all actions in the respective submodules and remove
119!>       package_parin
120!------------------------------------------------------------------------------!
121 SUBROUTINE package_parin
122 
123
124    USE control_parameters,                                                    &
125        ONLY:  averaging_interval_sp, dt_data_output, dt_dopts, dt_dosp,       &
126               dt_dvrp, particle_maximum_age, skip_time_dosp,                  &
127               threshold
128
129    USE dvrp_variables,                                                        &
130        ONLY:  clip_dvrp_l, clip_dvrp_n, clip_dvrp_r, clip_dvrp_s,             &
131               cluster_size, color_interval, dvrpsize_interval,                &
132               dvrp_directory, dvrp_file, dvrp_host, dvrp_output,              &
133               dvrp_password, dvrp_username, groundplate_color,                &
134               isosurface_color, mode_dvrp, particle_color,                    &
135               particle_dvrpsize, pathlines_fadeintime,                        &
136               pathlines_fadeouttime, pathlines_linecount,                     &
137               pathlines_maxhistory, pathlines_wavecount,                      &
138               pathlines_wavetime, slicer_range_limits_dvrp, superelevation,   &
139               superelevation_x, superelevation_y, topography_color,           &
140               vc_alpha, vc_gradient_normals, vc_mode, vc_size_x, vc_size_y,   &
141               vc_size_z
142
143    USE kinds
144
145    USE particle_attributes,                                                   &
146        ONLY:  alloc_factor, bc_par_b, bc_par_lr, bc_par_ns, bc_par_t,         &
147               collision_algorithm, collision_kernel, density_ratio,           &
148               dissipation_classes, dt_min_part, dt_prel,                      &
149               dt_write_particle_data,                                         &
150               end_time_prel, initial_weighting_factor,                        &
151               min_nr_particle, number_of_particle_groups, particles_per_point,&
152               particle_advection, particle_advection_start, pdx, pdy, pdz,    &
153               psb, psl, psn, psr, pss, pst, radius, radius_classes,           &
154               random_start_position, read_particles_from_restartfile,         &
155               seed_follows_topography, use_sgs_for_particles,                 &
156               vertical_particle_advection, write_particle_statistics
157
158    USE spectrum,                                                              &
159        ONLY:  comp_spectra_level, data_output_sp, plot_spectra_level,         &
160               spectra_direction
161
162    IMPLICIT NONE
163
164    CHARACTER (LEN=80) ::  line  !<
165
166
167
168    NAMELIST /dvrp_graphics_par/  clip_dvrp_l, clip_dvrp_n, clip_dvrp_r,       &
169                                  clip_dvrp_s, cluster_size, color_interval,   &
170                                  dt_dvrp, dvrpsize_interval, dvrp_directory,  &
171                                  dvrp_file, dvrp_host, dvrp_output,           &
172                                  dvrp_password, dvrp_username,                &
173                                  groundplate_color, isosurface_color,         &
174                                  mode_dvrp, particle_color, particle_dvrpsize,&
175                                  pathlines_fadeintime, pathlines_fadeouttime, &
176                                  pathlines_linecount, pathlines_maxhistory,   &
177                                  pathlines_wavecount, pathlines_wavetime,     &
178                                  slicer_range_limits_dvrp, superelevation,    &
179                                  superelevation_x, superelevation_y,          &
180                                  threshold, topography_color, vc_alpha,       &
181                                  vc_gradient_normals, vc_mode, vc_size_x,     &
182                                  vc_size_y, vc_size_z
183
184    NAMELIST /particles_par/      alloc_factor, bc_par_b, bc_par_lr,           &
185                                  bc_par_ns, bc_par_t, collision_algorithm,    &
186                                  collision_kernel,                            &
187                                  density_ratio, dissipation_classes, dt_dopts,&
188                                  dt_min_part, dt_prel,                        &
189                                  dt_write_particle_data,                      &
190                                  end_time_prel, initial_weighting_factor,     &
191                                  min_nr_particle,                             &
192                                  number_of_particle_groups,                   &
193                                  particles_per_point,                         &
194                                  particle_advection_start,                    &
195                                  particle_maximum_age, pdx, pdy, pdz, psb,    &
196                                  psl, psn, psr, pss, pst, radius,             &
197                                  radius_classes, random_start_position,       &
198                                  read_particles_from_restartfile,             &
199                                  seed_follows_topography,                     &
200                                  use_sgs_for_particles,                       &
201                                  vertical_particle_advection,                 &
202                                  write_particle_statistics
203
204    NAMELIST /spectra_par/        averaging_interval_sp, comp_spectra_level,   &
205                                  data_output_sp, dt_dosp, plot_spectra_level, &
206                                  skip_time_dosp, spectra_direction
207
208!
209!-- Position the namelist-file at the beginning (it was already opened in
210!-- parin), search for the namelist-group of the package and position the
211!-- file at this line. Do the same for each optionally used package.
212    line = ' '
213
214
215#if defined( __dvrp_graphics )
216    REWIND ( 11 )
217    line = ' '
218    DO   WHILE ( INDEX( line, '&dvrp_graphics_par' ) == 0 )
219       READ ( 11, '(A)', END=20 )  line
220    ENDDO
221    BACKSPACE ( 11 )
222
223!
224!-- Read user-defined namelist
225    READ ( 11, dvrp_graphics_par )
226
227 20 CONTINUE
228#endif
229
230!
231!-- Try to find particles package
232    REWIND ( 11 )
233    line = ' '
234    DO   WHILE ( INDEX( line, '&particles_par' ) == 0 )
235       READ ( 11, '(A)', END=30 )  line
236    ENDDO
237    BACKSPACE ( 11 )
238
239!
240!-- Read user-defined namelist
241    READ ( 11, particles_par )
242
243!
244!-- Set flag that indicates that particles are switched on
245    particle_advection = .TRUE.
246
247 30 CONTINUE
248
249    REWIND ( 11 )
250    line = ' '
251    DO   WHILE ( INDEX( line, '&spectra_par' ) == 0 )
252       READ ( 11, '(A)', END=40 )  line
253    ENDDO
254    BACKSPACE ( 11 )
255
256!
257!-- Read user-defined namelist
258    READ ( 11, spectra_par )
259
260!
261!-- Default setting of dt_dosp here (instead of check_parameters), because its
262!-- current value is needed in init_pegrid
263    IF ( dt_dosp == 9999999.9_wp )  dt_dosp = dt_data_output
264
265 40 CONTINUE
266
267
268
269
270 END SUBROUTINE package_parin
Note: See TracBrowser for help on using the repository browser.