Changeset 2025
- Timestamp:
- Oct 12, 2016 4:44:03 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r2024 r2025 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added missing CASE, error message and unit for ssws*, 23 ! increased number of possible output quantities to 500. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2024 2016-10-12 16:42:37Z kanani 29 ! Added missing CASE, error message and unit for ssws*, 30 ! increased number of possible output quantities to 500. 31 ! 29 32 ! 2011 2016-09-19 17:29:57Z kanani 30 33 ! Flag urban_surface is now defined in module control_parameters, -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r2024 r2025 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added missing lad_s initialization22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2024 2016-10-12 16:42:37Z kanani 29 ! Added missing lad_s initialization 30 ! 28 31 ! 2011 2016-09-19 17:29:57Z kanani 29 32 ! Renamed canopy_heat_flux to pc_heating_rate, since the original meaning/ -
palm/trunk/SOURCE/sum_up_3d_data.f90
r2024 r2025 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added missing CASE for ssws*22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2024 2016-10-12 16:42:37Z kanani 29 ! Added missing CASE for ssws* 30 ! 28 31 ! 2011 2016-09-19 17:29:57Z kanani 29 32 ! Flag urban_surface is now defined in module control_parameters, -
palm/trunk/SOURCE/urban_surface_mod.f90
r2024 r2025 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! 24 ! 25 ! Former revisions: 26 ! ----------------- 27 ! $Id$ 28 ! 29 ! 2024 2016-10-12 16:42:37Z kanani 23 30 ! Bugfixes in deallocation of array plantt and reading of csf/csfsurf, 24 31 ! optimization of MPI-RMA operations, … … 31 38 ! minor optimizations. 32 39 ! 33 ! Former revisions:34 ! -----------------35 ! $Id$36 !37 40 ! 2011 2016-09-19 17:29:57Z kanani 38 41 ! Major reformatting according to PALM coding standard (comments, blanks,
Note: See TracChangeset
for help on using the changeset viewer.