source: palm/trunk/SOURCE/parin.f90 @ 57

Last change on this file since 57 was 57, checked in by raasch, 17 years ago

preliminary update of further changes, advec_particles is not running!

  • Property svn:keywords set to Id
File size: 10.0 KB
Line 
1 SUBROUTINE parin
2
3!------------------------------------------------------------------------------!
4! Actual revisions:
5! -----------------
6! +netcdf_64bit_3d in d3par, +pt_reference in inipar, -data_output_ts
7!
8! Former revisions:
9! -----------------
10! $Id: parin.f90 57 2007-03-09 12:05:41Z raasch $
11!
12! 20 2007-02-26 00:12:32Z raasch
13! +top_heatflux, use_top_fluxes in inipar
14!
15! -netcdf_64bit_3d
16!
17! 3 2007-02-13 11:30:58Z raasch
18! +netcdf_64bit_3d in d3par,
19! RCS Log replace by Id keyword, revision history cleaned up
20!
21! Revision 1.57  2007/02/11 13:11:22  raasch
22! Values of environment variables are now read from file ENVPAR instead of
23! reading them with a system call, + NAMELIST envpar
24!
25! Revision 1.1  1997/07/24 11:22:50  raasch
26! Initial revision
27!
28!
29! Description:
30! ------------
31! This subroutine reads variables controling the run from the NAMELIST files
32!------------------------------------------------------------------------------!
33
34    USE arrays_3d
35    USE averaging
36    USE control_parameters
37    USE grid_variables
38    USE indices
39    USE model_1d
40    USE pegrid
41    USE profil_parameter
42    USE statistics
43
44    IMPLICIT NONE
45
46    INTEGER ::  idum
47
48
49    NAMELIST /inipar/  adjust_mixing_length, alpha_surface, bc_e_b, bc_lr, &
50                       bc_ns, bc_p_b, bc_p_t, bc_pt_b, bc_pt_t, bc_q_b, &
51                       bc_q_t,bc_s_b, bc_s_t, bc_uv_b, bc_uv_t, &
52                       building_height, building_length_x, building_length_y, &
53                       building_wall_left, building_wall_south, &
54                       cloud_droplets, cloud_physics, conserve_volume_flow, &
55                       cut_spline_overshoot, damp_level_1d, dissipation_1d, &
56                       dt, dt_pr_1d, dt_run_control_1d, dx, dy, dz, dz_max, &
57                       dz_stretch_factor, dz_stretch_level, e_min, &
58                       end_time_1d, fft_method, galilei_transformation, &
59                       grid_matching, inflow_disturbance_begin, &
60                       inflow_disturbance_end, initializing_actions, &
61                       km_constant, km_damp_max, long_filter_factor, &
62                       mixing_length_1d, moisture, momentum_advec, &
63                       netcdf_precision, npex, npey, nsor_ini, nx, ny, nz, &
64                       omega, outflow_damping_width, overshoot_limit_e, &
65                       overshoot_limit_pt, overshoot_limit_u, &
66                       overshoot_limit_v, overshoot_limit_w, passive_scalar, &
67                       phi, prandtl_layer, precipitation, pt_reference, &
68                       pt_surface, pt_surface_initial_change, &
69                       pt_vertical_gradient, pt_vertical_gradient_level, &
70                       q_surface, q_surface_initial_change, &
71                       q_vertical_gradient, q_vertical_gradient_level, &
72                       radiation, random_generator, random_heatflux, rif_max, &
73                       rif_min, roughness_length, scalar_advec, &
74                       statistic_regions, surface_heatflux, surface_pressure, &
75                       surface_scalarflux, surface_waterflux, s_surface, &
76                       s_surface_initial_change, s_vertical_gradient, &
77                       s_vertical_gradient_level, top_heatflux, &
78                       timestep_scheme, topography, ug_surface, &
79                       ug_vertical_gradient, ug_vertical_gradient_level, &
80                       ups_limit_e, ups_limit_pt, ups_limit_u, ups_limit_v, &
81                       ups_limit_w, use_surface_fluxes, use_top_fluxes, &
82                       use_ug_for_galilei_tr, use_upstream_for_tke, &
83                       vg_surface, vg_vertical_gradient, &
84                       vg_vertical_gradient_level, wall_adjustment, &
85                       wall_heatflux
86
87
88    NAMELIST /d3par/   averaging_interval,  averaging_interval_pr, &
89                       call_psolver_at_all_substeps, cfl_factor, &
90                       create_disturbances, cross_normalized_x, &
91                       cross_normalized_y, cross_profiles, cross_ts_uymax, &
92                       cross_ts_uymin, cross_xtext, cycle_mg, data_output, &
93                       data_output_format, data_output_pr, &
94                       data_output_2d_on_each_pe, disturbance_amplitude, &
95                       disturbance_energy_limit, disturbance_level_b, &
96                       disturbance_level_t, do2d_at_begin, do3d_at_begin, &
97                       do3d_compress, do3d_comp_prec, dt, dt_averaging_input, &
98                       dt_averaging_input_pr, dt_data_output, &
99                       dt_data_output_av, dt_disturb, dt_dopr, &
100                       dt_dopr_listing, dt_dots, dt_do2d_xy, dt_do2d_xz, &
101                       dt_do2d_yz, dt_do3d, dt_restart, dt_run_control, &
102                       end_time, force_print_header, mg_cycles, &
103                       mg_switch_to_pe0_level, netcdf_64bit, netcdf_64bit_3d, &
104                       ngsrb, normalizing_region, nsor, nz_do3d, omega_sor, &
105                       prandtl_number, profile_columns, profile_rows, psolver, &
106                       rayleigh_damping_factor, rayleigh_damping_height, &
107                       residual_limit, restart_time, section_xy, section_xz, &
108                       section_yz, skip_time_data_output, &
109                       skip_time_data_output_av, skip_time_dopr, &
110                       skip_time_dosp, skip_time_do2d_xy, skip_time_do2d_xz, &
111                       skip_time_do2d_yz, skip_time_do3d, &
112                       termination_time_needed, use_prior_plot1d_parameters, &
113                       z_max_do1d, z_max_do1d_normalized, z_max_do2d
114
115
116    NAMELIST /envpar/  host, maximum_cpu_time_allowed, run_identifier, &
117                       tasks_per_node, write_binary
118
119
120#if defined( __parallel )
121!
122!-- Preliminary determination of processor-id which is needed here to open the
123!-- input files belonging to the corresponding processor and to produce
124!-- messages by PE0 only (myid and myid_char are later determined in
125!-- init_pegrid)
126    CALL MPI_COMM_RANK( comm_palm, myid, ierr )
127    WRITE (myid_char,'(''_'',I4.4)')  myid
128!
129!-- Since on IBM machines the process rank may be changed when the final
130!-- communicator is defined, save the preliminary processor-id for opening
131!-- the binary output file for restarts (unit 14), because otherwise
132!-- a mismatch occurs when reading this file in the next job
133    myid_char_14 = myid_char
134#endif
135
136!
137!-- Open the NAMELIST-file which is send with this job
138    CALL check_open( 11 )
139
140!
141!-- Read the control parameters for initialization.
142!-- The namelist "inipar" must be provided in the NAMELIST-file. If this is
143!-- not the case and the file contains - instead of "inipar" - any other
144!-- namelist, a read error is created on t3e and control is transferred
145!-- to the statement with label 10. Therefore, on t3e machines one can not
146!-- distinguish between errors produced by a wrong "inipar" namelist or
147!-- because this namelist is totally missing.
148    READ ( 11, inipar, ERR=10, END=11 )
149    GOTO 12
150 10 IF ( myid == 0 )  THEN
151       PRINT*, '+++ parin: errors in \$inipar'
152       PRINT*, '           or no \$inipar-namelist found (CRAY-machines only)' 
153    ENDIF
154    CALL local_stop
155 11 IF ( myid == 0 )  THEN
156       PRINT*, '+++ parin: no \$inipar-namelist found'
157    ENDIF
158    CALL local_stop
159
160!
161!-- If required, read control parameters from restart file (produced by
162!-- a prior run)
163 12 IF ( TRIM( initializing_actions ) == 'read_restart_data' )  THEN
164
165       CALL read_var_list
166!
167!--    Increment the run count
168       runnr = runnr + 1
169
170    ELSE
171!
172!--    This is not a restart job.
173!--    Check, if the grid point numbers are well defined.
174       IF ( nx <= 0 )  THEN
175          IF ( myid == 0 )  THEN
176             PRINT*, '+++ parin: no value or wrong value given for nx: nx=', nx
177          ENDIF
178          CALL local_stop
179       ENDIF
180       IF ( ny <= 0 )  THEN
181          IF ( myid == 0 )  THEN
182             PRINT*, '+++ parin: no value or wrong value given for ny: ny=', ny
183          ENDIF
184          CALL local_stop
185       ENDIF
186       IF ( nz <= 0 )  THEN
187          IF ( myid == 0 )  THEN
188             PRINT*, '+++ parin: no value or wrong value given for nz: nz=', nz
189          ENDIF
190          CALL local_stop
191       ENDIF
192
193!
194!--    Allocate arrays which will be already initialized in init_pegrid or
195!--    check_parameters. During restart jobs, these arrays will be allocated
196!--    in read_var_list. All other arrays are allocated in init_3d_model.
197       ALLOCATE( ug(0:nz+1), vg(0:nz+1), &
198                 pt_init(0:nz+1), q_init(0:nz+1), u_init(0:nz+1), &
199                 v_init(0:nz+1),                                  &
200                 hom(0:nz+1,2,var_hom,0:statistic_regions) )
201       hom = 0.0
202
203    ENDIF
204
205!
206!-- Definition of names of areas used for computing statistics. They must
207!-- be defined at this place, because they are allowed to be redefined by
208!-- the user in user_parin.
209    region = 'total domain'
210
211!
212!-- Read runtime parameters given by the user for this run (namelist "d3par").
213!-- The namelist "d3par" can be omitted. In that case, default values are
214!-- used for the parameters.
215    READ ( 11, d3par, END=20 )
216
217!
218!-- Read control parameters for optionally used model software packages
219 20 CALL package_parin
220
221!
222!-- Read user-defined variables
223    CALL user_parin
224
225!
226!-- NAMELIST-file is not needed anymore
227    CALL close_file( 11 )
228
229!
230!-- Read values of environment variables (this NAMELIST file is generated by
231!-- mrun)
232    OPEN ( 90, FILE='ENVPAR', STATUS='OLD', FORM='FORMATTED', ERR=30 )
233    READ ( 90, envpar, ERR=31, END=32 )
234    CLOSE ( 90 )
235    RETURN
236
237 30 IF ( myid == 0 )  THEN
238       PRINT*, '+++ parin: WARNING: local file ENVPAR not found'
239       PRINT*, '           some variables for steering may not be properly set'
240    ENDIF
241    RETURN
242
243 31 IF ( myid == 0 )  THEN
244       PRINT*, '+++ parin: WARNING: errors in local file ENVPAR'
245       PRINT*, '           some variables for steering may not be properly set'
246    ENDIF
247    RETURN
248
249 32 IF ( myid == 0 )  THEN
250       PRINT*, '+++ parin: WARNING: no envpar-NAMELIST found in local file ', &
251                           'ENVPAR'
252       PRINT*, '           some variables for steering may not be properly set'
253    ENDIF
254
255 END SUBROUTINE parin
Note: See TracBrowser for help on using the repository browser.