Ignore:
Timestamp:
Feb 17, 2021 4:17:35 PM (3 years ago)
Author:
suehring
Message:

Bugfix in initialization of vertical surfaces with roughness and surface heat fluxes

File:
1 edited

Legend:

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

    r4850 r4877  
    2525! -----------------
    2626! $Id$
     27! bugfix in init_single_surface_properties for vertical surfaces
     28!
     29! 4850 2021-01-21 17:59:25Z suehring
    2730! +t_prev
    2831!
     
    31063109
    31073110    REAL(wp), DIMENSION(1:ns) ::  var_surf  !< 1D surface variable that should be initialized
    3108     REAL(wp), DIMENSION(nys:nyn,nxl:nxr) ::  var_2d  !< input variable
     3111    REAL(wp), DIMENSION(nysg:nyng,nxlg:nxrg) ::  var_2d  !< input variable
    31093112
    31103113    DO  m = 1, ns
Note: See TracChangeset for help on using the changeset viewer.