Changes between Version 699 and Version 700 of doc/tec/changelog_2018


Ignore:
Timestamp:
Mar 21, 2017 8:46:04 AM (8 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v699 v700  
    7575}}}
    7676{{{#!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)
     77Added 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)
    7878}}}
    7979|----------------
     
    9595{{{#!td style="vertical-align:top"
    9696Recently 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.
     97of pdims in init_pegrid.
    9898}}}
    9999|----------------
     
    114114}}}
    115115{{{#!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.
     116Index limits for perturbations are now set also in case of nested boundary conditions. (check_parameters)
     117
     118Setting perturbations at all times near inflow boundary is removed in case of nested boundaries. (time_integration)
     119
     120Calls for pmci_ensure_nest_mass_conservation and pres are added after the nest initialization. (palm)
     121
     122Checks to ensure that pdims match the grid dimensions are added in the automatic determination of pdims. (init_pegrid)
    120123}}}
    121124|----------------
     
    136139}}}
    137140{{{#!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).
    141144}}}
    142145|----------------
     
    157160}}}
    158161{{{#!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)
    162165
    163166''Changed:''' default setting of {{{most_method}}} changed to 'newton' to avoid problems over non-homogeneous surfaces.
     
    218221}}}
    219222{{{#!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)
     223Bugfix 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)
    221224}}}
    222225|----------------
     
    237240}}}
    238241{{{#!td style="vertical-align:top"
    239 Bugfix in read_restart_data in case radiation_scheme = 'clear_sky' or 'constant'. (radiation_model_mod.f90)
     242Bugfix in read_restart_data in case radiation_scheme = 'clear_sky' or 'constant'. (radiation_model_mod)
    240243}}}
    241244|----------------
     
    256259}}}
    257260{{{#!td style="vertical-align:top"
    258 Bugfix: cloud microphysics are now also calculated on ghostpoints (prognostic_equations.f90, microphysics_mod.f90)
     261Bugfix: cloud microphysics are now also calculated on ghostpoints. (prognostic_equations, microphysics_mod)
    259262}}}
    260263|----------------
     
    276279{{{#!td style="vertical-align:top"
    277280'''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)\\
    279282- new control parameter tl_cor (Default=.FALSE.)\\
    280283[[BR]]
    281284'''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)\\
    283286}}}
    284287|----------------