Changeset 1374 for palm/trunk/SOURCE/prognostic_equations.f90
- Timestamp:
- Apr 25, 2014 12:55:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/prognostic_equations.f90
r1366 r1374 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! missing variables added to ONLY lists 23 23 ! 24 24 ! Former revisions: … … 139 139 flux_l_pt, flux_l_q, flux_l_qr, flux_l_sa, nr, nr_p, nrsws, & 140 140 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 t pt_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_p141 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 145 145 146 146 USE control_parameters, & … … 245 245 ONLY: production_e, production_e_acc 246 246 247 USE statistics, & 248 ONLY: hom 249 247 250 USE subsidence_mod, & 248 251 ONLY: subsidence … … 1757 1760 ! 1758 1761 !-- u-velocity component 1759 !++ Statistics still not ported to accelerators1762 !++ Statistics still not completely ported to accelerators 1760 1763 !$acc update device( hom, ref_state ) 1761 1764 CALL cpu_log( log_point(5), 'u-equation', 'start' )
Note: See TracChangeset
for help on using the changeset viewer.