source: palm/trunk/SOURCE/read_var_list.f90 @ 1092

Last change on this file since 1092 was 1092, checked in by raasch, 11 years ago

unused variables remove from several routines

  • Property svn:keywords set to Id
File size: 36.0 KB
Line 
1 SUBROUTINE read_var_list
2
3!--------------------------------------------------------------------------------!
4! This file is part of PALM.
5!
6! PALM is free software: you can redistribute it and/or modify it under the terms
7! of the GNU General Public License as published by the Free Software Foundation,
8! either version 3 of the License, or (at your option) any later version.
9!
10! PALM is distributed in the hope that it will be useful, but WITHOUT ANY
11! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12! A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13!
14! You should have received a copy of the GNU General Public License along with
15! PALM. If not, see <http://www.gnu.org/licenses/>.
16!
17! Copyright 1997-2012  Leibniz University Hannover
18!--------------------------------------------------------------------------------!
19!
20! Current revisions:
21! ------------------
22! unused variables removed
23!
24! Former revisions:
25! -----------------
26! $Id: read_var_list.f90 1092 2013-02-02 11:24:22Z raasch $
27!
28! 1065 2012-11-22 17:42:36Z hoffmann
29! +nc, c_sedimentation, limiter_sedimentation, turbulence
30! -mu_constant, mu_constant_value
31!
32! 1053 2012-11-13 17:11:03Z hoffmann
33! necessary expansions according to the two new prognostic equations (nr, qr)
34! of the two-moment cloud physics scheme:
35! +bc_*_b, +bc_*_t, +bc_*_t_val, *_init, *_surface, *_surface_initial_change,
36! +*_vertical_gradient, +*_vertical_gradient_level, *_vertical_gradient_level_ind,
37! +surface_waterflux_*
38!
39! in addition, steering parameters parameters of the two-moment cloud physics
40! scheme:   
41! +cloud_scheme, +drizzle, +mu_constant, +mu_constant_value, +ventilation_effect
42!
43! 1036 2012-10-22 13:43:42Z raasch
44! code put under GPL (PALM 3.9)
45!
46! 1015 2012-09-27 09:23:24Z raasch
47! -adjust_mixing_length
48!
49! 1003 2012-09-14 14:35:53Z raasch
50! -grid_matching
51!
52! 1001 2012-09-13 14:08:46Z raasch
53! -cut_spline_overshoot, dt_fixed, last_dt_change, long_filter_factor,
54! overshoot_limit_*, ups_limit_*
55!
56! 978 2012-08-09 08:28:32Z fricke
57! -km_damp_max, outflow_damping_width
58! +pt_damping_factor, pt_damping_width
59! +z0h_factor
60!
61! 940 2012-07-09 14:31:00Z raasch
62! +neutral
63!
64! 927 2012-06-06 19:15:04Z raasch
65! +masking_method
66!
67! 849 2012-03-15 10:35:09Z raasch
68! first_call_advec_particles renamed first_call_lpm
69!
70! 824 2012-02-17 09:09:57Z raasch
71! +curvature_solution_effects
72!
73! 626 2010-12-10 13:04:12Z suehring
74! idum replaced by cdum in read_parts_of_var_list
75!
76! 622 2010-12-10 08:08:13Z raasch
77! +collective_wait
78!
79! 600 2010-11-24 16:10:51Z raasch
80! +call_psolver_at_all_substeps, cfl_factor, cycle_mg, mg_cycles,
81! mg_switch_to_pe0_level, ngsrb, nsor, omega_sor, psolver,
82! rayleigh_damping_factor, rayleigh_damping_height, residual_limit
83! in routine skip_var_list (end of this file), variable ldum is replaced
84! by cdum(LEN=1), because otherwise read errors (too few data on file)
85! appear due to one of the additional parameters (cycle_mg) which are now
86! stored on the restart file
87!
88! 591 2010-10-28 06:35:52Z helmke
89! remove print command
90!
91! 587 2010-10-27 08:36:51Z helmke
92! +time_domask
93!
94! 580 2010-10-05 13:59:11Z heinze
95! Renaming of ws_vertical_gradient to subs_vertical_gradient,
96! ws_vertical_gradient_level to subs_vertical_gradient_level and
97! ws_vertical_gradient_level_ind to subs_vertical_gradient_level_i
98!
99! 411 2009-12-11 14:15:58Z heinze
100! +large_scale_subsidence, ws_vertical_gradient, ws_vertical_gradient_level,
101! ws_vertical_gradient_level_ind
102!
103! 345 2009-07-01 14:37:56Z heinze
104! +output_for_t0
105! dt_fixed is read into a dummy variable.
106! Output of messages replaced by message handling routine.
107! +canyon_height, canyon_width_x, canyon_width_y, canyon_wall_left,
108! canyon_wall_south, conserve_volume_flow_mode, coupling_start_time,
109! dp_external, dp_level_b, dp_smooth, dpdxy, run_coupled,
110! time_since_reference_point, topography_grid_convention, u_bulk, v_bulk
111!
112! 216 2008-11-25 07:12:43Z raasch
113! limitations for nx_on_file, ny_on_file removed (read_parts_of_var_list)
114!
115! 173 2008-05-23 20:39:38Z raasch
116! +cthf, leaf_surface_concentration, scalar_exchange_coefficient
117! +numprocs_previous_run, hor_index_bounds_previous_run, inflow_damping_factor,
118! inflow_damping_height, inflow_damping_width, mean_inflow_profiles,
119! recycling_width, turbulent_inflow,
120! -cross_ts_*, npex, npey,
121! hom_sum, volume_flow_area, volume_flow_initial moved from
122! read_3d_binary to here,
123! routines read_parts_of_var_list and skip_var_list added at the end
124!
125! 138 2007-11-28 10:03:58Z letzel
126! +canopy_mode, drag_coefficient, lad, lad_surface, lad_vertical_gradient,
127! lad_vertical_gradient_level, lad_vertical_gradient_level_ind, pch_index,
128! plant_canopy, time_sort_particles
129!
130! 102 2007-07-27 09:09:17Z raasch
131! +time_coupling, top_momentumflux_u|v
132!
133! 95 2007-06-02 16:48:38Z raasch
134! +bc_sa_t, ocean, sa_init, sa_surface, sa_vertical_gradient,
135! sa_vertical_gradient_level, bottom/top_salinity_flux
136!
137! 87 2007-05-22 15:46:47Z raasch
138! +max_pr_user (version 3.1), var_hom renamed pr_palm
139!
140! 75 2007-03-22 09:54:05Z raasch
141! +loop_optimization, pt_reference, moisture renamed humidity
142!
143! 20 2007-02-26 00:12:32Z raasch
144! +top_heatflux, use_top_fluxes
145!
146! RCS Log replace by Id keyword, revision history cleaned up
147!
148! Revision 1.34  2006/08/22 14:14:27  raasch
149! +dz_max
150!
151! Revision 1.1  1998/03/18 20:18:48  raasch
152! Initial revision
153!
154!
155! Description:
156! ------------
157! Reading values of global control variables from restart-file (binary format)
158!------------------------------------------------------------------------------!
159
160    USE arrays_3d
161    USE averaging
162    USE cloud_parameters
163    USE control_parameters
164    USE grid_variables
165    USE indices
166    USE model_1d
167    USE netcdf_control
168    USE particle_attributes
169    USE pegrid
170    USE profil_parameter
171    USE statistics
172
173    IMPLICIT NONE
174
175    CHARACTER (LEN=10) ::  binary_version, version_on_file
176    CHARACTER (LEN=30) ::  variable_chr
177
178
179    CALL check_open( 13 )
180
181!
182!-- Make version number check first
183    READ ( 13 )  version_on_file
184    binary_version = '3.8'
185    IF ( TRIM( version_on_file ) /= TRIM( binary_version ) )  THEN
186       WRITE( message_string, * ) 'version mismatch concerning control ', &
187                                  'variables',                            &
188                                  '&version on file    = "',              &
189                                  TRIM( version_on_file ), '"',           &
190                                  '&version on program = "',              &
191                                  TRIM( binary_version ), '"'
192       CALL message( 'read_var_list', 'PA0296', 1, 2, 0, 6, 0 )
193    ENDIF
194
195!
196!-- Read number of PEs and horizontal index bounds of all PEs used in previous
197!-- run
198    READ ( 13 )  variable_chr
199    IF ( TRIM( variable_chr ) /= 'numprocs' )  THEN
200       WRITE( message_string, * ) 'numprocs not found in data from prior ', &
201                                  'run on PE ', myid
202       CALL message( 'read_var_list', 'PA0297', 1, 2, 0, 6, 0 )
203    ENDIF
204    READ ( 13 )  numprocs_previous_run
205
206    IF ( .NOT. ALLOCATED( hor_index_bounds_previous_run ) )  THEN
207       ALLOCATE( hor_index_bounds_previous_run(4,0:numprocs_previous_run-1) )
208    ENDIF
209
210    READ ( 13 )  variable_chr
211    IF ( TRIM( variable_chr ) /= 'hor_index_bounds' )  THEN
212       WRITE( message_string, * ) 'hor_index_bounds not found in data from ', &
213                                  'prior run on PE ', myid
214       CALL message( 'read_var_list', 'PA0298', 1, 2, 0, 6, 0 )
215    ENDIF
216    READ ( 13 )  hor_index_bounds_previous_run
217
218!
219!-- Read vertical number of gridpoints and number of different areas used
220!-- for computing statistics. Allocate arrays depending on these values,
221!-- which are needed for the following read instructions.
222    READ ( 13 )  variable_chr
223    IF ( TRIM( variable_chr ) /= 'nz' )  THEN
224       WRITE( message_string, * ) 'nz not found in data from prior run on PE ',&
225                                  myid
226       CALL message( 'read_var_list', 'PA0299', 1, 2, 0, 6, 0 )
227    ENDIF
228    READ ( 13 )  nz
229
230    READ ( 13 )  variable_chr
231    IF ( TRIM( variable_chr ) /= 'max_pr_user' )  THEN
232       WRITE( message_string, * ) 'max_pr_user not found in data from ', &
233                    'prior run on PE ', myid
234       CALL message( 'read_var_list', 'PA0300', 1, 2, 0, 6, 0 )
235    ENDIF
236    READ ( 13 )  max_pr_user    ! This value is checked against the number of
237                                ! user profiles given for the current run
238                                ! in routine user_parin (it has to match)
239
240    READ ( 13 )  variable_chr
241    IF ( TRIM( variable_chr ) /= 'statistic_regions' )  THEN
242       WRITE( message_string, * ) 'statistic_regions not found in data from ', &
243                    'prior run on PE ', myid
244       CALL message( 'read_var_list', 'PA0301', 1, 2, 0, 6, 0 )
245    ENDIF
246    READ ( 13 )  statistic_regions
247    IF ( .NOT. ALLOCATED( ug ) )  THEN
248       ALLOCATE( lad(0:nz+1), ug(0:nz+1), u_init(0:nz+1), vg(0:nz+1),    &
249                 v_init(0:nz+1), pt_init(0:nz+1), q_init(0:nz+1),        &
250                 qr_init(0:nz+1), nr_init(0:nz+1), sa_init(0:nz+1),      &
251                 hom(0:nz+1,2,pr_palm+max_pr_user,0:statistic_regions),  &
252                 hom_sum(0:nz+1,pr_palm+max_pr_user,0:statistic_regions) )
253    ENDIF
254
255!
256!-- Now read all control parameters:
257!-- Caution: When the following read instructions have been changed, the
258!-- -------  version number stored in the variable binary_version has to be
259!--          increased. The same changes must also be done in write_var_list.
260    READ ( 13 )  variable_chr
261    DO  WHILE ( TRIM( variable_chr ) /= '*** end ***' )
262
263       SELECT CASE ( TRIM( variable_chr ) )
264
265          CASE ( 'advected_distance_x' )
266             READ ( 13 )  advected_distance_x
267          CASE ( 'advected_distance_y' )
268             READ ( 13 )  advected_distance_y
269          CASE ( 'alpha_surface' )
270             READ ( 13 )  alpha_surface
271          CASE ( 'average_count_pr' )
272             READ ( 13 )  average_count_pr
273          CASE ( 'average_count_sp' )
274             READ ( 13 )  average_count_sp
275          CASE ( 'average_count_3d' )
276             READ ( 13 )  average_count_3d
277          CASE ( 'bc_e_b' )
278             READ ( 13 )  bc_e_b
279          CASE ( 'bc_lr' )
280             READ ( 13 )  bc_lr
281          CASE ( 'bc_ns' )
282             READ ( 13 )  bc_ns
283          CASE ( 'bc_nr_b' )
284             READ ( 13 )  bc_nr_b
285          CASE ( 'bc_nr_t' )
286             READ ( 13 )  bc_nr_t
287          CASE ( 'bc_nr_t_val' )
288             READ ( 13 )  bc_nr_t_val
289          CASE ( 'bc_p_b' )
290             READ ( 13 )  bc_p_b
291          CASE ( 'bc_p_t' )
292             READ ( 13 )  bc_p_t
293          CASE ( 'bc_pt_b' )
294             READ ( 13 )  bc_pt_b
295          CASE ( 'bc_pt_t' )
296             READ ( 13 )  bc_pt_t
297          CASE ( 'bc_pt_t_val' )
298             READ ( 13 )  bc_pt_t_val
299          CASE ( 'bc_q_b' )
300             READ ( 13 )  bc_q_b
301          CASE ( 'bc_q_t' )
302             READ ( 13 )  bc_q_t
303          CASE ( 'bc_q_t_val' )
304             READ ( 13 )  bc_q_t_val
305          CASE ( 'bc_qr_b' )
306             READ ( 13 )  bc_qr_b
307          CASE ( 'bc_qr_t' )
308             READ ( 13 )  bc_qr_t
309          CASE ( 'bc_qr_t_val' )
310             READ ( 13 )  bc_qr_t_val
311          CASE ( 'bc_s_b' )
312             READ ( 13 )  bc_s_b
313          CASE ( 'bc_s_t' )
314             READ ( 13 )  bc_s_t
315          CASE ( 'bc_sa_t' )
316             READ ( 13 )  bc_sa_t
317          CASE ( 'bc_uv_b' )
318             READ ( 13 )  bc_uv_b
319          CASE ( 'bc_uv_t' )
320             READ ( 13 )  bc_uv_t
321          CASE ( 'bottom_salinityflux' )
322             READ ( 13 )  bottom_salinityflux
323          CASE ( 'building_height' )
324             READ ( 13 )  building_height
325          CASE ( 'building_length_x' )
326             READ ( 13 )  building_length_x
327          CASE ( 'building_length_y' )
328             READ ( 13 )  building_length_y
329          CASE ( 'building_wall_left' )
330             READ ( 13 )  building_wall_left
331          CASE ( 'building_wall_south' )
332             READ ( 13 )  building_wall_south
333          CASE ( 'call_psolver_at_all_substeps' )
334             READ ( 13 )  call_psolver_at_all_substeps
335          CASE ( 'canopy_mode' )
336             READ ( 13 )  canopy_mode
337          CASE ( 'canyon_height' )
338             READ ( 13 )  canyon_height
339          CASE ( 'canyon_width_x' )
340             READ ( 13 )  canyon_width_x
341          CASE ( 'canyon_width_y' )
342             READ ( 13 )  canyon_width_y
343          CASE ( 'canyon_wall_left' )
344             READ ( 13 )  canyon_wall_left
345          CASE ( 'canyon_wall_south' )
346             READ ( 13 )  canyon_wall_south
347          CASE ( 'c_sedimentation' )
348             READ ( 13 )  c_sedimentation
349          CASE ( 'cfl_factor' )
350             READ ( 13 )  cfl_factor
351          CASE ( 'cloud_droplets' )
352             READ ( 13 )  cloud_droplets
353          CASE ( 'cloud_physics' )
354             READ ( 13 )  cloud_physics
355          CASE ( 'cloud_scheme' )
356             READ ( 13 )  cloud_scheme
357          CASE ( 'collective_wait' )
358             READ ( 13 )  collective_wait
359          CASE ( 'conserve_volume_flow' )
360             READ ( 13 )  conserve_volume_flow
361          CASE ( 'conserve_volume_flow_mode' )
362             READ ( 13 )  conserve_volume_flow_mode
363          CASE ( 'coupling_start_time' )
364             READ ( 13 )  coupling_start_time
365          CASE ( 'cthf' )
366             READ ( 13 )  cthf
367          CASE ( 'current_timestep_number' )
368             READ ( 13 )  current_timestep_number
369          CASE ( 'curvature_solution_effects' )
370             READ ( 13 )  curvature_solution_effects
371          CASE ( 'cycle_mg' )
372             READ ( 13 )  cycle_mg
373          CASE ( 'damp_level_1d' )
374             READ ( 13 )  damp_level_1d
375          CASE ( 'dissipation_1d' )
376             READ ( 13 )  dissipation_1d
377          CASE ( 'dp_external' )
378             READ ( 13 )  dp_external
379          CASE ( 'dp_level_b' )
380             READ ( 13 )  dp_level_b
381          CASE ( 'dp_smooth' )
382             READ ( 13 )  dp_smooth
383          CASE ( 'dpdxy' )
384             READ ( 13 )  dpdxy
385          CASE ( 'drag_coefficient' )
386             READ ( 13 )  drag_coefficient
387          CASE ( 'drizzle' )
388             READ ( 13 )  drizzle
389          CASE ( 'dt_pr_1d' )
390             READ ( 13 )  dt_pr_1d
391          CASE ( 'dt_run_control_1d' )
392             READ ( 13 )  dt_run_control_1d
393          CASE ( 'dt_3d' )
394             READ ( 13 )  dt_3d
395          CASE ( 'dvrp_filecount' )
396             READ ( 13 )  dvrp_filecount
397          CASE ( 'dx' )
398             READ ( 13 )  dx
399          CASE ( 'dy' )
400             READ ( 13 )  dy
401          CASE ( 'dz' )
402             READ ( 13 )  dz
403          CASE ( 'dz_max' )
404             READ ( 13 )  dz_max
405          CASE ( 'dz_stretch_factor' )
406             READ ( 13 )  dz_stretch_factor
407          CASE ( 'dz_stretch_level' )
408             READ ( 13 )  dz_stretch_level
409          CASE ( 'e_min' )
410             READ ( 13 )  e_min
411          CASE ( 'end_time_1d' )
412             READ ( 13 )  end_time_1d
413          CASE ( 'fft_method' )
414             READ ( 13 )  fft_method
415          CASE ( 'first_call_lpm' )
416             READ ( 13 )  first_call_lpm
417          CASE ( 'galilei_transformation' )
418             READ ( 13 )  galilei_transformation
419          CASE ( 'hom' )
420             READ ( 13 )  hom
421          CASE ( 'hom_sum' )
422             READ ( 13 )  hom_sum
423          CASE ( 'humidity' )
424             READ ( 13 )  humidity
425          CASE ( 'inflow_damping_factor' )
426             IF ( .NOT. ALLOCATED( inflow_damping_factor ) )  THEN
427                ALLOCATE( inflow_damping_factor(0:nz+1) )
428             ENDIF
429             READ ( 13 )  inflow_damping_factor
430          CASE ( 'inflow_damping_height' )
431             READ ( 13 )  inflow_damping_height
432          CASE ( 'inflow_damping_width' )
433             READ ( 13 )  inflow_damping_width
434          CASE ( 'inflow_disturbance_begin' )
435             READ ( 13 )  inflow_disturbance_begin
436          CASE ( 'inflow_disturbance_end' )
437             READ ( 13 )  inflow_disturbance_end
438          CASE ( 'km_constant' )
439             READ ( 13 )  km_constant
440          CASE ( 'lad' )
441             READ ( 13 )  lad
442          CASE ( 'lad_surface' )
443             READ ( 13 )  lad_surface
444          CASE ( 'lad_vertical_gradient' )
445             READ ( 13 )  lad_vertical_gradient
446          CASE ( 'lad_vertical_gradient_level' )
447             READ ( 13 )  lad_vertical_gradient_level
448          CASE ( 'lad_vertical_gradient_level_in' )
449             READ ( 13 )  lad_vertical_gradient_level_ind
450           CASE ( 'large_scale_subsidence' )
451             READ ( 13 )  large_scale_subsidence
452          CASE ( 'leaf_surface_concentration' )
453             READ ( 13 )  leaf_surface_concentration
454          CASE ( 'limiter_sedimentation' )
455             READ ( 13 )  limiter_sedimentation
456          CASE ( 'loop_optimization' )
457             READ ( 13 )  loop_optimization
458          CASE ( 'masking_method' )
459             READ ( 13 )  masking_method
460          CASE ( 'mean_inflow_profiles' )
461             IF ( .NOT. ALLOCATED( mean_inflow_profiles ) )  THEN
462                ALLOCATE( mean_inflow_profiles(0:nz+1,5) )
463             ENDIF
464             READ ( 13 )  mean_inflow_profiles
465          CASE ( 'mg_cycles' )
466             READ ( 13 )  mg_cycles
467          CASE ( 'mg_switch_to_pe0_level' )
468             READ ( 13 )  mg_switch_to_pe0_level
469          CASE ( 'mixing_length_1d' )
470             READ ( 13 )  mixing_length_1d
471          CASE ( 'momentum_advec' )
472             READ ( 13 )  momentum_advec
473          CASE ( 'nc' )
474             READ ( 13 )  nc
475          CASE ( 'netcdf_precision' )
476             READ ( 13 )  netcdf_precision
477          CASE ( 'neutral' )
478             READ ( 13 )  neutral
479          CASE ( 'ngsrb' )
480             READ ( 13 )  ngsrb
481          CASE ( 'nr_init' )
482             READ ( 13 )  nr_init
483          CASE ( 'nr_surface' )
484             READ ( 13 )  nr_surface
485          CASE ( 'nr_surface_initial_change' )
486             READ ( 13 )  nr_surface_initial_change
487          CASE ( 'nr_vertical_gradient' )
488             READ ( 13 )  nr_vertical_gradient
489          CASE ( 'nr_vertical_gradient_level' )
490             READ ( 13 )  nr_vertical_gradient_level
491          CASE ( 'nr_vertical_gradient_level_ind' )
492             READ ( 13 )  nr_vertical_gradient_level_ind
493          CASE ( 'nsor' )
494             READ ( 13 )  nsor
495          CASE ( 'nsor_ini' )
496             READ ( 13 )  nsor_ini
497          CASE ( 'nx' )
498             READ ( 13 )  nx
499             nx_on_file = nx
500          CASE ( 'ny' )
501             READ ( 13 )  ny
502             ny_on_file = ny
503          CASE ( 'ocean' )
504             READ ( 13 )  ocean
505          CASE ( 'old_dt' )
506             READ ( 13 )  old_dt
507          CASE ( 'omega' )
508             READ ( 13 )  omega
509          CASE ( 'omega_sor' )
510             READ ( 13 )  omega_sor
511          CASE ( 'output_for_t0' )
512             READ (13)    output_for_t0
513          CASE ( 'passive_scalar' )
514             READ ( 13 )  passive_scalar
515          CASE ( 'pch_index' )
516             READ ( 13 )  pch_index
517          CASE ( 'phi' )
518             READ ( 13 )  phi
519          CASE ( 'plant_canopy' )
520             READ ( 13 )  plant_canopy
521          CASE ( 'prandtl_layer' )
522             READ ( 13 )  prandtl_layer
523          CASE ( 'prandtl_number' )
524             READ ( 13 )  prandtl_number
525          CASE ( 'precipitation' )
526             READ ( 13 ) precipitation
527          CASE ( 'psolver' )
528             READ ( 13 )  psolver
529          CASE ( 'pt_damping_factor' )
530             READ ( 13 )  pt_damping_factor
531          CASE ( 'pt_damping_width' )
532             READ ( 13 )  pt_damping_width
533          CASE ( 'pt_init' )
534             READ ( 13 )  pt_init
535          CASE ( 'pt_reference' )
536             READ ( 13 )  pt_reference
537          CASE ( 'pt_surface' )
538             READ ( 13 )  pt_surface
539          CASE ( 'pt_surface_initial_change' )
540             READ ( 13 )  pt_surface_initial_change
541          CASE ( 'pt_vertical_gradient' )
542             READ ( 13 )  pt_vertical_gradient
543          CASE ( 'pt_vertical_gradient_level' )
544             READ ( 13 )  pt_vertical_gradient_level
545          CASE ( 'pt_vertical_gradient_level_ind' )
546             READ ( 13 )  pt_vertical_gradient_level_ind
547          CASE ( 'q_init' )
548             READ ( 13 )  q_init
549          CASE ( 'q_surface' )
550             READ ( 13 )  q_surface
551          CASE ( 'q_surface_initial_change' )
552             READ ( 13 )  q_surface_initial_change
553          CASE ( 'q_vertical_gradient' )
554             READ ( 13 )  q_vertical_gradient
555          CASE ( 'q_vertical_gradient_level' )
556             READ ( 13 )  q_vertical_gradient_level
557          CASE ( 'q_vertical_gradient_level_ind' )
558             READ ( 13 )  q_vertical_gradient_level_ind
559          CASE ( 'qr_init' )
560             READ ( 13 )  qr_init
561          CASE ( 'qr_surface' )
562             READ ( 13 )  qr_surface
563          CASE ( 'qr_surface_initial_change' )
564             READ ( 13 )  qr_surface_initial_change
565          CASE ( 'qr_vertical_gradient' )
566             READ ( 13 )  qr_vertical_gradient
567          CASE ( 'qr_vertical_gradient_level' )
568             READ ( 13 )  qr_vertical_gradient_level
569          CASE ( 'qr_vertical_gradient_level_ind' )
570             READ ( 13 )  qr_vertical_gradient_level_ind
571          CASE ( 'radiation' )
572             READ ( 13 )  radiation
573          CASE ( 'random_generator' )
574             READ ( 13 )  random_generator
575          CASE ( 'random_heatflux' )
576             READ ( 13 )  random_heatflux
577          CASE ( 'rayleigh_damping_factor' )
578             READ ( 13 )  rayleigh_damping_factor
579          CASE ( 'rayleigh_damping_height' )
580             READ ( 13 )  rayleigh_damping_height
581          CASE ( 'recycling_width' )
582             READ ( 13 )  recycling_width
583          CASE ( 'residual_limit' )
584             READ ( 13 )  residual_limit
585          CASE ( 'rif_max' )
586             READ ( 13 )  rif_max
587          CASE ( 'rif_min' )
588             READ ( 13 )  rif_min
589          CASE ( 'roughness_length' )
590             READ ( 13 )  roughness_length
591          CASE ( 'runnr' )
592             READ ( 13 )  runnr
593          CASE ( 'run_coupled' )
594             READ ( 13 )  run_coupled
595          CASE ( 'sa_init' )
596             READ ( 13 )  sa_init
597          CASE ( 'sa_surface' )
598             READ ( 13 )  sa_surface
599          CASE ( 'sa_vertical_gradient' )
600             READ ( 13 )  sa_vertical_gradient
601          CASE ( 'sa_vertical_gradient_level' )
602             READ ( 13 )  sa_vertical_gradient_level
603          CASE ( 'scalar_advec' )
604             READ ( 13 )  scalar_advec
605          CASE ( 'scalar_exchange_coefficient' )
606             READ ( 13 )  scalar_exchange_coefficient
607          CASE ( 'simulated_time' )
608             READ ( 13 )  simulated_time
609          CASE ( 'surface_heatflux' )
610             READ ( 13 )  surface_heatflux
611          CASE ( 'surface_pressure' )
612             READ ( 13 )  surface_pressure
613          CASE ( 'surface_scalarflux' )
614             READ ( 13 )  surface_scalarflux             
615          CASE ( 'surface_waterflux' )
616             READ ( 13 )  surface_waterflux     
617          CASE ( 'surface_waterflux_nr' )
618             READ ( 13 )  surface_waterflux_nr   
619          CASE ( 'surface_waterflux_qr' )
620             READ ( 13 )  surface_waterflux_qr   
621          CASE ( 's_surface' )
622             READ ( 13 )  s_surface
623          CASE ( 's_surface_initial_change' )
624             READ ( 13 )  s_surface_initial_change
625          CASE ( 's_vertical_gradient' )
626             READ ( 13 )  s_vertical_gradient
627          CASE ( 's_vertical_gradient_level' )
628             READ ( 13 )  s_vertical_gradient_level
629          CASE ( 'time_coupling' )
630             READ ( 13 )  time_coupling
631          CASE ( 'time_disturb' )
632             READ ( 13 )  time_disturb
633          CASE ( 'time_dopr' )
634             READ ( 13 )  time_dopr
635          CASE ( 'time_domask' )
636             READ ( 13 )  time_domask
637          CASE ( 'time_dopr_av' )
638             READ ( 13 )  time_dopr_av
639          CASE ( 'time_dopr_listing' )
640             READ ( 13 )  time_dopr_listing
641          CASE ( 'time_dopts' )
642             READ ( 13 )  time_dopts
643          CASE ( 'time_dosp' )
644             READ ( 13 )  time_dosp
645          CASE ( 'time_dots' )
646             READ ( 13 )  time_dots
647          CASE ( 'time_do2d_xy' )
648             READ ( 13 )  time_do2d_xy
649          CASE ( 'time_do2d_xz' )
650             READ ( 13 )  time_do2d_xz
651          CASE ( 'time_do2d_yz' )
652             READ ( 13 )  time_do2d_yz
653          CASE ( 'time_do3d' )
654             READ ( 13 )  time_do3d
655          CASE ( 'time_do_av' )
656             READ ( 13 )  time_do_av
657          CASE ( 'time_do_sla' )
658             READ ( 13 )  time_do_sla
659          CASE ( 'time_dvrp' )
660             READ ( 13 )  time_dvrp
661          CASE ( 'time_restart' )
662             READ ( 13 )  time_restart
663          CASE ( 'time_run_control' )
664             READ ( 13 )  time_run_control
665          CASE ( 'time_since_reference_point' )
666             READ ( 13 )  time_since_reference_point
667          CASE ( 'time_sort_particles' )
668             READ ( 13 )  time_sort_particles
669          CASE ( 'timestep_scheme' )
670             READ ( 13 )  timestep_scheme
671          CASE ( 'topography' )
672             READ ( 13 )  topography
673          CASE ( 'topography_grid_convention' )
674             READ ( 13 )  topography_grid_convention
675          CASE ( 'top_heatflux' )
676             READ ( 13 )  top_heatflux
677          CASE ( 'top_momentumflux_u' )
678             READ ( 13 )  top_momentumflux_u
679          CASE ( 'top_momentumflux_v' )
680             READ ( 13 )  top_momentumflux_v
681          CASE ( 'top_salinityflux' )
682             READ ( 13 )  top_salinityflux
683          CASE ( 'tsc' )
684             READ ( 13 )  tsc
685          CASE ( 'turbulence' )
686             READ ( 13 )  turbulence
687          CASE ( 'turbulent_inflow' )
688             READ ( 13 )  turbulent_inflow
689          CASE ( 'u_bulk' )
690             READ ( 13 )  u_bulk
691          CASE ( 'u_init' )
692             READ ( 13 )  u_init
693          CASE ( 'u_max' )
694             READ ( 13 )  u_max
695          CASE ( 'u_max_ijk' )
696             READ ( 13 )  u_max_ijk
697          CASE ( 'ug' )
698             READ ( 13 )  ug
699          CASE ( 'ug_surface' )
700             READ ( 13 )  ug_surface
701          CASE ( 'ug_vertical_gradient' )
702             READ ( 13 )  ug_vertical_gradient
703          CASE ( 'ug_vertical_gradient_level' )
704             READ ( 13 )  ug_vertical_gradient_level
705          CASE ( 'ug_vertical_gradient_level_ind' )
706             READ ( 13 )  ug_vertical_gradient_level_ind
707          CASE ( 'use_surface_fluxes' )
708             READ ( 13 )  use_surface_fluxes
709          CASE ( 'use_top_fluxes' )
710             READ ( 13 )  use_top_fluxes
711          CASE ( 'use_ug_for_galilei_tr' )
712             READ ( 13 )  use_ug_for_galilei_tr
713          CASE ( 'use_upstream_for_tke' )
714             READ ( 13 )  use_upstream_for_tke
715          CASE ( 'v_bulk' )
716             READ ( 13 )  v_bulk
717          CASE ( 'v_init' )
718             READ ( 13 )  v_init
719          CASE ( 'v_max' )
720             READ ( 13 )  v_max
721          CASE ( 'v_max_ijk' )
722             READ ( 13 )  v_max_ijk
723          CASE ( 'ventilation_effect' )
724             READ ( 13 )  ventilation_effect
725          CASE ( 'vg' )
726             READ ( 13 )  vg
727          CASE ( 'vg_surface' )
728             READ ( 13 )  vg_surface
729          CASE ( 'vg_vertical_gradient' )
730             READ ( 13 )  vg_vertical_gradient
731          CASE ( 'vg_vertical_gradient_level' )
732             READ ( 13 )  vg_vertical_gradient_level
733          CASE ( 'vg_vertical_gradient_level_ind' )
734             READ ( 13 )  vg_vertical_gradient_level_ind
735          CASE ( 'volume_flow_area' )
736             READ ( 13 )  volume_flow_area
737          CASE ( 'volume_flow_initial' )
738             READ ( 13 )  volume_flow_initial
739          CASE ( 'wall_adjustment' )
740             READ ( 13 )  wall_adjustment
741          CASE ( 'subs_vertical_gradient' )
742             READ ( 13 )  subs_vertical_gradient
743          CASE ( 'subs_vertical_gradient_level' )
744             READ ( 13 )  subs_vertical_gradient_level
745          CASE ( 'subs_vertical_gradient_level_i' )
746             READ ( 13 )  subs_vertical_gradient_level_i
747          CASE ( 'w_max' )
748             READ ( 13 )  w_max
749          CASE ( 'w_max_ijk' )
750             READ ( 13 )  w_max_ijk
751          CASE ( 'z0h_factor' )
752             READ ( 13 )  z0h_factor
753
754          CASE DEFAULT
755             WRITE( message_string, * ) 'unknown variable named "',         &
756                                        TRIM( variable_chr ), '" found in', &
757                                        ' data from prior run on PE ', myid 
758             CALL message( 'read_var_list', 'PA0302', 1, 2, 0, 6, 0 )
759        END SELECT
760!
761!--    Read next string
762       READ ( 13 )  variable_chr
763
764    ENDDO
765
766
767 END SUBROUTINE read_var_list
768
769
770
771 SUBROUTINE read_parts_of_var_list
772
773!------------------------------------------------------------------------------!
774! Description:
775! ------------
776! Skipping the global control variables from restart-file (binary format)
777! except some informations needed when reading restart data from a previous
778! run which used a smaller total domain or/and a different domain decomposition.
779!------------------------------------------------------------------------------!
780
781    USE arrays_3d
782    USE control_parameters
783    USE indices
784    USE pegrid
785    USE statistics
786
787    IMPLICIT NONE
788
789    CHARACTER (LEN=10) ::  version_on_file
790    CHARACTER (LEN=30) ::  variable_chr
791    CHARACTER (LEN=1)  ::  cdum
792
793    INTEGER ::  max_pr_user_on_file, nz_on_file, &
794                statistic_regions_on_file, tmp_mpru, tmp_sr
795
796    REAL, DIMENSION(:,:,:),   ALLOCATABLE ::  hom_sum_on_file
797    REAL, DIMENSION(:,:,:,:), ALLOCATABLE ::  hom_on_file
798
799
800    CALL check_open( 13 )
801
802    WRITE (9,*) 'rpovl: after check open 13'
803    CALL local_flush( 9 )
804    READ ( 13 )  version_on_file
805
806!
807!-- Read number of PEs and horizontal index bounds of all PEs used in previous
808!-- run
809    READ ( 13 )  variable_chr
810    IF ( TRIM( variable_chr ) /= 'numprocs' )  THEN
811       WRITE( message_string, * ) 'numprocs not found in data from prior ', &
812                                  'run on PE ', myid
813       CALL message( 'read_parts_of_var_list', 'PA0297', 1, 2, 0, 6, 0 )
814    ENDIF
815    READ ( 13 )  numprocs_previous_run
816
817    IF ( .NOT. ALLOCATED( hor_index_bounds_previous_run ) )  THEN
818       ALLOCATE( hor_index_bounds_previous_run(4,0:numprocs_previous_run-1) )
819    ENDIF
820
821    READ ( 13 )  variable_chr
822    IF ( TRIM( variable_chr ) /= 'hor_index_bounds' )  THEN
823       WRITE( message_string, * ) 'hor_index_bounds not found in data from ', &
824                                  'prior run on PE ', myid
825       CALL message( 'read_parts_of_var_list', 'PA0298', 1, 2, 0, 6, 0 )
826    ENDIF
827    READ ( 13 )  hor_index_bounds_previous_run
828
829!
830!-- Read vertical number of gridpoints and number of different areas used
831!-- for computing statistics. Allocate arrays depending on these values,
832!-- which are needed for the following read instructions.
833    READ ( 13 )  variable_chr
834    IF ( TRIM( variable_chr ) /= 'nz' )  THEN
835       message_string = 'nz not found in restart data file'
836       CALL message( 'read_parts_of_var_list', 'PA0303', 1, 2, 0, 6, 0 )
837    ENDIF
838    READ ( 13 )  nz_on_file
839    IF ( nz_on_file /= nz )  THEN
840       WRITE( message_string, * ) 'mismatch concerning number of ',      &
841                                  'gridpoints along z',                  &
842                                  '&nz on file    = "', nz_on_file, '"', &
843                                  '&nz from run   = "', nz, '"'
844       CALL message( 'read_parts_of_var_list', 'PA0304', 1, 2, 0, 6, 0 )
845    ENDIF
846
847    READ ( 13 )  variable_chr
848    IF ( TRIM( variable_chr ) /= 'max_pr_user' )  THEN
849       message_string = 'max_pr_user not found in restart data file'
850       CALL message( 'read_parts_of_var_list', 'PA0305', 1, 2, 0, 6, 0 )
851    ENDIF
852    READ ( 13 )  max_pr_user_on_file
853    IF ( max_pr_user_on_file /= max_pr_user )  THEN
854       WRITE( message_string, * ) 'number of user profiles on res',           &
855                                  'tart data file differs from the current ', &
856                                  'run&max_pr_user on file    = "',           &
857                                  max_pr_user_on_file, '"',                   &
858                                  '&max_pr_user from run   = "',              &
859                                  max_pr_user, '"'
860       CALL message( 'read_parts_of_var_list', 'PA0306', 0, 0, 0, 6, 0 )
861       tmp_mpru = MIN( max_pr_user_on_file, max_pr_user )
862    ELSE
863       tmp_mpru = max_pr_user
864    ENDIF
865
866    READ ( 13 )  variable_chr
867    IF ( TRIM( variable_chr ) /= 'statistic_regions' )  THEN
868       message_string = 'statistic_regions not found in restart data file'
869       CALL message( 'read_parts_of_var_list', 'PA0307', 1, 2, 0, 6, 0 )
870    ENDIF
871    READ ( 13 )  statistic_regions_on_file
872    IF ( statistic_regions_on_file /= statistic_regions )  THEN
873       WRITE( message_string, * ) 'statistic regions on restart data file ',& 
874                                  'differ from the current run',            &
875                                  '&statistic regions on file    = "',      &
876                                  statistic_regions_on_file, '"',           &
877                                  '&statistic regions from run   = "',      &
878                                   statistic_regions, '"',                  &
879                                  '&statistic data may be lost!'
880       CALL message( 'read_parts_of_var_list', 'PA0308', 0, 1, 0, 6, 0 )
881       tmp_sr = MIN( statistic_regions_on_file, statistic_regions )
882    ELSE
883       tmp_sr = statistic_regions
884    ENDIF
885
886
887!
888!-- Now read and check some control parameters and skip the rest
889    WRITE (9,*) 'wpovl: begin reading variables'
890    CALL local_flush( 9 )
891    READ ( 13 )  variable_chr
892
893    DO  WHILE ( TRIM( variable_chr ) /= '*** end ***' )
894
895       SELECT CASE ( TRIM( variable_chr ) )
896
897          CASE ( 'average_count_pr' )
898             READ ( 13 )  average_count_pr
899             IF ( average_count_pr /= 0 )  THEN
900                WRITE( message_string, * ) 'inflow profiles not temporally ',  &
901                               'averaged. &Averaging will be done now using ', &
902                               average_count_pr, ' samples.'
903                CALL message( 'read_parts_of_var_list', 'PA0309', &
904                                                                 0, 1, 0, 6, 0 )
905             ENDIF
906
907          CASE ( 'hom' )
908             ALLOCATE( hom_on_file(0:nz+1,2,pr_palm+max_pr_user_on_file, &
909                       0:statistic_regions_on_file) )
910             READ ( 13 )  hom_on_file
911             hom(:,:,1:pr_palm+tmp_mpru,0:tmp_sr) = &
912                          hom_on_file(:,:,1:pr_palm+tmp_mpru,0:tmp_sr)
913             DEALLOCATE( hom_on_file )
914
915          CASE ( 'hom_sum' )
916             ALLOCATE( hom_sum_on_file(0:nz+1,pr_palm+max_pr_user_on_file, &
917                       0:statistic_regions_on_file) )
918             READ ( 13 )  hom_sum_on_file
919             hom_sum(:,1:pr_palm+tmp_mpru,0:tmp_sr) = &
920                          hom_sum_on_file(:,1:pr_palm+tmp_mpru,0:tmp_sr)
921             DEALLOCATE( hom_sum_on_file )
922
923          CASE ( 'nx' )
924             READ ( 13 )  nx_on_file
925
926          CASE ( 'ny' )
927             READ ( 13 )  ny_on_file
928
929
930          CASE DEFAULT
931
932             READ ( 13 )  cdum
933
934       END SELECT
935
936       READ ( 13 )  variable_chr
937
938    ENDDO
939
940!
941!-- Calculate the temporal average of vertical profiles, if neccessary
942    IF ( average_count_pr /= 0 )  THEN
943       hom_sum = hom_sum / REAL( average_count_pr )
944    ENDIF
945
946
947 END SUBROUTINE read_parts_of_var_list
948
949
950
951 SUBROUTINE skip_var_list
952
953!------------------------------------------------------------------------------!
954! Description:
955! ------------
956! Skipping the global control variables from restart-file (binary format)
957!------------------------------------------------------------------------------!
958
959    IMPLICIT NONE
960
961    CHARACTER (LEN=10) ::  version_on_file
962    CHARACTER (LEN=30) ::  variable_chr
963
964    CHARACTER (LEN=1) ::  cdum
965
966
967    WRITE (9,*) 'skipvl #1'
968    CALL local_flush( 9 )
969    READ ( 13 )  version_on_file
970
971    WRITE (9,*) 'skipvl before variable_chr'
972    CALL local_flush( 9 )
973    READ ( 13 )  variable_chr
974    WRITE (9,*) 'skipvl after variable_chr'
975    CALL local_flush( 9 )
976
977    DO  WHILE ( TRIM( variable_chr ) /= '*** end ***' )
978
979    WRITE (9,*) 'skipvl chr = ', variable_chr
980    CALL local_flush( 9 )
981       READ ( 13 )  cdum
982       READ ( 13 )  variable_chr
983
984    ENDDO
985    WRITE (9,*) 'skipvl last'
986    CALL local_flush( 9 )
987
988
989 END SUBROUTINE skip_var_list
Note: See TracBrowser for help on using the repository browser.