Changes between Version 699 and Version 700 of doc/tec/changelog_2018
- Timestamp:
- Mar 21, 2017 8:46:04 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/changelog_2018
v699 v700 75 75 }}} 76 76 {{{#!td style="vertical-align:top" 77 Added parameters for simplified particle initialization. An initial particle number concentration ([../../app/parpar#number_concentration number_concentration]) for the LCM can be prescribed. Also the number of particles which are created in every grid box can be prescribed with the new parameter [../../app/parpar#number_particles_per_gridbox number_particles_per_gridbox] . (lpm_init .f90, mod_particle_attributes.f90, package_parin.f90)77 Added parameters for simplified particle initialization. An initial particle number concentration ([../../app/parpar#number_concentration number_concentration]) for the LCM can be prescribed. Also the number of particles which are created in every grid box can be prescribed with the new parameter [../../app/parpar#number_particles_per_gridbox number_particles_per_gridbox] . (lpm_init, mod_particle_attributes, package_parin) 78 78 }}} 79 79 |---------------- … … 95 95 {{{#!td style="vertical-align:top" 96 96 Recently added checks to ensure that pdims match the grid dimensions are removed as unnecessary in the automatic determination 97 of pdims in init_pegrid. f90.97 of pdims in init_pegrid. 98 98 }}} 99 99 |---------------- … … 114 114 }}} 115 115 {{{#!td style="vertical-align:top" 116 Index limits for perturbations are now set also in case of nested boundary conditions in check_parameters.f90. 117 Setting perturbations at all times near inflow boundary is removed in case of nested boundaries in time_integration.f90. 118 Calls for pmci_ensure_nest_mass_conservation and pres are added after the nest initialization in the main program palm.f90. 119 Checks to ensure that pdims match the grid dimensions are added in the automatic determination of pdims in init_pegrid.f90. 116 Index limits for perturbations are now set also in case of nested boundary conditions. (check_parameters) 117 118 Setting perturbations at all times near inflow boundary is removed in case of nested boundaries. (time_integration) 119 120 Calls for pmci_ensure_nest_mass_conservation and pres are added after the nest initialization. (palm) 121 122 Checks to ensure that pdims match the grid dimensions are added in the automatic determination of pdims. (init_pegrid) 120 123 }}} 121 124 |---------------- … … 136 139 }}} 137 140 {{{#!td style="vertical-align:top" 138 '''Bugfixes:''' 3-D interpolation to create initial conditions for nests is now skipped in case of restart (palm .f90).139 140 '''New:''' vertical cell-counts for anterpolation are now precomputed and stored in 1-D arrays kfc_w and kfc_s (pmc_interface_mod .f90).141 '''Bugfixes:''' 3-D interpolation to create initial conditions for nests is now skipped in case of restart (palm). 142 143 '''New:''' vertical cell-counts for anterpolation are now precomputed and stored in 1-D arrays kfc_w and kfc_s (pmc_interface_mod). 141 144 }}} 142 145 |---------------- … … 157 160 }}} 158 161 {{{#!td style="vertical-align:top" 159 '''Bugfixes:''' setting of kcb=0, excluding child corner point anterpolation (pmc_interface_mod.f90)160 161 '''New:''' nesting can now be used with cloud physics (pmc_interface_mod.f90, time_integration.f90).162 '''Bugfixes:''' setting of kcb=0, excluding child corner point anterpolation. (pmc_interface_mod) 163 164 '''New:''' nesting can now be used with cloud physics. (pmc_interface_mod, time_integration) 162 165 163 166 ''Changed:''' default setting of {{{most_method}}} changed to 'newton' to avoid problems over non-homogeneous surfaces. … … 218 221 }}} 219 222 {{{#!td style="vertical-align:top" 220 Bugfix in radiation_check_data_output: missing case request for rad_lw_in, rad_lw_out, rad_sw_in, and rad_sw_out added and correct units for output variables added. (radiation_model_mod .f90)223 Bugfix in radiation_check_data_output: missing case request for rad_lw_in, rad_lw_out, rad_sw_in, and rad_sw_out added and correct units for output variables added. (radiation_model_mod) 221 224 }}} 222 225 |---------------- … … 237 240 }}} 238 241 {{{#!td style="vertical-align:top" 239 Bugfix in read_restart_data in case radiation_scheme = 'clear_sky' or 'constant'. (radiation_model_mod .f90)242 Bugfix in read_restart_data in case radiation_scheme = 'clear_sky' or 'constant'. (radiation_model_mod) 240 243 }}} 241 244 |---------------- … … 256 259 }}} 257 260 {{{#!td style="vertical-align:top" 258 Bugfix: cloud microphysics are now also calculated on ghostpoints (prognostic_equations.f90, microphysics_mod.f90)261 Bugfix: cloud microphysics are now also calculated on ghostpoints. (prognostic_equations, microphysics_mod) 259 262 }}} 260 263 |---------------- … … 276 279 {{{#!td style="vertical-align:top" 277 280 '''New'''\\ 278 - Tip loss correction for the wind turbine parametrization (wind_turbine_model_mod .f90)\\281 - Tip loss correction for the wind turbine parametrization (wind_turbine_model_mod)\\ 279 282 - new control parameter tl_cor (Default=.FALSE.)\\ 280 283 [[BR]] 281 284 '''Bugfix'''\\ 282 - Bugfix in subroutine wtm_read_blade_tables (wind_turbine_model_mod .f90)\\285 - Bugfix in subroutine wtm_read_blade_tables (wind_turbine_model_mod)\\ 283 286 }}} 284 287 |----------------