Changeset 2701 for palm/trunk/SOURCE
- Timestamp:
- Dec 15, 2017 3:40:50 PM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/date_and_time_mod.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix in definition of d_seconds_year.22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in definition of d_seconds_year. 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! Initial revision 28 31 ! -
palm/trunk/SOURCE/header.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix in get_topography_top_index22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in get_topography_top_index 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! Print information about turbulence closure (TG) 28 31 ! Print information about inifor initialization (MS) -
palm/trunk/SOURCE/init_3d_model.f90
r2700 r2701 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Bugfix in get_topography_top_index22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix, missing initialization of surface attributes in case of 28 ! inifor-initialization branch 29 ! 30 ! 2700 2017-12-15 14:12:35Z suehring 27 31 ! Implementation of uv exposure model (FK) 28 32 ! Moved initialisation of diss, e, kh, km to turbulence_closure_mod (TG) -
palm/trunk/SOURCE/init_grid.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix in get_topography_top_index22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in get_topography_top_index 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! Revised topography input 28 31 ! Set nzb_max not for the entire nest domain, only for boundary PEs -
palm/trunk/SOURCE/lpm.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Grid indices passed to lpm_boundary_conds. (responsible Philipp Thiele)22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Grid indices passed to lpm_boundary_conds. (responsible Philipp Thiele) 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! Changed particle box locations: center of particle box now coincides 28 31 ! with scalar grid point of same index. -
palm/trunk/SOURCE/lpm_advec.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Particle interpolations at walls in case of SGS velocities revised and not 23 ! required parts are removed. (responsible Philipp Thiele) 24 ! 25 ! Bugfix in get_topography_top_index 22 ! 26 23 ! 27 24 ! Former revisions: 28 25 ! ----------------- 29 26 ! $Id$ 27 ! Particle interpolations at walls in case of SGS velocities revised and not 28 ! required parts are removed. (responsible Philipp Thiele) 29 ! 30 ! Bugfix in get_topography_top_index 31 ! 32 ! 2698 2017-12-14 18:46:24Z suehring 30 33 ! Removed indices ilog and jlog which are no longer needed since particle box 31 34 ! locations are identical to scalar boxes and topography. -
palm/trunk/SOURCE/lpm_boundary_conds.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 22 27 ! Particle reflections at downward-facing walls implemented. Moreover, 23 28 ! reflections are adjusted to revised particle grid box location. 24 29 ! (responsible Philipp Thiele) 25 30 ! 26 ! Former revisions: 27 ! ----------------- 28 ! $Id$ 31 ! 2698 2017-12-14 18:46:24Z suehring 29 32 ! Changed particle box locations: center of particle box now coincides 30 33 ! with scalar grid point of same index. -
palm/trunk/SOURCE/lpm_init.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Grid indices passed to lpm_boundary_conds. (responsible Philipp Thiele)22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Grid indices passed to lpm_boundary_conds. (responsible Philipp Thiele) 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! Enabled particle advection with grid stretching. 28 31 ! -
palm/trunk/SOURCE/microphysics_mod.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Bugfix in get_topography_top_index22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in get_topography_top_index 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! Calculation of supersaturation in external module (diagnostic_quantities_mod). 28 31 ! Change: correct calculation of saturation specific humidity to saturation -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix in get_topography_top_index22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in get_topography_top_index 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! Bugfix for vertical loop index pch_index in case of Netcdf input 28 31 ! Introduce 2D index array incorporate canopy top index -
palm/trunk/SOURCE/pmc_interface_mod.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Bugfix in get_topography_top_index22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in get_topography_top_index 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! - Bugfix in init_tke_factor (MS) 28 31 ! -
palm/trunk/SOURCE/radiation_model_mod.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix in get_topography_top_index22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in get_topography_top_index 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! - Improved reading/writing of SVF from/to file (BM) 28 31 ! - Bugfixes concerning RRTMG as well as average_radiation options (M. Salim) -
palm/trunk/SOURCE/turbulence_closure_mod.f90
r2698 r2701 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix in get_topography_top_index22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in get_topography_top_index 28 ! 29 ! 2698 2017-12-14 18:46:24Z suehring 27 30 ! Initial revision 28 31 !
Note: See TracChangeset
for help on using the changeset viewer.