Skip to content

Commit ed3ed30

Browse files
committed
Added ocn_import_export module
1 parent aba7dc2 commit ed3ed30

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

config_src/mct_driver/ocn_import_export.F90

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,33 @@ end subroutine ocn_export
136136
!***********************************************************************
137137

138138

139+
subroutine MOM_sum_buffer
140+
141+
! !DESCRIPTION:
142+
! This routine accumulates sums for averaging fields to
143+
! be sent to the coupler
144+
!
145+
! !REVISION HISTORY:
146+
! same as module
147+
!
148+
!EOP
149+
!BOC
150+
151+
!-----------------------------------------------------------------------
152+
!
153+
! local variables
154+
!
155+
!-----------------------------------------------------------------------
156+
157+
!-----------------------------------------------------------------------
158+
!EOC
159+
160+
end subroutine MOM_sum_buffer
161+
162+
!***********************************************************************
163+
164+
165+
166+
139167
end module ocn_import_export
140168

0 commit comments

Comments
 (0)