Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core_atmosphere/dynamics/mpas_atm_time_integration.F
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ subroutine mpas_atm_pre_compute_solve_diagnostics(block)
MPAS_ACC_TIMER_START('first_compute_solve_diagnostics [ACC_data_xfer]')

call mpas_pool_get_array(state, 'rho_zz', h, 1)
!$acc enter data create(h)
!$acc enter data copyin(h)

call mpas_pool_get_array(state, 'u', u, 1)
!$acc enter data copyin(u)
Expand Down