Ignore:
Timestamp:
May 2, 2019 9:50:41 AM (5 years ago)
Author:
maronga
Message:

bugfixes in urban surface model; output of greenz roof transpiration added/corrected; minor formatting improvements

File:
1 edited

Legend:

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

    r3885 r3943  
    2525! -----------------
    2626! $Id$
     27! Added output of qsws for green roofs.
     28!
     29! 3885 2019-04-11 11:29:34Z kanani
    2730! Changes related to global restructuring of location messages and introduction
    2831! of additional debug messages
     
    919922                      k = surf_lsm_h%k(m)
    920923                      local_pf(i,j,nzb+1) = surf_lsm_h%qsws(m) * l_v
     924                   ENDDO
     925                   DO  m = 1, surf_usm_h%ns
     926                      i = surf_usm_h%i(m)
     927                      j = surf_usm_h%j(m)
     928                      k = surf_usm_h%k(m)
     929                      local_pf(i,j,nzb+1) = surf_usm_h%qsws(m) * l_v
    921930                   ENDDO
    922931                ELSE
Note: See TracChangeset for help on using the changeset viewer.