From ed3ed306863252788464679bad76c852621b3eef Mon Sep 17 00:00:00 2001 From: alperaltuntas Date: Thu, 13 Jul 2017 17:42:25 -0600 Subject: [PATCH] Added ocn_import_export module --- config_src/mct_driver/ocn_import_export.F90 | 28 +++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/config_src/mct_driver/ocn_import_export.F90 b/config_src/mct_driver/ocn_import_export.F90 index 6fd16835fb..5cb025a706 100644 --- a/config_src/mct_driver/ocn_import_export.F90 +++ b/config_src/mct_driver/ocn_import_export.F90 @@ -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