Version 947 (modified by suehring, 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.

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

r2746

2018/01/15

suehring

5.0

C

SVN commit message: Read information from statitic driver for resolved vegetation independently from land- or urban-surface model. (check_parameters, data_output_3d, header, init_3d_model, modules, netcdf_data_input_mod, netcdf_interface_mod, plant_canopy_model_mod, prognostic_equations, radiation_model_mod, turbulence_closure_mod, urban_surface_mod)

r2743

2018/01/12

suehring

5.0

C

SVN commit message: In case of natural- and urban-type surfaces output surfaces fluxes in W/m2. (check_parameters, data_output_2d, sum_up_3d_data)

r2742

2018/01/12

suehring

5.0

N

SVN commit message: Output of surface temperature tsurf* at urban- and natural-type surfaces. (average_3d_data, check_parameters, data_output_2d, modules, sum_up_3d_data)

r2737

2018/01/11

kanani

5.0

C

SVN commit message: Removed unused variables t_surf_whole.... (urban_surface_mod)

r2735

2018/01/11

suehring

5.0

C

SVN commit message: Output of resistance also urban-type surfaces. (average_3d_data, check_parameters, data_output_2d, land_surface_model_mod, modules, sum_up_3d_data, surface_mod, urban_surface_mod)

r2732

2018/01/10

raasch

5.0

B

SVN commit message: bugfix: keyword Rev set for scrpts palmrun and palmbuild. (palmrun, palmbuild)

r2731

2018/01/09

suehring

5.0

C

SVN commit message: Enable vectorization by splitting the k-loop. (advec_ws)

r2729

2018/01/09

maronga

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)

r2728

2018/01/09

maronga

5.0

C

SVN commit message: adjustments in spinup mechanism

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

r2726

2018/01/08

kanani

5.0

B

SVN commit message: Exclude spinup time from progress bar (progress_bar_mod)

r2725

2018/01/05

kanani

5.0

B

SVN commit message: Exclude spinup time from progress bar

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

r2724

2018/01/05

maronga

5.0

C

SVN commit message: some changes in spinup mechanism and additional check in land surface model

  • 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)

r2723

2018/01/05

maronga

5.0

B

SVN commit message: bugfixes for spinup mechanism to work with lsm+usm+radiation

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).

r2720

2018/01/02

kanani

5.0

C

SVN commit message: update of palm version

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

r2718

2018/01/02

maronga

5.0

C

SVN commit message: deleting of deprecated files; headers updated where needed