Ignore:
Timestamp:
Jul 26, 2018 5:12:48 PM (6 years ago)
Author:
suehring
Message:

Major bugfix in calculation of ol and ts at building roofs; bugfix in restart data for surface elements; in 2D data output, mask latent heat flux at urban-type surfaces

File:
1 edited

Legend:

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

    r3052 r3176  
    2525! -----------------
    2626! $Id$
     27! Remove output of latent heat flux at urban-surfaces and set fill values
     28! instead
     29!
     30! 3052 2018-05-31 06:11:20Z raasch
    2731! Do not open FORTRAN binary files in case of parallel netCDF I/O
    2832!
     
    933937             CASE ( 'qsws*_xy' )        ! 2d-array
    934938                IF ( av == 0 ) THEN
     939                   local_pf(:,:,nzb+1) = REAL( fill_value, KIND = wp )
    935940!
    936941!--                In case of default surfaces, clean-up flux by density.
    937 !--                In case of land- and urban-surfaces, convert fluxes into
     942!--                In case of land-surfaces, convert fluxes into
    938943!--                dynamic units
    939944                   DO  m = 1, surf_def_h(0)%ns
     
    949954                      k = surf_lsm_h%k(m)
    950955                      local_pf(i,j,nzb+1) = surf_lsm_h%qsws(m) * l_v
    951                    ENDDO
    952                    DO  m = 1, surf_usm_h%ns
    953                       i = surf_usm_h%i(m)
    954                       j = surf_usm_h%j(m)
    955                       k = surf_usm_h%k(m)
    956                       local_pf(i,j,nzb+1) = surf_usm_h%qsws(m) * l_v
    957956                   ENDDO
    958957                ELSE
Note: See TracChangeset for help on using the changeset viewer.