Ignore:
Timestamp:
Oct 23, 2018 1:29:11 PM (5 years ago)
Author:
suehring
Message:

Consider time-dependent geostrophic wind components in offline nesting

File:
1 edited

Legend:

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

    r3347 r3404  
    2525! -----------------
    2626! $Id$
     27! Set bottom boundary condition for geostrophic wind components in inifor
     28! initialization
     29!
     30! 3347 2018-10-15 14:21:08Z suehring
    2731! - Separate offline nesting from large_scale_nudging_mod
    2832! - Improve the synthetic turbulence generator
     
    12141218             vg(:) = init_3d%vg_init(:)
    12151219          ENDIF
    1216          
     1220!
     1221!--       Set bottom and top boundary condition for geostrophic wind
    12171222          ug(nzt+1) = ug(nzt)
    12181223          vg(nzt+1) = vg(nzt)
     1224          ug(nzb)   = ug(nzb+1)
     1225          vg(nzb)   = vg(nzb+1)
    12191226!
    12201227!--       Set inital w to 0
Note: See TracChangeset for help on using the changeset viewer.