Ignore:
Timestamp:
May 7, 2014 11:15:00 AM (10 years ago)
Author:
heinze
Message:

adjustments in case of nudging + bugfix for KIND in CMPLX function

File:
1 edited

Legend:

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

    r1381 r1398  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Dirichlet-condition at the top for u and v changed to u_init and v_init also
     23! for large_scale_forcing
    2324!
    2425! Former revisions:
     
    162163        u_p(nzt+1,:,:) = u_init(nzt+1)
    163164        v_p(nzt+1,:,:) = v_init(nzt+1)
    164         IF ( large_scale_forcing) THEN
    165            u_p(nzt+1,:,:) = ug(nzt+1)
    166            v_p(nzt+1,:,:) = vg(nzt+1)
    167         END IF
    168165       !$acc end kernels
    169166    ELSE
Note: See TracChangeset for help on using the changeset viewer.