Changeset 2575 for palm/trunk/SOURCE/surface_mod.f90
- Timestamp:
- Oct 24, 2017 9:57:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_mod.f90
r2547 r2575 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Pavement parameterization revised 28 ! 29 ! 2547 2017-10-16 12:41:56Z schwenkel 27 30 ! extended by cloud_droplets option 28 31 ! … … 170 173 REAL(wp), DIMENSION(:), ALLOCATABLE :: rad_net_l !< net radiation 171 174 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: lambda_h !< heat conductivity of soil (W/m/K) 172 REAL(wp), DIMENSION(: ), ALLOCATABLE:: lambda_h_def !< default heat conductivity of soil (W/m/K)175 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: lambda_h_def !< default heat conductivity of soil (W/m/K) 173 176 174 177 LOGICAL, DIMENSION(:), ALLOCATABLE :: building_surface !< flag parameter indicating that the surface element is covered by buildings (no LSM actions, not implemented yet) … … 205 208 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: m_wilt !< soil moisture at permanent wilting point (m3/m3) 206 209 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: n_vg !< coef. Van Genuchten 207 REAL(wp), DIMENSION(: ), ALLOCATABLE :: rho_c_def!< default volumetric heat capacity of the (soil) layer (J/m3/K)210 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: rho_c_total_def !< default volumetric heat capacity of the (soil) layer (J/m3/K) 208 211 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: rho_c_total !< volumetric heat capacity of the actual soil matrix (J/m3/K) 209 212 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: root_fr !< root fraction within the soil layers
Note: See TracChangeset
for help on using the changeset viewer.