Version 932 (modified by maronga, 7 years ago) (diff)

--

PALM source code change log

Current revision:

r4901


Current fixed release: 5.0 (r2704)

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

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.

Date Author svn
Revision
Last
Release
Type Description

2018/01/09

maronga

r2729

5.0

C

SVN commit message: input of deep soil temperature separated from prognostic soil temperature

The lsmpar array soil_temperature must be of the same size as dz_soil and soil_moisture, which appears to be more intuitive to the user. The bottom boundary condition for the soil temperature is now a separate parameter called deep_soil_temperature. (land_surface_model_mod.f90, ex_lsm_clearksy_p3d) (land_surface_model_mod)

2018/01/09

maronga

r2728

5.0

C

SVN commit message: adjustments in spinup mechanism

Set spatially homogeneous velocity fields during spinup periops. (time_integration_spinup.f90)

08/01/18

kanani

r2726

5.0

B

Excluded spinup time from progress bar. (progress_bar_mod)

05/01/18

kanani

r2725

5.0

B

Updated ex_lsm_clearsky_rc due to change of default value to average_radiation = .FALSE. in previous commit.

05/01/18

maronga

r2724

5.0

C

  • Further adjustments for spinup mechanism(time_integration_spinup.f90).
  • Additional security check for soil_temperature to match the number of soil layers (land_surface_model_mod.f90).
  • Set default value of average_radiation = .FALSE. (radiation_model_mod.f90)

05/01/18

maronga

r2723

5.0

B

Bugfixes for spinup mechanism to work with land surface model, urban surface model and radiation model (land_surface_model_mod.f90, radiation_model_mod.f90, time_integration_spinup.f90, urban_surface_mod.f90).

02/01/18

kanani

r2720

5.0

C

Updated PALM version number. (palm)
Corrected comment. (urban_surface_mod)

02/01/18

maronga

r2718

5.0

C

Deprecated filed removed and headers updated where necessary.