Ignore:
Timestamp:
Mar 10, 2013 2:48:14 AM (11 years ago)
Author:
raasch
Message:

GPU porting of boundary conditions and routine pres; index bug removec from radiation boundary condition

File:
1 edited

Legend:

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

    r1112 r1113  
    2323! Current revisions:
    2424! ------------------
    25 !
     25! openACC directive modified
    2626!
    2727! Former revisions:
     
    14351435       CALL disturb_field( nzb_v_inner, tend, v )
    14361436       n_sor = nsor_ini
    1437        !$acc data copy( d, ddzw, nzb_s_inner, tric, u, v, w, tend )
     1437       !$acc data copy( d, ddzu, ddzw, nzb_s_inner, nzb_u_inner, nzb_v_inner, nzb_w_inner, p, tric, u, v, w, weight_pres, weight_substep, tend )
    14381438       CALL pres
    14391439       !$acc end data
Note: See TracChangeset for help on using the changeset viewer.