Version 16 (modified by hellstea, 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

r3681

2019/01/18

hellstea

6.0

B,C,N

SVN commit message: Major update of pmc_interface_mod (pmc_interface_mod)

r3668

2019/01/14

maronga

6.0

B,C

SVN commit message: removed most_methods circular and lookup. added improved version of palm_csd (.csd.config.default, palm_csd, palm_csd_canopy_generator, palm_csd_netcdf_interface, palm_csd_tools, check_parameters, land_surface_model_mod, modules, parin, read_restart_data, surface_layer_fluxes_mod, write_restart_data_mod)

r3667

2019/01/10

schwenkel

6.0

B

SVN commit message: Modified rrtmg input files check (radiation_model_mod)

r3665

2019/01/10

raasch

6.0

B, C

SVN commit message: dummy statements added to avoid compiler warnings about unused variables, unused variables removed, ssh-call for submitting batch jobs on remote systems modified again to avoid output of login messages on specific systems (advec_s_pw, advec_s_up, data_output_mask, date_and_time_mod, gust_mod, init_masks, multi_agent_system_mod, netcdf_interface_mod, virtual_measurement_mod, palmrun)

r3664

2019/01/09

forkel

6.0

B

SVN commit message: Replaced misplaced location message by @todo (in chemistry_model_mod)

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)

r3653

2019/01/07

forkel

6.0

C

SVN commit message: parameter chem_mechanism added to &chemistry_parameters (adapted urban_environment_p3d and urban_environment_restart_p3dr to parameter check from rev 3652)

r3652

2019/01/07

forkel

6.0

C

SVN commit message: Checks added for chemistry mechanism, parameter chem_mechanism added (in chemistry_model_mod and chem_modules)

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.