namespace mom_transcribe_grid

Overview

Module with routines for copying information from a shared dynamic horizontal grid to an ocean-specific horizontal grid and the reverse. More…

namespace mom_transcribe_grid {

// global functions

subroutine, public copy_dyngrid_to_mom_grid(dG dG, oG oG, US US);
subroutine, public copy_mom_grid_to_dyngrid(oG oG, dG dG, US US);

} // namespace mom_transcribe_grid

Detailed Documentation

Module with routines for copying information from a shared dynamic horizontal grid to an ocean-specific horizontal grid and the reverse.

Global Functions

subroutine, public copy_dyngrid_to_mom_grid(dG dG, oG oG, US US)

Copies information from a dynamic (shared) horizontal grid type into an ocean_grid_type.

Parameters:

dg

Common horizontal grid type

og

Ocean grid type

us

A dimensional unit scaling type

subroutine, public copy_mom_grid_to_dyngrid(oG oG, dG dG, US US)

Copies information from an ocean_grid_type into a dynamic (shared) horizontal grid type.

Parameters:

og

Ocean grid type

dg

Common horizontal grid type

us

A dimensional unit scaling type