Ignore:
Timestamp:
Oct 29, 2013 1:21:31 PM (10 years ago)
Author:
heinze
Message:

Undoing commit 1239

File:
1 edited

Legend:

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

    r1239 r1240  
    2020! Current revisions:
    2121! -----------------
    22 ! Adjust ug and vg at each timestep in case of large_scale_forcing
     22!
    2323
    2424! Former revisions:
     
    147147        u_p(nzt+1,:,:) = u_init(nzt+1)
    148148        v_p(nzt+1,:,:) = v_init(nzt+1)
    149         IF ( large_scale_forcing) THEN
    150            u_p(nzt+1,:,:) = ug(nzt+1)
    151            v_p(nzt+1,:,:) = vg(nzt+1)
    152         END IF
    153149       !$acc end kernels
    154150    ELSE
Note: See TracChangeset for help on using the changeset viewer.