PUBLIC INTERFACE ~ PUBLIC DATA ~ PUBLIC ROUTINES ~ NAMELIST ~ DIAGNOSTIC FIELDS ~ ERROR MESSAGES ~ REFERENCES ~ NOTES

Module ocean_thickness_mod

Contact:  S.M. Griffies
Reviewers: 
Change History: WebCVS Log


OVERVIEW

Determine the thickness of grid cells.

This module determines the thickness of grid cells. Thicknesses are generally time dependent.


OTHER MODULES USED

    constants_mod
diag_manager_mod
fms_mod
mpp_domains_mod
mpp_mod
ocean_domains_mod
ocean_grids_mod
ocean_types_mod

PUBLIC INTERFACE

ocean_thickness_init:
update_tcell_thickness:
update_ucell_thickness:


PUBLIC DATA

None.


PUBLIC ROUTINES

  1. ocean_thickness_init

    DESCRIPTION
    Initialize the thickness and the depth of partial cell point.


  2. update_tcell_thickness

    DESCRIPTION
    Update time dependent thickness of T cells.


  3. update_ucell_thickness

    DESCRIPTION
    Update time dependent thickness of U cells.



NAMELIST

&ocean_thickness_nml

debug_thickness
For debugging.
[logical]


DATA SETS

None.


ERROR MESSAGES

None.


REFERENCES

  1. S.M. Griffies, Developments toward mom4p1 (2004)


COMPILER SPECIFICS

None.


PRECOMPILER OPTIONS

None.


LOADER OPTIONS

None.


TEST PROGRAM

None.


KNOWN BUGS

None.


NOTES

None.


FUTURE PLANS

None.


top