Ignore:
Timestamp:
Feb 9, 2018 5:16:39 PM (6 years ago)
Author:
suehring
Message:

Bugfix initialization of %pt_surface array; Output of surface temperature also for default-type surfaces

File:
1 edited

Legend:

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

    r2797 r2798  
    2525! -----------------
    2626! $Id$
     27! Consider also default-type surfaces for surface temperature output.
     28!
     29! 2797 2018-02-08 13:24:35Z suehring
    2730! Enable output of ground-heat flux also at urban surfaces.
    2831!
     
    33683371          ENDIF
    33693372
    3370              IF ( ( TRIM( var ) == 'r_a*' .OR.  TRIM( var ) == 'tsurf*'  .OR.  &
    3371                     TRIM( var ) == 'ghf*' )                                    &
     3373             IF ( ( TRIM( var ) == 'r_a*' .OR.  TRIM( var ) == 'ghf*' )        &
    33723374                 .AND.  .NOT.  land_surface  .AND.  .NOT.  urban_surface )     &         
    33733375             THEN
Note: See TracChangeset for help on using the changeset viewer.