Changeset 4876


Ignore:
Timestamp:
Feb 17, 2021 12:27:36 PM (3 years ago)
Author:
raasch
Message:

bugfix for instantaneous c_liq output

File:
1 edited

Legend:

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

    r4843 r4876  
    2424! -----------------
    2525! $Id$
     26! bugfix for instantaneous c_liq output
     27!
     28! 4843 2021-01-15 15:22:11Z raasch
    2629! local namelist parameter added to switch off the module although the respective module namelist
    2730! appears in the namelist file
     
    58765879                i                   = surf_lsm_h(0)%i(m)
    58775880                j                   = surf_lsm_h(0)%j(m)
    5878                 local_pf(i,j,nzb+1) = surf_lsm_h(0)%c_liq(m) * surf_lsm_h(0)%c_veg(m)
     5881                local_pf(i,j,nzb+1) = surf_lsm_h(0)%c_liq(m)
    58795882             ENDDO
    58805883          ELSE
Note: See TracChangeset for help on using the changeset viewer.