Ignore:
Timestamp:
Dec 16, 2019 1:49:14 PM (4 years ago)
Author:
Giersch
Message:

last commit corrected by replacing read_from_file_3d with read_from_file in all relevant p3d files, minor changes in plant_canopy_model_mod (use statements moved to module level, ocean dependency removed, redundant variables removed)

File:
1 edited

Legend:

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

    r4329 r4342  
    2626! -----------------
    2727! $Id$
     28! cdc replaced by canopy_drag_coeff
     29!
     30! 4329 2019-12-10 15:46:36Z motisi
    2831! Renamed wall_flags_0 to wall_flags_static_0
    2932!
     
    38313834 SUBROUTINE deposition( paero, tk, adn, mag_u, lad, kvis, schmidt_num, vc )
    38323835
    3833     USE plant_canopy_model_mod,                                                                    &
    3834         ONLY:  cdc
     3836    USE plant_canopy_model_mod,                                                &
     3837        ONLY:  canopy_drag_coeff
    38353838
    38363839    IMPLICIT NONE
     
    39303933!
    39313934!--       Friction velocity for deposition on vegetation. Calculated following Prandtl (1925):
    3932           ustar = SQRT( cdc ) * mag_u
     3935          ustar = SQRT( canopy_drag_coeff ) * mag_u
    39333936          SELECT CASE ( depo_pcm_par_num )
    39343937
Note: See TracChangeset for help on using the changeset viewer.