Changeset 4633 for palm/trunk/SOURCE


Ignore:
Timestamp:
Aug 5, 2020 2:21:14 PM (4 years ago)
Author:
suehring
Message:

Biomet: bugfix in check for humidity

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/biometeorology_mod.f90

    r4590 r4633  
    2626! -----------------
    2727! $Id$
     28! Bugfix in check for humidity
     29!
     30! 4590 2020-07-06 14:34:59Z suehring
    2831! Enable restart via mpi-IO. Therefore, allocated array mrt_av_grid as 3D array instead of an
    2932! 1D array.
     
    879882!
    880883!-- Further checks if thermal comfort output is desired.
    881     IF ( thermal_comfort  .AND.  unit == 'degree_C' )  THEN
     884    IF ( thermal_comfort  .AND.  unit(1:6) == 'degree' )  THEN
    882885!
    883886!--    Break if required modules "radiation" is not available.
  • palm/trunk/SOURCE/check_parameters.f90

    r4565 r4633  
    1919! Current revisions:
    2020! -----------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26! todo added
     27!
     28! 4565 2020-06-15 08:30:38Z oliver.maas
    2629! added check for pt_surface_heating_rate
    2730!
     
    145148! ------------
    146149!> 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)
    147153!--------------------------------------------------------------------------------------------------!
    148154 SUBROUTINE check_parameters
Note: See TracChangeset for help on using the changeset viewer.