Skip to content

Commit d77936e

Browse files
Fix intent(inout) in ice_ocean_boundary
1 parent b403edd commit d77936e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config_src/mct_driver/coupler_indices.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ end subroutine ocn_export
289289

290290

291291
subroutine fill_ice_ocean_bnd(ice_ocean_boundary, grid, x2o_o, ind)
292-
type(ice_ocean_boundary_type), intent(in) :: ice_ocean_boundary !< A type for the ice ocean boundary
292+
type(ice_ocean_boundary_type), intent(inout) :: ice_ocean_boundary !< A type for the ice ocean boundary
293293
type(ocean_grid_type), intent(in) :: grid
294294
!type(mct_aVect), intent(in) :: x2o_o
295295
real(kind=8), intent(in) :: x2o_o(:,:)

0 commit comments

Comments
 (0)