Version 2 (modified by suehring, 6 years ago) (diff) |
---|
PALM source code change log
Current revision:
Current fixed release: 6.0 (r3477)
The following table documents all changes to the PALM repository since 2019.
Previous changes:
- Changes 2018
- Changes 2017
- Changes 2013-2016
- Changes 2009-2012.
- Changes 1998-2008
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 |
---|---|---|---|---|---|
| 2019/01/02 | suehring | 6.0 | B | SVN commit message: Bugfix, initialize strings with intent(out) attribute, delete debug prints (module_interface, parin) |
| 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) |
| 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. |