Skip to content

Commit

Permalink
Added ocn_import_export module
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Jul 13, 2017
1 parent aba7dc2 commit ed3ed30
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config_src/mct_driver/ocn_import_export.F90
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,33 @@ end subroutine ocn_export
!***********************************************************************


subroutine MOM_sum_buffer

! !DESCRIPTION:
! This routine accumulates sums for averaging fields to
! be sent to the coupler
!
! !REVISION HISTORY:
! same as module
!
!EOP
!BOC

!-----------------------------------------------------------------------
!
! local variables
!
!-----------------------------------------------------------------------

!-----------------------------------------------------------------------
!EOC

end subroutine MOM_sum_buffer

!***********************************************************************




end module ocn_import_export

0 comments on commit ed3ed30

Please sign in to comment.