[1682] | 1 | !> @file parin.f90 |
---|
[2000] | 2 | !------------------------------------------------------------------------------! |
---|
[2696] | 3 | ! This file is part of the PALM model system. |
---|
[1036] | 4 | ! |
---|
[2000] | 5 | ! PALM is free software: you can redistribute it and/or modify it under the |
---|
| 6 | ! terms of the GNU General Public License as published by the Free Software |
---|
| 7 | ! Foundation, either version 3 of the License, or (at your option) any later |
---|
| 8 | ! version. |
---|
[1036] | 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 | ! |
---|
[3649] | 17 | ! Copyright 1997-2019 Leibniz Universitaet Hannover |
---|
[2000] | 18 | !------------------------------------------------------------------------------! |
---|
[1036] | 19 | ! |
---|
[257] | 20 | ! Current revisions: |
---|
[1484] | 21 | ! ----------------- |
---|
[2233] | 22 | ! |
---|
[3747] | 23 | ! |
---|
[2233] | 24 | ! Former revisions: |
---|
| 25 | ! ----------------- |
---|
| 26 | ! $Id: parin.f90 4196 2019-08-29 11:02:06Z knoop $ |
---|
[4196] | 27 | ! added rotation_angle to initialization_parameters |
---|
| 28 | ! |
---|
| 29 | ! 4191 2019-08-27 15:45:07Z gronemeier |
---|
[4191] | 30 | ! bugfix: add recycling_method_for_thermodynamic_quantities to inipar namelist |
---|
| 31 | ! |
---|
| 32 | ! 4183 2019-08-23 07:33:16Z oliver.maas |
---|
[4183] | 33 | ! replaced recycle_absolute_quantities by recycling_method_for_thermodynamic_quantities |
---|
| 34 | ! |
---|
| 35 | ! 4182 2019-08-22 15:20:23Z scharf |
---|
[4182] | 36 | ! Corrected "Former revisions" section |
---|
| 37 | ! |
---|
| 38 | ! 4176 2019-08-20 14:10:41Z oliver.maas |
---|
[4176] | 39 | ! added recycle_absolute_quantities to initialization_parameters namelist |
---|
| 40 | ! |
---|
| 41 | ! 4173 2019-08-20 12:04:06Z gronemeier |
---|
[4173] | 42 | ! add vdi_internal_controls |
---|
| 43 | ! |
---|
| 44 | ! 4131 2019-08-02 11:06:18Z monakurppa |
---|
[4131] | 45 | ! Allocate hom and hom_sum to allow profile output for salsa variables. |
---|
| 46 | ! |
---|
| 47 | ! 4079 2019-07-09 18:04:41Z suehring |
---|
[4079] | 48 | ! +monotonic_limiter_z |
---|
| 49 | ! |
---|
| 50 | ! 4022 2019-06-12 11:52:39Z suehring |
---|
[4022] | 51 | ! Change default top boundary condition for pressure to Neumann in offline |
---|
| 52 | ! nesting case |
---|
| 53 | ! |
---|
| 54 | ! 4017 2019-06-06 12:16:46Z schwenkel |
---|
[3987] | 55 | ! Introduce alternative switch for debug output during timestepping |
---|
| 56 | ! |
---|
| 57 | ! 3885 2019-04-11 11:29:34Z kanani |
---|
[3885] | 58 | ! Changes related to global restructuring of location messages and introduction |
---|
| 59 | ! of additional debug messages |
---|
| 60 | ! |
---|
| 61 | ! 3806 2019-03-21 12:45:50Z raasch |
---|
[3806] | 62 | ! additional check for lateral boundary conditions added |
---|
| 63 | ! |
---|
| 64 | ! 3747 2019-02-16 15:15:23Z gronemeier |
---|
[3747] | 65 | ! removed setting of parameter region |
---|
| 66 | ! |
---|
| 67 | ! 3746 2019-02-16 12:41:27Z gronemeier |
---|
[3668] | 68 | ! Removed most_method |
---|
| 69 | ! |
---|
| 70 | ! 3649 2019-01-02 16:52:21Z suehring |
---|
[3649] | 71 | ! Delete debug-print statements |
---|
[3569] | 72 | ! |
---|
[4182] | 73 | ! Revision 1.1 1997/07/24 11:22:50 raasch |
---|
| 74 | ! Initial revision |
---|
| 75 | ! |
---|
| 76 | ! |
---|
[1] | 77 | ! Description: |
---|
| 78 | ! ------------ |
---|
[1682] | 79 | !> This subroutine reads variables controling the run from the NAMELIST files |
---|
[3298] | 80 | !> |
---|
| 81 | !> @todo: Revise max_pr_cs (profiles for chemistry) |
---|
[1] | 82 | !------------------------------------------------------------------------------! |
---|
[1682] | 83 | SUBROUTINE parin |
---|
| 84 | |
---|
[1] | 85 | |
---|
[1320] | 86 | USE arrays_3d, & |
---|
[3274] | 87 | ONLY: pt_init, q_init, ref_state, s_init, sa_init, & |
---|
[2696] | 88 | ug, u_init, v_init, vg |
---|
[1320] | 89 | |
---|
[2696] | 90 | USE chem_modules |
---|
[1320] | 91 | |
---|
[1762] | 92 | USE control_parameters |
---|
[1320] | 93 | |
---|
| 94 | USE cpulog, & |
---|
| 95 | ONLY: cpu_log_barrierwait |
---|
| 96 | |
---|
[2696] | 97 | USE date_and_time_mod, & |
---|
[3298] | 98 | ONLY: date_init, day_of_year_init, time_utc_init |
---|
[2696] | 99 | |
---|
[1320] | 100 | USE grid_variables, & |
---|
| 101 | ONLY: dx, dy |
---|
| 102 | |
---|
| 103 | USE indices, & |
---|
| 104 | ONLY: nx, ny, nz |
---|
| 105 | |
---|
[1764] | 106 | USE kinds |
---|
| 107 | |
---|
[2338] | 108 | USE model_1d_mod, & |
---|
[1320] | 109 | ONLY: damp_level_1d, dt_pr_1d, dt_run_control_1d, end_time_1d |
---|
| 110 | |
---|
[3637] | 111 | USE module_interface, & |
---|
| 112 | ONLY: module_interface_parin |
---|
[3159] | 113 | |
---|
[1783] | 114 | USE netcdf_interface, & |
---|
| 115 | ONLY: netcdf_data_format, netcdf_deflate, netcdf_precision |
---|
| 116 | |
---|
[2696] | 117 | USE pegrid |
---|
[3448] | 118 | |
---|
[1764] | 119 | USE pmc_interface, & |
---|
[1933] | 120 | ONLY: nested_run, nesting_mode |
---|
[1764] | 121 | |
---|
[1320] | 122 | USE profil_parameter, & |
---|
[2298] | 123 | ONLY: cross_profiles, profile_columns, profile_rows |
---|
[1320] | 124 | |
---|
[1402] | 125 | USE progress_bar, & |
---|
[3313] | 126 | ONLY : progress_bar_disabled |
---|
[1402] | 127 | |
---|
[2894] | 128 | USE read_restart_data_mod, & |
---|
[3637] | 129 | ONLY: rrd_global |
---|
[2894] | 130 | |
---|
[1320] | 131 | USE statistics, & |
---|
[3746] | 132 | ONLY: hom, hom_sum, pr_palm, statistic_regions |
---|
[1320] | 133 | |
---|
[3083] | 134 | USE turbulence_closure_mod, & |
---|
| 135 | ONLY: rans_const_c, rans_const_sigma |
---|
| 136 | |
---|
[2365] | 137 | USE vertical_nesting_mod, & |
---|
| 138 | ONLY: vnest_start_time |
---|
[1914] | 139 | |
---|
[2696] | 140 | |
---|
[1] | 141 | IMPLICIT NONE |
---|
| 142 | |
---|
[2849] | 143 | CHARACTER (LEN=80) :: line !< dummy string that contains the current line of the parameter file |
---|
| 144 | |
---|
[2600] | 145 | INTEGER(iwp) :: global_id !< process id with respect to MPI_COMM_WORLD |
---|
| 146 | INTEGER(iwp) :: global_procs !< # of procs with respect to MPI_COMM_WORLD |
---|
| 147 | INTEGER(iwp) :: i !< |
---|
| 148 | INTEGER(iwp) :: ioerr !< error flag for open/read/write |
---|
[1] | 149 | |
---|
[3274] | 150 | NAMELIST /inipar/ alpha_surface, approximation, bc_e_b, & |
---|
[2375] | 151 | bc_lr, bc_ns, bc_p_b, bc_p_t, bc_pt_b, bc_pt_t, bc_q_b, & |
---|
[3294] | 152 | bc_q_t,bc_s_b, bc_s_t, bc_uv_b, bc_uv_t, & |
---|
| 153 | building_height, building_length_x, & |
---|
[1429] | 154 | building_length_y, building_wall_left, building_wall_south, & |
---|
[2881] | 155 | calc_soil_moisture_during_spinup, & |
---|
[3274] | 156 | call_psolver_at_all_substeps, & |
---|
[1484] | 157 | canyon_height, & |
---|
[1429] | 158 | canyon_width_x, canyon_width_y, canyon_wall_left, & |
---|
[3274] | 159 | canyon_wall_south, cfl_factor, cloud_droplets, & |
---|
| 160 | collective_wait, complex_terrain, & |
---|
[2550] | 161 | conserve_volume_flow, & |
---|
[1691] | 162 | conserve_volume_flow_mode, constant_flux_layer, & |
---|
[3274] | 163 | coupling_start_time, & |
---|
[1831] | 164 | cycle_mg, damp_level_1d, & |
---|
[2296] | 165 | data_output_during_spinup, & |
---|
[3298] | 166 | date_init, & |
---|
[2544] | 167 | day_of_year_init, & |
---|
[1429] | 168 | dissipation_1d, & |
---|
[3274] | 169 | dp_external, dp_level_b, dp_smooth, dpdxy, & |
---|
[2296] | 170 | dt, dt_pr_1d, dt_run_control_1d, dt_spinup, dx, dy, dz, dz_max, & |
---|
[3065] | 171 | dz_stretch_factor, dz_stretch_level, dz_stretch_level_start, & |
---|
| 172 | dz_stretch_level_end, end_time_1d, ensemble_member_nr, e_init, & |
---|
[3182] | 173 | e_min, fft_method, flux_input_mode, flux_output_mode, & |
---|
[2037] | 174 | galilei_transformation, humidity, & |
---|
[1429] | 175 | inflow_damping_height, inflow_damping_width, & |
---|
| 176 | inflow_disturbance_begin, inflow_disturbance_end, & |
---|
[1484] | 177 | initializing_actions, km_constant, & |
---|
[2575] | 178 | large_scale_forcing, large_scale_subsidence, latitude, & |
---|
[3274] | 179 | longitude, & |
---|
[2011] | 180 | loop_optimization, lsf_exception, masking_method, mg_cycles, & |
---|
[1429] | 181 | mg_switch_to_pe0_level, mixing_length_1d, momentum_advec, & |
---|
[4079] | 182 | monotonic_limiter_z, & |
---|
[3182] | 183 | netcdf_precision, neutral, ngsrb, & |
---|
[3294] | 184 | nsor, nsor_ini, nudging, nx, ny, nz, ocean_mode, omega, & |
---|
| 185 | omega_sor, outflow_source_plane, passive_scalar, & |
---|
[3274] | 186 | prandtl_number, psolver, pt_damping_factor, & |
---|
[1429] | 187 | pt_damping_width, pt_reference, pt_surface, & |
---|
| 188 | pt_surface_initial_change, pt_vertical_gradient, & |
---|
| 189 | pt_vertical_gradient_level, q_surface, q_surface_initial_change, & |
---|
| 190 | q_vertical_gradient, q_vertical_gradient_level, & |
---|
[3083] | 191 | random_generator, random_heatflux, rans_const_c, rans_const_sigma,& |
---|
[1560] | 192 | rayleigh_damping_factor, rayleigh_damping_height, & |
---|
[4191] | 193 | recycling_method_for_thermodynamic_quantities, & |
---|
[1560] | 194 | recycling_width, recycling_yshift, & |
---|
[1429] | 195 | reference_state, residual_limit, & |
---|
[4196] | 196 | rotation_angle, & |
---|
[3294] | 197 | roughness_length, & |
---|
| 198 | scalar_advec, & |
---|
[3274] | 199 | scalar_rayleigh_damping, & |
---|
[2296] | 200 | spinup_time, spinup_pt_amplitude, spinup_pt_mean, & |
---|
[1429] | 201 | statistic_regions, subs_vertical_gradient, & |
---|
[785] | 202 | subs_vertical_gradient_level, surface_heatflux, surface_pressure, & |
---|
[1429] | 203 | surface_scalarflux, surface_waterflux, & |
---|
| 204 | s_surface, s_surface_initial_change, s_vertical_gradient, & |
---|
[2544] | 205 | s_vertical_gradient_level, time_utc_init, timestep_scheme, & |
---|
[1429] | 206 | topography, topography_grid_convention, top_heatflux, & |
---|
[3294] | 207 | top_momentumflux_u, top_momentumflux_v, & |
---|
[2232] | 208 | top_scalarflux, transpose_compute_overlap, & |
---|
| 209 | tunnel_height, tunnel_length, tunnel_width_x, tunnel_width_y, & |
---|
[2696] | 210 | tunnel_wall_depth, turbulence_closure, & |
---|
[2232] | 211 | turbulent_inflow, turbulent_outflow, & |
---|
[1429] | 212 | use_subsidence_tendencies, ug_surface, ug_vertical_gradient, & |
---|
[3157] | 213 | use_free_convection_scaling, & |
---|
[1429] | 214 | ug_vertical_gradient_level, use_surface_fluxes, use_cmax, & |
---|
| 215 | use_top_fluxes, use_ug_for_galilei_tr, use_upstream_for_tke, & |
---|
[4173] | 216 | uv_heights, u_bulk, u_profile, vdi_checks, vg_surface, & |
---|
| 217 | vg_vertical_gradient, & |
---|
[3274] | 218 | vg_vertical_gradient_level, v_bulk, v_profile,& |
---|
[1429] | 219 | wall_adjustment, wall_heatflux, wall_humidityflux, & |
---|
[3294] | 220 | wall_scalarflux, y_shift, zeta_max, zeta_min, & |
---|
[2372] | 221 | z0h_factor |
---|
[2932] | 222 | |
---|
[3294] | 223 | NAMELIST /initialization_parameters/ alpha_surface, & |
---|
[2932] | 224 | approximation, bc_e_b, & |
---|
| 225 | bc_lr, bc_ns, bc_p_b, bc_p_t, bc_pt_b, bc_pt_t, bc_q_b, & |
---|
[3294] | 226 | bc_q_t,bc_s_b, bc_s_t, bc_uv_b, bc_uv_t, & |
---|
| 227 | building_height, building_length_x, & |
---|
[2932] | 228 | building_length_y, building_wall_left, building_wall_south, & |
---|
| 229 | calc_soil_moisture_during_spinup, & |
---|
[3294] | 230 | call_psolver_at_all_substeps, & |
---|
[2932] | 231 | canyon_height, & |
---|
| 232 | canyon_width_x, canyon_width_y, canyon_wall_left, & |
---|
[3294] | 233 | canyon_wall_south, cfl_factor, cloud_droplets, & |
---|
| 234 | collective_wait, complex_terrain, & |
---|
[2932] | 235 | conserve_volume_flow, & |
---|
| 236 | conserve_volume_flow_mode, constant_flux_layer, & |
---|
[3294] | 237 | coupling_start_time, & |
---|
[2932] | 238 | cycle_mg, damp_level_1d, & |
---|
| 239 | data_output_during_spinup, & |
---|
[3298] | 240 | date_init, & |
---|
[2932] | 241 | day_of_year_init, & |
---|
| 242 | dissipation_1d, & |
---|
[3294] | 243 | dp_external, dp_level_b, dp_smooth, dpdxy, & |
---|
[2932] | 244 | dt, dt_pr_1d, dt_run_control_1d, dt_spinup, dx, dy, dz, dz_max, & |
---|
[3065] | 245 | dz_stretch_factor, dz_stretch_level, dz_stretch_level_start, & |
---|
| 246 | dz_stretch_level_end, end_time_1d, ensemble_member_nr, e_init, & |
---|
[3182] | 247 | e_min, fft_method, flux_input_mode, flux_output_mode, & |
---|
[2932] | 248 | galilei_transformation, humidity, & |
---|
| 249 | inflow_damping_height, inflow_damping_width, & |
---|
| 250 | inflow_disturbance_begin, inflow_disturbance_end, & |
---|
| 251 | initializing_actions, km_constant, & |
---|
| 252 | large_scale_forcing, large_scale_subsidence, latitude, & |
---|
[3294] | 253 | longitude, & |
---|
[2932] | 254 | loop_optimization, lsf_exception, masking_method, mg_cycles, & |
---|
| 255 | mg_switch_to_pe0_level, mixing_length_1d, momentum_advec, & |
---|
[4079] | 256 | monotonic_limiter_z, & |
---|
[3182] | 257 | netcdf_precision, neutral, ngsrb, & |
---|
[3294] | 258 | nsor, nsor_ini, nudging, nx, ny, nz, ocean_mode, omega, & |
---|
| 259 | omega_sor, outflow_source_plane, passive_scalar, & |
---|
| 260 | prandtl_number, psolver, pt_damping_factor, & |
---|
[2932] | 261 | pt_damping_width, pt_reference, pt_surface, & |
---|
| 262 | pt_surface_initial_change, pt_vertical_gradient, & |
---|
| 263 | pt_vertical_gradient_level, q_surface, q_surface_initial_change, & |
---|
| 264 | q_vertical_gradient, q_vertical_gradient_level, & |
---|
[3083] | 265 | random_generator, random_heatflux, rans_const_c, rans_const_sigma,& |
---|
[2932] | 266 | rayleigh_damping_factor, rayleigh_damping_height, & |
---|
[4191] | 267 | recycling_method_for_thermodynamic_quantities, & |
---|
[4183] | 268 | recycling_width, recycling_yshift, & |
---|
[2932] | 269 | reference_state, residual_limit, & |
---|
[4196] | 270 | rotation_angle, & |
---|
[3294] | 271 | roughness_length, scalar_advec, & |
---|
| 272 | scalar_rayleigh_damping, & |
---|
[2932] | 273 | spinup_time, spinup_pt_amplitude, spinup_pt_mean, & |
---|
| 274 | statistic_regions, subs_vertical_gradient, & |
---|
| 275 | subs_vertical_gradient_level, surface_heatflux, surface_pressure, & |
---|
| 276 | surface_scalarflux, surface_waterflux, & |
---|
| 277 | s_surface, s_surface_initial_change, s_vertical_gradient, & |
---|
| 278 | s_vertical_gradient_level, time_utc_init, timestep_scheme, & |
---|
| 279 | topography, topography_grid_convention, top_heatflux, & |
---|
[3294] | 280 | top_momentumflux_u, top_momentumflux_v, & |
---|
[2932] | 281 | top_scalarflux, transpose_compute_overlap, & |
---|
| 282 | tunnel_height, tunnel_length, tunnel_width_x, tunnel_width_y, & |
---|
| 283 | tunnel_wall_depth, turbulence_closure, & |
---|
| 284 | turbulent_inflow, turbulent_outflow, & |
---|
| 285 | use_subsidence_tendencies, ug_surface, ug_vertical_gradient, & |
---|
| 286 | ug_vertical_gradient_level, use_surface_fluxes, use_cmax, & |
---|
| 287 | use_top_fluxes, use_ug_for_galilei_tr, use_upstream_for_tke, & |
---|
[3157] | 288 | use_free_convection_scaling, & |
---|
[4173] | 289 | uv_heights, u_bulk, u_profile, vdi_checks, & |
---|
| 290 | vg_surface, vg_vertical_gradient, & |
---|
[3294] | 291 | vg_vertical_gradient_level, v_bulk, v_profile, & |
---|
[2932] | 292 | wall_adjustment, wall_heatflux, wall_humidityflux, & |
---|
[3294] | 293 | wall_scalarflux, y_shift, zeta_max, zeta_min, z0h_factor |
---|
[2932] | 294 | |
---|
[1429] | 295 | NAMELIST /d3par/ averaging_interval, averaging_interval_pr, & |
---|
| 296 | cpu_log_barrierwait, create_disturbances, & |
---|
[2298] | 297 | cross_profiles, data_output, data_output_masks, & |
---|
[3885] | 298 | data_output_pr, data_output_2d_on_each_pe, & |
---|
| 299 | debug_output, & |
---|
[3987] | 300 | debug_output_timestep, & |
---|
[3885] | 301 | disturbance_amplitude, & |
---|
[1429] | 302 | disturbance_energy_limit, disturbance_level_b, & |
---|
[1327] | 303 | disturbance_level_t, do2d_at_begin, do3d_at_begin, & |
---|
[1429] | 304 | dt, dt_averaging_input, dt_averaging_input_pr, & |
---|
| 305 | dt_coupling, dt_data_output, dt_data_output_av, dt_disturb, & |
---|
| 306 | dt_domask, dt_dopr, dt_dopr_listing, dt_dots, dt_do2d_xy, & |
---|
| 307 | dt_do2d_xz, dt_do2d_yz, dt_do3d, dt_max, dt_restart, & |
---|
[3435] | 308 | dt_run_control,end_time, force_print_header, mask_k_over_surface, & |
---|
[3448] | 309 | mask_scale_x, & |
---|
[1429] | 310 | mask_scale_y, mask_scale_z, mask_x, mask_y, mask_z, mask_x_loop, & |
---|
[1783] | 311 | mask_y_loop, mask_z_loop, netcdf_data_format, netcdf_deflate, & |
---|
| 312 | normalizing_region, npex, npey, nz_do3d, & |
---|
[3274] | 313 | profile_columns, profile_rows, & |
---|
[1783] | 314 | restart_time, section_xy, section_xz, section_yz, & |
---|
| 315 | skip_time_data_output, skip_time_data_output_av, skip_time_dopr, & |
---|
| 316 | skip_time_do2d_xy, skip_time_do2d_xz, skip_time_do2d_yz, & |
---|
| 317 | skip_time_do3d, skip_time_domask, synchronous_exchange, & |
---|
[3045] | 318 | termination_time_needed, vnest_start_time |
---|
[1] | 319 | |
---|
[2932] | 320 | NAMELIST /runtime_parameters/ averaging_interval, averaging_interval_pr, & |
---|
| 321 | cpu_log_barrierwait, create_disturbances, & |
---|
| 322 | cross_profiles, data_output, data_output_masks, & |
---|
[3885] | 323 | data_output_pr, data_output_2d_on_each_pe, & |
---|
| 324 | debug_output, & |
---|
[3987] | 325 | debug_output_timestep, & |
---|
[3885] | 326 | disturbance_amplitude, & |
---|
[2932] | 327 | disturbance_energy_limit, disturbance_level_b, & |
---|
| 328 | disturbance_level_t, do2d_at_begin, do3d_at_begin, & |
---|
| 329 | dt, dt_averaging_input, dt_averaging_input_pr, & |
---|
| 330 | dt_coupling, dt_data_output, dt_data_output_av, dt_disturb, & |
---|
| 331 | dt_domask, dt_dopr, dt_dopr_listing, dt_dots, dt_do2d_xy, & |
---|
| 332 | dt_do2d_xz, dt_do2d_yz, dt_do3d, dt_max, dt_restart, & |
---|
[3435] | 333 | dt_run_control,end_time, force_print_header, mask_k_over_surface, & |
---|
[3448] | 334 | mask_scale_x, & |
---|
[2932] | 335 | mask_scale_y, mask_scale_z, mask_x, mask_y, mask_z, mask_x_loop, & |
---|
| 336 | mask_y_loop, mask_z_loop, netcdf_data_format, netcdf_deflate, & |
---|
| 337 | normalizing_region, npex, npey, nz_do3d, & |
---|
[3274] | 338 | profile_columns, profile_rows, & |
---|
[2932] | 339 | restart_time, section_xy, section_xz, section_yz, & |
---|
| 340 | skip_time_data_output, skip_time_data_output_av, skip_time_dopr, & |
---|
| 341 | skip_time_do2d_xy, skip_time_do2d_xz, skip_time_do2d_yz, & |
---|
| 342 | skip_time_do3d, skip_time_domask, synchronous_exchange, & |
---|
[3045] | 343 | termination_time_needed, vnest_start_time |
---|
[1] | 344 | |
---|
[4017] | 345 | NAMELIST /envpar/ progress_bar_disabled, host, & |
---|
[1429] | 346 | maximum_cpu_time_allowed, maximum_parallel_io_streams, & |
---|
[2906] | 347 | read_svf, revision, run_identifier, tasks_per_node, & |
---|
| 348 | write_binary, write_svf |
---|
[1] | 349 | |
---|
| 350 | ! |
---|
[759] | 351 | !-- First read values of environment variables (this NAMELIST file is |
---|
[3045] | 352 | !-- generated by palmrun) |
---|
[3885] | 353 | CALL location_message( 'reading environment parameters from ENVPAR', 'start' ) |
---|
[2310] | 354 | |
---|
| 355 | OPEN ( 90, FILE='ENVPAR', STATUS='OLD', FORM='FORMATTED', IOSTAT=ioerr ) |
---|
| 356 | |
---|
| 357 | IF ( ioerr /= 0 ) THEN |
---|
| 358 | message_string = 'local file ENVPAR not found' // & |
---|
[3046] | 359 | '&some variables for steering may not be properly set' |
---|
[2310] | 360 | CALL message( 'parin', 'PA0276', 0, 1, 0, 6, 0 ) |
---|
| 361 | ELSE |
---|
| 362 | READ ( 90, envpar, IOSTAT=ioerr ) |
---|
| 363 | IF ( ioerr < 0 ) THEN |
---|
| 364 | message_string = 'no envpar-NAMELIST found in local file ' // & |
---|
[3046] | 365 | 'ENVPAR& or some variables for steering may ' // & |
---|
[2310] | 366 | 'not be properly set' |
---|
| 367 | CALL message( 'parin', 'PA0278', 0, 1, 0, 6, 0 ) |
---|
| 368 | ELSEIF ( ioerr > 0 ) THEN |
---|
| 369 | message_string = 'errors in local file ENVPAR' // & |
---|
[3046] | 370 | '&some variables for steering may not be properly set' |
---|
[2310] | 371 | CALL message( 'parin', 'PA0277', 0, 1, 0, 6, 0 ) |
---|
| 372 | ENDIF |
---|
| 373 | CLOSE ( 90 ) |
---|
| 374 | ENDIF |
---|
| 375 | |
---|
[3885] | 376 | CALL location_message( 'reading environment parameters from ENVPAR', 'finished' ) |
---|
[1] | 377 | ! |
---|
[759] | 378 | !-- Calculate the number of groups into which parallel I/O is split. |
---|
| 379 | !-- The default for files which are opened by all PEs (or where each |
---|
| 380 | !-- PE opens his own independent file) is, that all PEs are doing input/output |
---|
| 381 | !-- in parallel at the same time. This might cause performance or even more |
---|
| 382 | !-- severe problems depending on the configuration of the underlying file |
---|
| 383 | !-- system. |
---|
[2600] | 384 | !-- Calculation of the number of blocks and the I/O group must be based on all |
---|
| 385 | !-- PEs involved in this run. Since myid and numprocs are related to the |
---|
| 386 | !-- comm2d communicator, which gives only a subset of all PEs in case of |
---|
| 387 | !-- nested runs, that information must be inquired again from the global |
---|
| 388 | !-- communicator. |
---|
[759] | 389 | !-- First, set the default: |
---|
[2967] | 390 | #if defined( __parallel ) |
---|
[2600] | 391 | CALL MPI_COMM_RANK( MPI_COMM_WORLD, global_id, ierr ) |
---|
| 392 | CALL MPI_COMM_SIZE( MPI_COMM_WORLD, global_procs, ierr ) |
---|
[2967] | 393 | #else |
---|
| 394 | global_id = 0 |
---|
| 395 | global_procs = 1 |
---|
| 396 | #endif |
---|
[1429] | 397 | IF ( maximum_parallel_io_streams == -1 .OR. & |
---|
[2600] | 398 | maximum_parallel_io_streams > global_procs ) THEN |
---|
| 399 | maximum_parallel_io_streams = global_procs |
---|
[759] | 400 | ENDIF |
---|
| 401 | ! |
---|
| 402 | !-- Now calculate the number of io_blocks and the io_group to which the |
---|
| 403 | !-- respective PE belongs. I/O of the groups is done in serial, but in parallel |
---|
| 404 | !-- for all PEs belonging to the same group. |
---|
[2600] | 405 | io_blocks = global_procs / maximum_parallel_io_streams |
---|
| 406 | io_group = MOD( global_id+1, io_blocks ) |
---|
[2599] | 407 | |
---|
[3885] | 408 | CALL location_message( 'reading NAMELIST parameters from PARIN', 'start' ) |
---|
[759] | 409 | ! |
---|
| 410 | !-- Data is read in parallel by groups of PEs |
---|
| 411 | DO i = 0, io_blocks-1 |
---|
| 412 | IF ( i == io_group ) THEN |
---|
[559] | 413 | |
---|
[1] | 414 | ! |
---|
[759] | 415 | !-- Open the NAMELIST-file which is send with this job |
---|
| 416 | CALL check_open( 11 ) |
---|
[559] | 417 | |
---|
[1] | 418 | ! |
---|
[759] | 419 | !-- Read the control parameters for initialization. |
---|
[996] | 420 | !-- The namelist "inipar" must be provided in the NAMELIST-file. |
---|
[2932] | 421 | READ ( 11, initialization_parameters, ERR=10, END=11 ) |
---|
[3246] | 422 | GOTO 14 |
---|
| 423 | |
---|
| 424 | 10 BACKSPACE( 11 ) |
---|
[3248] | 425 | READ( 11 , '(A)') line |
---|
| 426 | CALL parin_fail_message( 'initialization_parameters', line ) |
---|
[807] | 427 | |
---|
[2932] | 428 | 11 REWIND ( 11 ) |
---|
[3246] | 429 | READ ( 11, inipar, ERR=12, END=13 ) |
---|
[2932] | 430 | |
---|
[3046] | 431 | message_string = 'namelist inipar is deprecated and will be ' // & |
---|
| 432 | 'removed in near future. & Please use namelist ' // & |
---|
| 433 | 'initialization_parameters instead' |
---|
[3045] | 434 | CALL message( 'parin', 'PA0017', 0, 1, 0, 6, 0 ) |
---|
[2932] | 435 | |
---|
[3246] | 436 | GOTO 14 |
---|
[2932] | 437 | |
---|
[3246] | 438 | 12 BACKSPACE( 11 ) |
---|
[3248] | 439 | READ( 11 , '(A)') line |
---|
| 440 | CALL parin_fail_message( 'inipar', line ) |
---|
[3246] | 441 | |
---|
| 442 | 13 message_string = 'no initialization_parameters-namelist found' |
---|
[759] | 443 | CALL message( 'parin', 'PA0272', 1, 2, 0, 6, 0 ) |
---|
| 444 | |
---|
[146] | 445 | ! |
---|
[2894] | 446 | !-- Try to read runtime parameters given by the user for this run |
---|
[2932] | 447 | !-- (namelist "runtime_parameters"). The namelist "runtime_parmeters" |
---|
| 448 | !-- can be omitted. In that case default values are used for the |
---|
| 449 | !-- parameters. |
---|
[3246] | 450 | 14 line = ' ' |
---|
[2894] | 451 | |
---|
| 452 | REWIND ( 11 ) |
---|
| 453 | line = ' ' |
---|
[3248] | 454 | DO WHILE ( INDEX( line, '&runtime_parameters' ) == 0 ) |
---|
[3246] | 455 | READ ( 11, '(A)', END=16 ) line |
---|
[2894] | 456 | ENDDO |
---|
| 457 | BACKSPACE ( 11 ) |
---|
| 458 | |
---|
| 459 | ! |
---|
| 460 | !-- Read namelist |
---|
[3246] | 461 | READ ( 11, runtime_parameters, ERR = 15 ) |
---|
| 462 | GOTO 18 |
---|
[2932] | 463 | |
---|
[3246] | 464 | 15 BACKSPACE( 11 ) |
---|
[3248] | 465 | READ( 11 , '(A)') line |
---|
| 466 | CALL parin_fail_message( 'runtime_parameters', line ) |
---|
[3246] | 467 | |
---|
| 468 | 16 REWIND ( 11 ) |
---|
[2932] | 469 | line = ' ' |
---|
[3248] | 470 | DO WHILE ( INDEX( line, '&d3par' ) == 0 ) |
---|
[3246] | 471 | READ ( 11, '(A)', END=18 ) line |
---|
[2932] | 472 | ENDDO |
---|
| 473 | BACKSPACE ( 11 ) |
---|
[3246] | 474 | |
---|
| 475 | ! |
---|
[2932] | 476 | !-- Read namelist |
---|
[3246] | 477 | READ ( 11, d3par, ERR = 17, END = 18 ) |
---|
| 478 | |
---|
[2932] | 479 | message_string = 'namelist d3par is deprecated and will be ' // & |
---|
[3046] | 480 | 'removed in near future. &Please use namelist ' // & |
---|
[2932] | 481 | 'runtime_parameters instead' |
---|
| 482 | CALL message( 'parin', 'PA0487', 0, 1, 0, 6, 0 ) |
---|
[2894] | 483 | |
---|
[3246] | 484 | GOTO 18 |
---|
| 485 | |
---|
| 486 | 17 BACKSPACE( 11 ) |
---|
[3248] | 487 | READ( 11 , '(A)') line |
---|
| 488 | CALL parin_fail_message( 'd3par', line ) |
---|
[3246] | 489 | |
---|
| 490 | 18 CONTINUE |
---|
| 491 | |
---|
[2894] | 492 | ! |
---|
[3294] | 493 | !-- Check for module namelists and read them |
---|
[3637] | 494 | CALL module_interface_parin |
---|
[2894] | 495 | |
---|
| 496 | ! |
---|
[759] | 497 | !-- If required, read control parameters from restart file (produced by |
---|
| 498 | !-- a prior run). All PEs are reading from file created by PE0 (see |
---|
| 499 | !-- check_open) |
---|
[2894] | 500 | IF ( TRIM( initializing_actions ) == 'read_restart_data' ) THEN |
---|
[87] | 501 | |
---|
[2894] | 502 | CALL rrd_global |
---|
[1] | 503 | ! |
---|
[759] | 504 | !-- Increment the run count |
---|
| 505 | runnr = runnr + 1 |
---|
[3240] | 506 | ! |
---|
| 507 | !-- In case of a restart run, the number of user-defined profiles on |
---|
| 508 | !-- the restart file (already stored in max_pr_user) has to match the |
---|
| 509 | !-- one given for the current run. max_pr_user_tmp is calculated in |
---|
| 510 | !-- user_parin and max_pr_user is read in via rrd_global. |
---|
| 511 | IF ( max_pr_user /= max_pr_user_tmp ) THEN |
---|
| 512 | WRITE( message_string, * ) 'the number of user-defined ', & |
---|
| 513 | 'profiles given in data_output_pr (', max_pr_user_tmp, & |
---|
| 514 | ') does not match the one ', & |
---|
| 515 | 'found in the restart file (', max_pr_user, ')' |
---|
| 516 | CALL message( 'user_parin', 'UI0009', 1, 2, 0, 6, 0 ) |
---|
| 517 | ENDIF |
---|
| 518 | ELSE |
---|
| 519 | max_pr_user = max_pr_user_tmp |
---|
[759] | 520 | ENDIF |
---|
[87] | 521 | ! |
---|
[2921] | 522 | !-- Activate spinup |
---|
| 523 | IF ( land_surface .OR. urban_surface ) THEN |
---|
| 524 | IF ( spinup_time > 0.0_wp ) THEN |
---|
| 525 | coupling_start_time = spinup_time |
---|
[2995] | 526 | time_since_reference_point = simulated_time - coupling_start_time |
---|
[2921] | 527 | IF ( spinup_pt_mean == 9999999.9_wp ) THEN |
---|
| 528 | spinup_pt_mean = pt_surface |
---|
| 529 | ENDIF |
---|
| 530 | end_time = end_time + spinup_time |
---|
[3646] | 531 | IF ( TRIM( initializing_actions ) /= 'read_restart_data' ) THEN |
---|
[2941] | 532 | spinup = .TRUE. |
---|
[3646] | 533 | ELSEIF ( TRIM( initializing_actions ) == 'read_restart_data' & |
---|
| 534 | .AND. time_since_reference_point > 0.0_wp ) THEN |
---|
| 535 | data_output_during_spinup = .FALSE. !< required for correct ntdim calculation |
---|
| 536 | !< in check_parameters for restart run |
---|
| 537 | ENDIF |
---|
[2921] | 538 | ENDIF |
---|
| 539 | ENDIF |
---|
| 540 | |
---|
| 541 | ! |
---|
[1933] | 542 | !-- In case of nested runs, explicitly set nesting boundary conditions. |
---|
[2826] | 543 | !-- This will overwrite the user settings and basic defaults. |
---|
| 544 | !-- bc_lr and bc_ns always need to be cyclic for vertical nesting. |
---|
| 545 | IF ( nested_run ) THEN |
---|
| 546 | IF ( nesting_mode == 'vertical' ) THEN |
---|
| 547 | IF (bc_lr /= 'cyclic' .OR. bc_ns /= 'cyclic' ) THEN |
---|
| 548 | WRITE ( message_string, *) 'bc_lr and bc_ns were set to ,', & |
---|
| 549 | 'cyclic for vertical nesting' |
---|
| 550 | CALL message( 'parin', 'PA0428', 0, 0, 0, 6, 0 ) |
---|
| 551 | bc_lr = 'cyclic' |
---|
| 552 | bc_ns = 'cyclic' |
---|
| 553 | ENDIF |
---|
[3182] | 554 | IF ( child_domain ) THEN |
---|
[2826] | 555 | bc_uv_t = 'nested' |
---|
| 556 | bc_pt_t = 'nested' |
---|
| 557 | bc_q_t = 'nested' |
---|
| 558 | bc_s_t = 'nested' |
---|
| 559 | bc_cs_t = 'nested' |
---|
| 560 | bc_p_t = 'neumann' |
---|
| 561 | ENDIF |
---|
[1933] | 562 | ! |
---|
[2826] | 563 | !-- For other nesting modes only set boundary conditions for |
---|
| 564 | !-- nested domains. |
---|
| 565 | ELSE |
---|
[3182] | 566 | IF ( child_domain ) THEN |
---|
[2826] | 567 | bc_lr = 'nested' |
---|
| 568 | bc_ns = 'nested' |
---|
| 569 | bc_uv_t = 'nested' |
---|
| 570 | bc_pt_t = 'nested' |
---|
| 571 | bc_q_t = 'nested' |
---|
| 572 | bc_s_t = 'nested' |
---|
| 573 | bc_cs_t = 'nested' |
---|
| 574 | bc_p_t = 'neumann' |
---|
| 575 | ENDIF |
---|
[1933] | 576 | ENDIF |
---|
[1764] | 577 | ENDIF |
---|
[3182] | 578 | ! |
---|
| 579 | !-- Set boundary conditions also in case the model is offline-nested in |
---|
| 580 | !-- larger-scale models. |
---|
| 581 | IF ( nesting_offline ) THEN |
---|
| 582 | bc_lr = 'nesting_offline' |
---|
| 583 | bc_ns = 'nesting_offline' |
---|
| 584 | bc_uv_t = 'nesting_offline' |
---|
| 585 | bc_pt_t = 'nesting_offline' |
---|
| 586 | bc_q_t = 'nesting_offline' |
---|
[4022] | 587 | ! bc_s_t = 'nesting_offline' ! scalar boundary condition is not clear yet |
---|
[3184] | 588 | ! bc_cs_t = 'nesting_offline' ! same for chemical species |
---|
[4022] | 589 | bc_p_t = 'neumann' |
---|
[2696] | 590 | ENDIF |
---|
| 591 | |
---|
[1955] | 592 | ! |
---|
| 593 | !-- In case of nested runs, make sure that initializing_actions = |
---|
| 594 | !-- 'set_constant_profiles' even though the constant-profiles |
---|
| 595 | !-- initializations for the prognostic variables will be overwritten |
---|
| 596 | !-- by pmci_child_initialize and pmci_parent_initialize. This is, |
---|
| 597 | !-- however, important e.g. to make sure that diagnostic variables |
---|
[2397] | 598 | !-- are set properly. An exception is made in case of restart runs and |
---|
| 599 | !-- if user decides to do everything by its own. |
---|
[3182] | 600 | IF ( child_domain .AND. .NOT. ( & |
---|
[2980] | 601 | TRIM( initializing_actions ) == 'read_restart_data' .OR. & |
---|
| 602 | TRIM( initializing_actions ) == 'set_constant_profiles' .OR. & |
---|
[2938] | 603 | TRIM( initializing_actions ) == 'by_user' ) ) THEN |
---|
[2975] | 604 | message_string = 'initializing_actions = ' // & |
---|
| 605 | TRIM( initializing_actions ) // ' has been ' // & |
---|
| 606 | 'changed to set_constant_profiles in child ' // & |
---|
| 607 | 'domain.' |
---|
| 608 | CALL message( 'parin', 'PA0492', 0, 0, 0, 6, 0 ) |
---|
| 609 | |
---|
[1955] | 610 | initializing_actions = 'set_constant_profiles' |
---|
[3182] | 611 | ENDIF |
---|
[1764] | 612 | ! |
---|
| 613 | !-- Check validity of lateral boundary conditions. This has to be done |
---|
| 614 | !-- here because they are already used in init_pegrid and init_grid and |
---|
| 615 | !-- therefore cannot be check in check_parameters |
---|
| 616 | IF ( bc_lr /= 'cyclic' .AND. bc_lr /= 'dirichlet/radiation' .AND. & |
---|
[2696] | 617 | bc_lr /= 'radiation/dirichlet' .AND. bc_lr /= 'nested' .AND. & |
---|
[3182] | 618 | bc_lr /= 'nesting_offline' ) THEN |
---|
[1764] | 619 | message_string = 'unknown boundary condition: bc_lr = "' // & |
---|
| 620 | TRIM( bc_lr ) // '"' |
---|
[2975] | 621 | CALL message( 'parin', 'PA0049', 1, 2, 0, 6, 0 ) |
---|
[1764] | 622 | ENDIF |
---|
| 623 | IF ( bc_ns /= 'cyclic' .AND. bc_ns /= 'dirichlet/radiation' .AND. & |
---|
[2696] | 624 | bc_ns /= 'radiation/dirichlet' .AND. bc_ns /= 'nested' .AND. & |
---|
[3182] | 625 | bc_ns /= 'nesting_offline' ) THEN |
---|
[1764] | 626 | message_string = 'unknown boundary condition: bc_ns = "' // & |
---|
| 627 | TRIM( bc_ns ) // '"' |
---|
[2975] | 628 | CALL message( 'parin', 'PA0050', 1, 2, 0, 6, 0 ) |
---|
[1764] | 629 | ENDIF |
---|
| 630 | ! |
---|
| 631 | !-- Set internal variables used for speed optimization in if clauses |
---|
| 632 | IF ( bc_lr /= 'cyclic' ) bc_lr_cyc = .FALSE. |
---|
| 633 | IF ( bc_lr == 'dirichlet/radiation' ) bc_lr_dirrad = .TRUE. |
---|
| 634 | IF ( bc_lr == 'radiation/dirichlet' ) bc_lr_raddir = .TRUE. |
---|
| 635 | IF ( bc_ns /= 'cyclic' ) bc_ns_cyc = .FALSE. |
---|
| 636 | IF ( bc_ns == 'dirichlet/radiation' ) bc_ns_dirrad = .TRUE. |
---|
| 637 | IF ( bc_ns == 'radiation/dirichlet' ) bc_ns_raddir = .TRUE. |
---|
| 638 | ! |
---|
[3806] | 639 | !-- Radiation-Dirichlet conditions are allowed along one of the horizontal directions only. |
---|
| 640 | !-- In general, such conditions along x and y may work, but require a) some code changes |
---|
| 641 | !-- (e.g. concerning allocation of c_u, c_v ... arrays), and b) a careful model setup by the |
---|
| 642 | !-- user, in order to guarantee that there is a clearly defined outflow at two sides. |
---|
| 643 | !-- Otherwise, the radiation condition may produce wrong results. |
---|
| 644 | IF ( ( bc_lr_dirrad .OR. bc_lr_raddir ) .AND. ( bc_ns_dirrad .OR. bc_ns_raddir ) ) THEN |
---|
| 645 | message_string = 'bc_lr = "' // TRIM( bc_lr ) // '" and bc_ns = "' // & |
---|
| 646 | TRIM( bc_ns ) // '" are not allowed to be set at the same time' |
---|
| 647 | CALL message( 'parin', 'PA0589', 1, 2, 0, 6, 0 ) |
---|
| 648 | ENDIF |
---|
| 649 | ! |
---|
[759] | 650 | !-- Check in case of initial run, if the grid point numbers are well |
---|
| 651 | !-- defined and allocate some arrays which are already needed in |
---|
| 652 | !-- init_pegrid or check_parameters. During restart jobs, these arrays |
---|
[2894] | 653 | !-- will be allocated in rrd_global. All other arrays are allocated |
---|
[759] | 654 | !-- in init_3d_model. |
---|
| 655 | IF ( TRIM( initializing_actions ) /= 'read_restart_data' ) THEN |
---|
[667] | 656 | |
---|
[759] | 657 | IF ( nx <= 0 ) THEN |
---|
[1429] | 658 | WRITE( message_string, * ) 'no value or wrong value given', & |
---|
[759] | 659 | ' for nx: nx=', nx |
---|
| 660 | CALL message( 'parin', 'PA0273', 1, 2, 0, 6, 0 ) |
---|
| 661 | ENDIF |
---|
| 662 | IF ( ny <= 0 ) THEN |
---|
[1429] | 663 | WRITE( message_string, * ) 'no value or wrong value given', & |
---|
[759] | 664 | ' for ny: ny=', ny |
---|
| 665 | CALL message( 'parin', 'PA0274', 1, 2, 0, 6, 0 ) |
---|
| 666 | ENDIF |
---|
| 667 | IF ( nz <= 0 ) THEN |
---|
[1429] | 668 | WRITE( message_string, * ) 'no value or wrong value given', & |
---|
[759] | 669 | ' for nz: nz=', nz |
---|
| 670 | CALL message( 'parin', 'PA0275', 1, 2, 0, 6, 0 ) |
---|
| 671 | ENDIF |
---|
[3204] | 672 | |
---|
[759] | 673 | ! |
---|
[3204] | 674 | !-- As a side condition, routine flow_statistics require at least 14 |
---|
| 675 | !-- vertical grid levels (they are used to store time-series data) |
---|
| 676 | !> @todo Remove this restriction |
---|
| 677 | IF ( nz < 14 ) THEN |
---|
| 678 | WRITE( message_string, * ) 'nz >= 14 is required' |
---|
| 679 | CALL message( 'parin', 'PA0362', 1, 2, 0, 6, 0 ) |
---|
| 680 | ENDIF |
---|
| 681 | |
---|
| 682 | ! |
---|
[759] | 683 | !-- ATTENTION: in case of changes to the following statement please |
---|
[2894] | 684 | !-- also check the allocate statement in routine rrd_global |
---|
[1960] | 685 | ALLOCATE( pt_init(0:nz+1), q_init(0:nz+1), s_init(0:nz+1), & |
---|
[1429] | 686 | ref_state(0:nz+1), sa_init(0:nz+1), ug(0:nz+1), & |
---|
| 687 | u_init(0:nz+1), v_init(0:nz+1), vg(0:nz+1), & |
---|
[4131] | 688 | hom(0:nz+1,2,pr_palm+max_pr_user+max_pr_cs+max_pr_salsa,0:statistic_regions), & |
---|
| 689 | hom_sum(0:nz+1,pr_palm+max_pr_user+max_pr_cs+max_pr_salsa,0:statistic_regions) ) |
---|
[1] | 690 | |
---|
[1353] | 691 | hom = 0.0_wp |
---|
[1] | 692 | |
---|
[759] | 693 | ENDIF |
---|
| 694 | |
---|
[1] | 695 | ! |
---|
[759] | 696 | !-- NAMELIST-file is not needed anymore |
---|
| 697 | CALL close_file( 11 ) |
---|
[1] | 698 | |
---|
[759] | 699 | ENDIF |
---|
[1804] | 700 | #if defined( __parallel ) |
---|
[759] | 701 | CALL MPI_BARRIER( MPI_COMM_WORLD, ierr ) |
---|
| 702 | #endif |
---|
| 703 | ENDDO |
---|
| 704 | |
---|
[3885] | 705 | CALL location_message( 'reading NAMELIST parameters from PARIN', 'finished' ) |
---|
[1384] | 706 | |
---|
[1] | 707 | END SUBROUTINE parin |
---|