Ignore:
Timestamp:
Jan 17, 2018 12:55:21 PM (6 years ago)
Author:
suehring
Message:

Bugfix, no initial masking of wind velocity at first prognostic grid level in case of land- or urban-surface spin-up.

File:
1 edited

Legend:

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

    r2728 r2758  
    2525! -----------------
    2626! $Id$
     27! Comment out homogeneous setting of wind velocity as this will lead to zero
     28! friction velocity and cause problems in MOST relationships.
     29!
     30! 2728 2018-01-09 07:03:53Z maronga
    2731! Set velocity componenets to homogeneous values during spinup
    2832!
     
    170174!-- otherwise. The precise reason is still unknown. A minimum velocity of 0.1
    171175!-- m/s is used to maintain turbulent transfer at the surface.
    172     u = SIGN(1.0_wp,u) * MAX(ug_surface,0.1_wp)
    173     v = SIGN(1.0_wp,v) * MAX(vg_surface,0.1_wp)
     176!     u = SIGN(1.0_wp,u) * MAX(ug_surface,0.1_wp)
     177!     v = SIGN(1.0_wp,v) * MAX(vg_surface,0.1_wp)
    174178
    175179    dt_save = dt_3d
Note: See TracChangeset for help on using the changeset viewer.