MOM6
|
Go to the source code of this file.
Data Types | |
type | mom_dyn_horgrid::dyn_horgrid_type |
Describes the horizontal ocean grid with only dynamic memory arrays. More... | |
Modules | |
module | mom_dyn_horgrid |
Contains a shareable dynamic type for describing horizontal grids and metric data and utilty routines that work on this type. | |
Functions/Subroutines | |
subroutine, public | mom_dyn_horgrid::create_dyn_horgrid (G, HI, bathymetry_at_vel) |
Allocate memory used by the dyn_horgrid_type and related structures. More... | |
subroutine, public | mom_dyn_horgrid::rescale_dyn_horgrid_bathymetry (G, m_in_new_units) |
rescale_dyn_horgrid_bathymetry permits a change in the internal units for the bathymetry on the grid, both rescaling the depths and recording the new internal depth units. More... | |
subroutine, public | mom_dyn_horgrid::set_derived_dyn_horgrid (G, US) |
set_derived_dyn_horgrid calculates metric terms that are derived from other metrics. More... | |
real function | mom_dyn_horgrid::adcroft_reciprocal (val) |
Adcroft_reciprocal(x) = 1/x for |x|>0 or 0 for x=0. More... | |
subroutine, public | mom_dyn_horgrid::destroy_dyn_horgrid (G) |
Release memory used by the dyn_horgrid_type and related structures. More... | |