Version 1033 (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

r2945

2018/04/04

suehring

5.0

B, C, N

SVN commit message: Bugfix in parallelization of synthetic turbulence generator; revision in control mimic of synthetic turbulence generator in case of RAN-LES nesting; checks for dynamic input file added; control mimic for topography input slightly revised. (netcdf_data_input_mod, synthetic_turbulence_generator_mod)

r2944

2018/04/03

suehring

5.0

B

SVN commit message: Fixed bad commit (radiation_model_mod)

r2943

2018/04/03

suehring

5.0

B

SVN commit message: Calculate exner function at all height levels in USM In order to avoid segmentation faults in case radiation-interactions are switched-off, calculate exner function at all height levels in USM . (urban_surface_model_mod, radiation_model_mod)

r2942

2018/04/03

suehring

5.0

B

SVN commit message: Bugfix in assigning surface element data after restart. (surface_mod)

r2941

2018/04/03

kanani

5.0

B, C

SVN commit message: Fixes for spinup and sky-view-factor (SVF) treatment (parin, radiation_model_mod, time_integration)

Bugfix:

  • Allocation of arrays in radiation_read_svf only if not yet allocated (radiation_model_mod)
  • No spinup in case of restart run (parin)

Change:

  • Deduct spinup_time from RUN_CONTROL output of main 3d run, use time_since_reference_point instead of simulated_time (time_integration)
  • Update of 2920 revision comment (radiation_model_mod)
  • No read of nsurfl from SVF file since it is calculated in radiation_interaction_init (radiation_model_mod)

r2940

2018/04/03

suehring

5.0

B

SVN commit message: Bugfix in reading restart data of vertical surface elements (surface_mod)

With revision -r 2894 reading restart data for surface elements does not work properly anymore, leading to segmentation faults or non-reproducible simulation results in case of natural- and/or urban-type surface elements. Please note, this problem is finally fixed in -r 2942.

r2939

2018/03/29

suehring

5.0

B

SVN commit message: Set lateral boundary conditions for divergence in multigrid solver (poismg_mod, poismg_noopt_mod)

r2938

2018/03/27

suehring

5.0

N, C

SVN commit message: Nesting in RANS-LES and RANS-RANS mode enabled; synthetic turbulence generator at all lateral boundaries in nesting or non-cyclic forcing mode; revised Inifor initialization in nesting mode (Makefile, boundary_conds, check_parameters, init_3d_model, init_pegrid, land_surface_model_mod, large_scale_forcing_nudging_mod, netcdf_data_input_mod, pmc_interface_mod, pmc_mpi_wrapper_mod, synthetic_turbulence_generator_mod, turbulence_closure_mod, time_integration)

New

  • RANS-RANS nesting and RANS-LES nesting
  • synthetic turbulence generator at all lateral boundaries in case of RAN-LES nesting or nesting in COSMO model

Changed

  • For child domains, dynamic input is not required any more. Child is initialized by interpolation of parent data. Initialization of soil-related variables that are provided by Inifor are interpolated from parent to child

r2934

2018/03/26

suehring

5.0

N, C, B

SVN commit message: Synchronize parent and child model after initialization and spinup phase; Check for consistent setting of spinup times in parent and child model; remove obsolete masking of tendency arrays during initialization (Makefile, check_parameters, init_3d_model, time_integration, time_integration_spinup)

r2932

2018/03/26

maronga

5.0

C

SVN commit message: renamed all Fortran NAMELISTS (check_parameters, chemistry_model_mod, cpulog_mod, data_output_profiles, gust_mod, land_surface_model_mod, lpm_splitting, message, netcdf_interface_mod, package_parin, parin, plant_canopy_model_mod, pmc_handle_communicator_mod, radiation_model_mod, spectra_mod, urban_surface_mod, user_parin, uv_exposure_model_mod, virtual_flight_mod, wind_turbine_model_mod)

All Fortran NAMELISTS have been renamed as follows (* indicates NAMELISTS where the deprecated names will still work until the next PALM release):

inipar(*)           --> initialization_parameters
d3par(*)            --> runtime_parameters
chemistry_par       --> chemistry_parameters
gust_par            --> gust_parameters
lsm_par(*)          --> land_surface_parameters
spectra_par(*)      --> spectra_parameters
canopy_par(*)       --> plant_canopy_parameters
nestpar             --> nesting_parameters
radiation_par(*)    --> radiation_parameters
usm_par(*)          --> urban_surface_parameters
userpar(*)          --> user_parameters
uvexposure_par      --> biometeorology_parameters
flight_par(*)       --> virtual_flight_parameters
wind_turbine_par(*) --> wind_turbine_parameters

r2930

2018/03/23

suehring

5.0

C

SVN commit message: Remove default surfaces from radiation model and add check for this; revise checks for surface_fraction (netcdf_data_input_mod, radiation_model_mod)

r2927

2018/03/23

suehring

5.0

B

SVN commit message: Bugfix in setting boundary condition for topography index array in case of non-cyclic boundary conditions and Piascek-Williams advection scheme is used. (init_grid)

r2925

2018/03/23

suehring

5.0

N, C

SVN commit message: Check for further inconsistent settings of surface_fractions; error messages slightly rephrased and error numbers changed. (netcdf_data_input_mod)

r2921

2018/03/22

Giersch

5.0

B, N

SVN commit message: further inipar parameter has been added to restart data, bugfix in spinup mechanism

Bugfix:

  • Activation of spinup must be done after rrd_global is called (land_surface_model_mod, parin, urban_surface_mod)

New:

  • The parameters spinup_time, day_of_year_init and time_utc_init are also written/read now in case of restart runs (write_restart_data_mod, read_restart_data_mod, Makefile)

r2920

2018/03/22

kanani

5.0

B, C, N

SVN commit message: Optimize SVF calculation, clean-up, bugfixes

Bugfix:

  • Initialize pcbl array, plus further fixes (radiation_model_mod, urban_surface_mod)

Change:

  • Remove unused variables (urban_surface_mod)
  • Correct comment for surface directions (surface_mod)
  • Move radiation-related parameters to radiation model (plant_canopy_model_mod, radiation_model_mod)

(radiation_model_mod)

  • Removed virtual surfaces
  • Separate processing of direct and diffuse solar radiation, new discretization by azimuth and elevation angles
  • Diffuse radiation processed cumulatively using sky view factor
  • Enabled limiting of number of view factors between real surfaces, thus greatly enhancing scalability

New:

  • Precalculation of apparent solar positions (init_3d_model, radiation_model_mod)
  • New 2D raytracing process using whole vertical column at once (Optimized SVF calculation --> memory efficiency and much less RMA) and related code changes (radiation_model_mod)

r2918

2018/03/21

gronemeier

5.0

C

SVN commit message: moved initialization of mixing length to turbulence_closure_mod; consider walls in calculation of ml in rans-mode (check_parameters, init_grid, model_1d_mod, modules, turbulence_closure_mod)

r2906

2018/03/19

Giersch

5.0

C,B

SVN commit message: new procedure for reading/writing svf data, initialization of local variable ids (palm.iofiles, palmrun, check_open, init_3d_model, modules, parin, radiation_model_mod, urban_surface_mod)

r2903

2018/03/16

hellstea

5.0

B

SVN commit message: Nesting-related calls to pmci_ensure_nest_mass_conservation and pres after the nest initialization are removed as they may create unwanted initial perturbation in some cases (palm)

r2899

2018/03/15

hellstea

5.0

C

SVN commit message: Control logics improved to allow nesting also in cases with constant_flux_layer = .F. or constant_diffusion = .T. (pmc_interface_mod)

r2898

2018/03/15

suehring

5.0

C

SVN commit message: Check dimensions in static input files, further checks for building type. (netcdf_data_input_mod)

r2897

2018/03/15

suehring

5.0

C

SVN commit message: Relax restrictions for topography input via static input file, terrain and building heights, as well as building IDs can be input separately and are not mandatory any more. (init_grid, netcdf_data_input_mod)

r2895

2018/03/15

hellstea

5.0

C

SVN commit message: Change in the nest initialization (pmci_interp_tril_all). Bottom wall BC is no longer overwritten (pmc_interface_mod)

r2894

2018/03/15

Giersch

5.0

C,N

SVN commit message: Reading/Writing data in case of restart runs revised (Makefile, chemistry_model_mod, init_3d_model, land_surface_model_mod, modules, palm, parin, radiation_model_mod, read_3d_binary, read_restart_data_mod, read_var_list, sum_up_3d_data, surface_mod, synthetic_turbulence_generator_mod, urban_surface_mod, user_last_actions, user_module, user_read_restart_data, user_read_restart_data_mod, uv_exposure_model_mod, virtual_flight_mod, wind_turbine_model_mod, wrd_write_string, write_3d_binary, write_restart_data_mod, write_var_list)

Changed:

  • Structure of reading/writing restart data was changed to make it more clearly.
  • Subroutine names with respect to reading/writing restart data has been renamed.
  • Redundant skipping functions that skip module related global parameters have been removed.
  • Arising mistakes that could occur during reading/writing new restart data have been prevented (e.g. the order of subroutine calls in case of reading/writing module related restart data does not matter).

New:

  • Strings and their respective lengths are written out (wrd_write_string) and read now in case of restart runs to get rid of prescribed character lengths.
  • New module read_restart_data_mod contains modified content of read_3d_binary and read_var_list which have been deleted.
  • New module write_restart_data_mod contains modified content of write_3d_binary and write_var_list which have been deleted.
  • Introduction of modules that read/write user specific restart data (user_read_restart_data_mod, user_write_restart_data_mod) and deletion of the old user_read_restart_data file.

r2893

2018/03/14

suehring

5.0

C

SVN commit message: Revise informative message concerning filtered topography. (init_grid)

r2892

2018/03/14

suehring

5.0

B

SVN commit message: Bugfixes, missing coupling_char for child-domain ASCII file; uninitialized array in single_building setup (init_grid, plant_canopy_model_mod)

r2886

2018/03/14

thiele

5.0

B

SVN commit message: Bugfix in passive particle SGS Model (lpm_advec.f90)

Sometimes the added SGS velocities would lead to a violation of the CFL criterion for single particles. For this a check was added after the calculation of SGS velocities.

r2884

2018/03/14

scharf

5.0

B

SVN commit message: Bugfix: corrected KIND of variable "parsize" for some MPI calls (pmc_particle_interface.f90)

r2883

2018/03/14

Giersch

5.0

C

SVN commit message: Format 325 of header output has been changed, dt_dopr_listing is not set to the default value zero anymore (check_parameters.f90, header.f90)

r2881

2018/03/13

maronga

5.0

B,C

SVN commit message: bugfix in land surface model and new option in spinup (land_surface_model_mod, modules, parin, time_integration_spinuo)

Bugfix: Loop syntax led to wrong settings of hydraulic conductivity and capacity in water transport equation in soil model

Changed: Added steering parameter calc_soil_moisture_during_spinup to switch on/off water transport equation in soil model during spinup. Default setting is .FALSE..

r2868

2018/03/09

hellstea

5.0

B

SVN commit message: Local conditional Neumann conditions for one-way coupling removed (pmc_interface_mod)

r2867

2018/03/09

suehring

5.0

B

SVN commit message: Revise mapping of 3D-buildings onto orography; further bugfix concering call of user_init (see commit -r 2865)

Please see commit 2864, not 2865.

r2865

2018/03/08

kanani

5.0

N

SVN commit message: Add file connection for sky view factors (SVF) binaries (.palm.iofiles)

r2864

2018/03/08

suehring

5.0

B

SVN commit message: Bugfix, move call of user_init in front of initialization of grid-point arrays. (init_3d_model)

(Usually, array 'rmask' used to set-up statistic regions is initialized in routine 'user_init'. To correctly set-up grid-point arrays used for horizontal averaging, it is necessary to call 'user_init' before doing this.)

r2853

2018/03/05

suehring

5.0

B

SVN commit message: Bugfix in init log-law correction. (pmc_interface_mod)

r2851

2018/03/05

maronga

5.0

B

SVN commit message: bugfix: calculation of output time levels for restart runs (parallel NetCDF). (check_parameters)

r2845

2018/03/01

raasch

5.0

B

SVN commit message: bugfix: set kinematic viscosity for sea water. (init_ocean)

r2841

2018/02/27

knoop

5.0

B

SVN commit message: Bugfix: wrong placement of include 'mpif.h' corrected. (lpm_write_exchange_statistics, pmc_child_mod, pmc_general_mod, pmc_handle_communicator_mod, pmc_interface_mod, pmc_mpi_wrapper_mod, pmc_parent_mod, pmc_particle_interface, spectra_mod, synthetic_turbulence_generator_mod)

r2839

2018/02/27

schwenkel

5.0

B

SVN commit message: Bugfix for Kessler microphysics. (diagnostic_quantities_mod)

r2837

2018/02/26

gronemeier

5.0

C

SVN commit message: palmplot: config file of ncl scripts can be chosen in shell command.

With the command-line paramater file_config, an alternative NCL configuration file can be chosen to be loaded with the NCL scripts of palmplot.

r2836

2018/02/26

Giersch

5.0

B,C,N

SVN commit message: Bugfix in interpolation of lift and drag coefficients during initialization, default value of dt_dopr_listing is set to zero to allow header output.

Bugfixes:

  • Corrected interpolation of lift and drag coefficients on fine grid of radius segments and angles of attack. (wind_turbine_model_mod)

Changes:

  • Speed-up of the initialization of the wind turbine model through restricting radius specific calculations to the loop over the radius. (wind_turbine_model_mod)

New:

  • dt_dopr_listing is set to the default value zero to allow header output. (check_parameters)

r2834

2018/02/23

raasch

5.0

C

SVN commit message: fname renamed jobname. (palmbuild, palmrun, .palm.iofiles, .palm.config.*)

r2826

2018/02/21

hellstea

5.0

B

SVN commit message: Bugfix in setting the default boundary conditions for nest domains. (parin.f90)

r2825

2018/02/20

maronga

5.0

C

SVN commit message: adjustments in gui tools. (palm_gf, palm_jm, palm_wd, palm_wdd, palmrungui, palmrungui_files/mainwindow.ui)

r2818

2018/02/19

maronga

5.0

C

SVN commit message: improvements in spinup mechanism. (time_integration_spinup, read_var_list, write_var_list)

r2815

2018/02/19

kanani

5.0

B,N

SVN commit message: Enable restarts and vector optimization for chemistry model. (chemistry_model_mod, prognostic_equations)

r2813

2018/02/16

suehring

5.0

B

SVN commit message: Further bugfixes concering restart runs. (surface_mod)

r2812

2018/02/16

hellstea

5.0

B

SVN commit message: Bugfixes in computation of the interpolation loglaw-correction parameters. (pmc_interface_mod, surface_mod)

r2809

2018/02/15

schwenkel

5.0

B

SVN commit message: Bugfix for gfortran: Replace the function C_SIZEOF with STORAGE_SIZE. (lpm_exchange_horiz, pmc_child_mod, pmc_interface_mod, pmc_mpi_wrapper_mod, pmc_parent_mod, pmc_particle_interface, radiation_model_mod)

r2805

2018/02/14

suehring

5.0

B

SVN commit message: Bugfix in re-mapping surface-element data in case of restarts; bugfix in initialization of water-surface roughness; bugfix - uninitialized resistance at urban-type surfaces. (land_surface_model_mod, surface_mod, urban_surface_mod)

r2801

2018/02/14

thiele

5.0

N

SVN commit message: Introduce particle transfer in nested models. (pmc_general_mod, lpm_pack_arrays, lpm_init, lpm_exchange_horiz, pmc_child_mod, lpm_write_exchange_statistics, pmc_interface_mod, lpm_boundary_conds, time_integration, pmc_handle_communicator, lpm, pmc_particle_interface, palm, pmc_parent_mod)

r2799

2018/02/12

raasch

5.0

N

SVN commit message: parameters are allowed in output commands (OC:). (palmrun)

r2798

2018/02/09

suehring

5.0

C

SVN commit message: Bugfix initialization of %pt_surface array; Output of surface temperature also for default-type surfaces. (check_parameters, data_output_2d, land_surface_model, modules, sum_up_3d_data, write_3d_binary)

r2797

2018/02/08

suehring

5.0

C

SVN commit message: Output of ground-heat flux at natural- and urban-type surfaces in one output variable; enable restart data of _av variables that belong to both land- and urban-surface model. (average_3d_data, check_parameters, data_output_2d, land_surface_model, modules, read_3d_binary, sum_up_3d_data, urban_surface_mod, write_3d_binary)

r2796

2018/02/08

suehring

5.0

B

SVN commit message: Bugfix in 3D building initialization. (init_grid)

r2795

2018/02/07

hellstea

5.0

B

SVN commit message: Bugfix in nesting anterpolation relaxation functions. (pmc_interface_mod)

r2792

2018/02/07

Giersch

5.0

B

SVN commit message: Bugfix for restart runs if the wind turbine model is used. (wind_turbine_model_mod)

r2790

2018/02/06

suehring

5.0

B

SVN commit message: Bugfix in summation of surface sensible and latent heat flux. (sum_up_3d_data)

r2789

2018/02/06

raasch

5.0

B

SVN commit message: bugfix: exit if no queue has been given neither with option -q nor in the configuration file (palmrun)

r2787

2018/02/05

suehring

5.0

N

SVN commit message: Check if 3D building input is consistent to numeric grid. (netcdf_data_input_mod)

r2782

2018/02/02

maronga

5.0

B

SVN commit message: bugfix/adjusment in spinup mechanism (time_integration_spinup)

r2776

2018/01/31

Giersch

5.0

N,C

SVN commit message: Skipping of module related restart data changed + adapting synthetic turbulence generator to current restart procedure.

New:

  • _prerun flags for skipping module related parameters if restart data was outputted at the end of the precursor run. (modules, read_var_list, synthetic_turbulence_generator_mod, virtual_flight_mod, wind_turbine_model_mod)

Changes:

  • The variables synthetic_turbulence_generator and use_synthetic_turbulence_generator have been abbreviated to restrict the character length to 30. (check_parameters, header, init_3d_model, init_pegrid, modules, read_var_list, synthetic_turbulence_generator, time_integration, write_var_list)

r2773

2018/01/30

suehring

5.0

N,C,B

SVN commit message: Nesting for chemical species implemented; Bugfix passive scalar boundary condition after anterpolation; Timeseries output of surface temperature; Enable initialization of 3D topography (was commented out so far).

Bugfixes:

  • Passive scalar boundary condition after anterpolation. (flow_statistics)

New:

  • Nesting for chemical species. (chemistry_model_mod, Makefile, parin, pmc_interface_mod, time_integration)
  • Timeseries output of surface temperature pt(0). (flow_statistics)

Changes:

  • Checks for correct initialization with Inifor in nesting mode moved. (check_parameters, netcdf_data_input_mod)

r2772

2018/01/29

suehring

5.0

C,B

SVN commit message: Enable initialization via inifor without running land-surface model; small bugfix in chemistry model string treatment. (chemistry_model_mod, netcdf_data_input_mod)

r2770

2018/01/25

kanani

5.0

B

SVN commit message: Correction of parameter check. (plant_canopy_model_mod)

r2769

2018/01/25

raasch

5.0

B

SVN commit message: bugfix for calculating number of required output time levels in case of output at the beginning of a restart run. (netcdf_interface_mod)

r2768

2018/01/24

kanani

5.0

B,C

SVN commit message: Added parameter check, reduced line length, some formatting.

Bugfixes:

  • Reduced line length to meet Fortran standard of max. 132 characters per line. (chemistry_model_mod)

Changes:

  • Added parameter check forpcm_heatrate, some formatting (plant_canopy_model)

r2766

2018/01/22

kanani

5.0

B,C

SVN commit message: Removal of __chem directive, plus minor changes.

Bugfixes:

  • Removed redundant commas in argument lists of some CALLs. (urban_surface_mod)

Changes:

  • Removed __chem preprocessor directive (average_3d_data, boundary_conds, check_parameters, chem_gasphase_mod, chem_modules, chem_photolysis_mod, chemistry_model_mod, data_output_3d, init_3d_model, netcdf_interface_mod, palm, parin, prognostic_equations, read_3d_binary, sum_up_3d_data, surface_layer_fluxes_mod, surface_mod, swap_timelevel, time_integration)
  • Increased LEN of canopy_mode to 30. (plant_canopy_model)

r2765

2018/01/22

maronga

5.0

B,C

SVN commit message: major bugfix in calculation of aerodynamic resistance for vertical surface elements.

Bugfixes:

  • Major bugfix in application of Krayenhoff & Voogt parameterization of the aerodynamic resistance for vertical surfaces. (land_surface_model_mod.f90, urban_surface_mod.f90)
  • Initial value of time_since_reference point was missing. (modules.f90)

Changes:

  • Renamed simulation_time_since_reference to time_to_be_simulated_from_reference_point. (check_parameters.f90)

r2764

2018/01/22

gronemeier

5.0

B

SVN commit message: Bugfix: remove duplicate SAVE statements. (turbulence_closure_mod)

r2762

2018/01/18

raasch

5.0

C

SVN commit message: file connection file is taken by default from trunk/SCRIPTS. (palmrun)

r2759

2018/01/17

suehring

5.0

B

SVN commit message: Major bugfix in horizontal diffusion of all scalar quantities at vertical surfaces; further bugfix: density is considered for vertical fluxes of passive scalar and salinity. (diffusion_s, surface_mod)

r2758

2018/01/17

suehring

5.0

B

SVN commit message: Bugfix, no initial masking of wind velocity at first prognostic grid level in case of land- or urban-surface spin-up.. (init_3d_model, time_integration_spinup)

r2756

2018/01/16

suehring

5.0

N

SVN commit message: Fill values for 3D data output of chemical species introduced. (chemistry_model_mod, data_output_3d)

r2753

2018/01/16

suehring

5.0

N

SVN commit message: Tile approach for spectral albedo implemented.. (flow_statistics, radiation_model_mod, surface_mod)

r2749

2018/01/15

raasch

5.0

B

SVN commit message: bugfix for BININ file connection statement. (.palm.iofiles)

r2747

2018/01/15

suehring

5.0

B

SVN commit message: Bugfix, topography is rounded to the nearest discrete grid level. (init_grid)

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