From de13a2cd152ae2dad2686be1926ac31f9f005a4a Mon Sep 17 00:00:00 2001 From: Robert Hallberg Date: Wed, 11 Jul 2018 16:00:39 -0400 Subject: [PATCH] Module dOxyGenization for MOM_transribe_grid Added dOxygen comments describing the whole MOM_transribe_grid module. All answers are bitwise identical. --- src/core/MOM_transcribe_grid.F90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/MOM_transcribe_grid.F90 b/src/core/MOM_transcribe_grid.F90 index 75892d19f3..eea4874f4e 100644 --- a/src/core/MOM_transcribe_grid.F90 +++ b/src/core/MOM_transcribe_grid.F90 @@ -1,3 +1,5 @@ +!> Module with routines for copying information from a shared dynamic horizontal +!! grid to an ocean-specific horizontal grid and the reverse. module MOM_transcribe_grid ! This file is part of MOM6. See LICENSE.md for the license.