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/sum_up_3d_data.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!
     
    913916
    914917          CASE ( 'tsurf*' )
     918             DO  m = 1, surf_def_h(0)%ns
     919                i   = surf_def_h(0)%i(m)           
     920                j   = surf_def_h(0)%j(m)
     921                tsurf_av(j,i) = tsurf_av(j,i) + surf_def_h(0)%pt_surface(m)
     922             ENDDO
     923
    915924             DO  m = 1, surf_lsm_h%ns
    916925                i   = surf_lsm_h%i(m)           
Note: See TracChangeset for help on using the changeset viewer.