Skip to content

Commit 5c7d198

Browse files
committed
adding comment
1 parent cef6ed8 commit 5c7d198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core_atmosphere/dynamics/mpas_atm_time_integration.F

+2
Original file line numberDiff line numberDiff line change
@@ -6833,6 +6833,8 @@ subroutine atm_bdy_adjust_dynamics_relaxzone_tend( config, tend, state, diag, me
68336833

68346834
call mpas_pool_get_config(config, 'config_relax_zone_divdamp_coef', divdamp_coef_ptr)
68356835

6836+
! De-referencing scalar integer pointers so that acc parallel regions correctly
6837+
! copy these scalar integers onto the device
68366838
divdamp_coef = divdamp_coef_ptr
68376839
vertexDegree = vertexDegree_ptr
68386840

0 commit comments

Comments
 (0)