Version 691 (modified by raasch, 3 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 2021.

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

r4842

2021/01/14

raasch

6.0

C

SVN commit message: reading of namelist file and actions in case of namelist errors revised so that statement labels and goto statements are not required any more, deprecated namelists removed (bulk_cloud_model_mod, dynamics_mod, gust_mod, indoor_model_mod, lagrangian_particle_model_mod, land_surface_model_mod, multi_agent_system_mod, nesting_offl_mod, ocean_mod, parin, plant_canopy_model_mod, radiation_model_mod, salsa_mod, spectra_mod, surface_data_output_mod, synthetic_turbulence_generator_mod, urban_surface_mod, virtual_flight_mod, topo_from_ASCII_file_p3d)

r4839

2021/01/08

raasch

6.0

B

SVN commit message: bugfix for r4838: wrong input filenames were given (TESTS/cases/urban_environment_openmp_mpi)

r4838

2021/01/07

raasch

6.0

N

SVN commit message: hybrid MPI/openmp testcase added (palmtest, TESTS/builds/gfortran_openmp_mpi, TESTS/cases/urban_environment_openmp_mpi)

r4836

2021/01/07

raasch

6.0

B

SVN commit message: openmp bugfix: some missing arrays added to reduction clause (radiation_model_mod)

r4835

2021/01/07

raasch

6.0

B, C

SVN commit message: openmp bugfix (some private statements were missing); output format for cpu measures slightly changed (cpulog_mod, turbulence_closure_mod)

r4834

2021/01/07

raasch

6.0

C

SVN commit message: file re-formatted to follow the PALM coding standard (nesting_offl_mod)

r4833

2021/01/07

raasch

6.0

B

SVN commit message: openmp bugfix for time measurements of non advective processes (chemistry_model_mod)

r4832

2021/01/07

raasch

6.0

B

SVN commit message: bugfix in redblack algorithm: lower i,j indices need to start alternatively with even or odd value on the coarsest grid level, if the subdomain has an uneven number of gridpoints along x/y; some debug output flushed (poismg_mod, poismg_noopt_mod, restart_data_mpi_io_mod)

r4831

2021/01/06

suehring

6.0

B

SVN commit message: Bugfix in check_output for variables with suffix indicating the surface facing (urban_surface_mod)

r4830

2021/01/06

Giersch

6.0

C

SVN commit message: Reformatted to follow PALM coding standard (pmc_parent_mod, pmc_general_mod)

r4829

2021/01/06

suehring

6.0

B

SVN commit message: Bugfix in creating error-message string (surface_mod)

r4828

2021/01/05

Giersch

6.0

C, N

SVN commit message: Copyright updated to year 2021, interface pmc_sort removed to accelarate the nesting code (pmc_parent_mod, pmc_general_mod, header updated in all source-code files)