Ignore:
Timestamp:
Apr 25, 2014 12:55:07 PM (10 years ago)
Author:
raasch
Message:

bugfixes:
missing variables added to ONLY lists in USE statements (advec_s_bc, advec_s_pw, advec_s_up, advec_ws, buoyancy, diffusion_e, diffusion_s, fft_xy, flow_statistics, palm, prognostic_equations)
missing module kinds added (cuda_fft_interfaces)
dpk renamed dp (fft_xy)
missing dependency for check_open added (Makefile)
variables removed from acc-present-list (diffusion_e, diffusion_w, diffusivities, production_e, wall_fluxes)
syntax errors removed from openacc-branch (flow_statistics)
USE-statement for nopointer-case added (swap_timelevel)

File:
1 edited

Legend:

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

    r1366 r1374  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! missing variables added to ONLY lists
    2323!
    2424! Former revisions:
     
    139139               flux_l_pt, flux_l_q, flux_l_qr, flux_l_sa, nr, nr_p, nrsws,     &
    140140               nrswst, pt, ptdf_x, ptdf_y, pt_init, pt_p, prho, q, q_init,     &
    141                q_p, qsws, qswst, qr, qr_p, qrsws, qrswst, rdf, rdf_sc, rho,    &
    142                sa, sa_init, sa_p, saswsb, saswst, shf, tend, te_m, tnr_m,      &
    143                tpt_m, tq_m, tqr_m, tsa_m, tswst, tu_m, tv_m, tw_m, u, ug, u_p, &
    144                v, vg, vpt, v_p, w, w_p
     141               q_p, qsws, qswst, qr, qr_p, qrsws, qrswst, rdf, rdf_sc,         &
     142               ref_state, rho, sa, sa_init, sa_p, saswsb, saswst, shf, tend,   &
     143               te_m, tnr_m, tpt_m, tq_m, tqr_m, tsa_m, tswst, tu_m, tv_m,      &
     144               tw_m, u, ug, u_p, v, vg, vpt, v_p, w, w_p
    145145       
    146146    USE control_parameters,                                                    &
     
    245245        ONLY:  production_e, production_e_acc
    246246
     247    USE statistics,                                                            &
     248        ONLY:  hom
     249
    247250    USE subsidence_mod,                                                        &
    248251        ONLY:  subsidence
     
    17571760!
    17581761!-- u-velocity component
    1759 !++ Statistics still not ported to accelerators
     1762!++ Statistics still not completely ported to accelerators
    17601763    !$acc update device( hom, ref_state )
    17611764    CALL cpu_log( log_point(5), 'u-equation', 'start' )
Note: See TracChangeset for help on using the changeset viewer.