- Timestamp:
- Aug 5, 2020 2:21:14 PM (4 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/biometeorology_mod.f90
r4590 r4633 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Bugfix in check for humidity 29 ! 30 ! 4590 2020-07-06 14:34:59Z suehring 28 31 ! Enable restart via mpi-IO. Therefore, allocated array mrt_av_grid as 3D array instead of an 29 32 ! 1D array. … … 879 882 ! 880 883 !-- Further checks if thermal comfort output is desired. 881 IF ( thermal_comfort .AND. unit == 'degree_C' ) THEN884 IF ( thermal_comfort .AND. unit(1:6) == 'degree' ) THEN 882 885 ! 883 886 !-- Break if required modules "radiation" is not available. -
palm/trunk/SOURCE/check_parameters.f90
r4565 r4633 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! todo added 27 ! 28 ! 4565 2020-06-15 08:30:38Z oliver.maas 26 29 ! added check for pt_surface_heating_rate 27 30 ! … … 145 148 ! ------------ 146 149 !> Check control parameters and deduce further quantities. 150 ! 151 !> @todo Increase character length of unit and corresponding characters to LEN>=8 in order to allow 152 !> units like degree_C (05.08.2020) 147 153 !--------------------------------------------------------------------------------------------------! 148 154 SUBROUTINE check_parameters
Note: See TracChangeset
for help on using the changeset viewer.