Changeset 1111 for palm/trunk/SOURCE/prognostic_equations.f90
- Timestamp:
- Mar 8, 2013 11:54:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/prognostic_equations.f90
r1107 r1111 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! update directives for prognostic quantities removed 23 23 ! 24 24 ! Former revisions: … … 1574 1574 1575 1575 CALL cpu_log( log_point(5), 'u-equation', 'stop' ) 1576 !$acc update host( u_p )1577 1576 1578 1577 ! … … 1637 1636 1638 1637 CALL cpu_log( log_point(6), 'v-equation', 'stop' ) 1639 !$acc update host( v_p )1640 1638 1641 1639 ! … … 1700 1698 1701 1699 CALL cpu_log( log_point(7), 'w-equation', 'stop' ) 1702 !$acc update host( w_p )1703 1700 1704 1701 … … 1796 1793 1797 1794 CALL cpu_log( log_point(13), 'pt-equation', 'stop' ) 1798 !$acc update host( pt_p )1799 1795 1800 1796 ENDIF … … 2046 2042 2047 2043 CALL cpu_log( log_point(16), 'tke-equation', 'stop' ) 2048 !$acc update host( e_p )2049 2044 2050 2045 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.