Version 7 (modified by suehring, 5 years ago) (diff)

--

PALM source code change log

Current revision:

r4901


Current fixed release: 6.0 (r3477)

The following table documents all changes to the PALM repository since 2019.

Previous changes:

Please follow the rules for developers when carrying out source code changes!

Entries in the fifth column specify the type of the change: change of existing code (C), new code (N) or bugfix (B). More detailed information about the changes may sometimes be found in the header comment lines of the respectively changed routines.

svn
Revision
Date
(YYYY/MM/DD)
Author PALM
version
Type Description

r3661

2019/01/08

suehring

6.0

B, C

SVN commit message: Split loops in advec_ws in order to reduce bit queries; Introduce new parameter to better control order degradation of advection scheme at non-cyclic boundaries; Remove setting of Neumann conditions for horizontal velocity variances; Minor bugfix in divergence correction in advection scheme (only has implications at downward-facing wall surfaces) (advec_ws, init_grid)

r3654

2019/01/07

suehring

6.0

B

SVN commit message: Disable misplaced location message in chemistry_model_mod (chemistry_model_mod)

r3651

2019/01/07

suehring

6.0

B

SVN commit message: Bugfix, restore OMP END PARALLEL block (accidantly remove in -r 3637) (flow_statistics)

r3650

2019/01/04

kanani

6.0

B, N

SVN commit message: Bugfix/additions to enable restarts with biometeorology (biometeorology_mod, module_interface)

r3649

2019/01/02

suehring

6.0

B

SVN commit message: Bugfix, initialize strings with intent(out) attribute, delete debug prints (module_interface, parin)

r3648

2019/01/02

suehring

6.0

C

SVN commit message: Rename surface_output_mod into surface_data_output_mod, same with all corresponding subroutines (init_3d_model, Makefile, modules, module_interface, palm, surface_data_output_mod, time_integration)

r3647

2019/01/02

kanani

6.0

B, C

SVN commit message: Bugfix: add time_since_reference_point to IF clause for data_output calls (time_integration) (time_integration)

Bugfix: The query time_since_reference_point >= skip_time_* had to be added to the IF clauses around calls to data_output_* routines, otherwise the chosen values for skip_time_* parameters don't come into affect in case namelist parameters dt_do* = 0.0 (see ticket:798).

Change: Clean up indoor_model and biometeorology model calls.