PUBLIC INTERFACE ~ PUBLIC ROUTINES ~ NAMELIST

Module ocean_overflow_OFP_mod

Contact:  H.-C. Lee
Reviewers:  S. M. Griffies Z. Liang
Change History: WebCVS Log


OVERVIEW

Modeling the physical processes of deep overflow from regional seas.

(1) Physics of the overflow is based on the paper of Briegleb, Danabasoglu and Large (2010) (2) Geographic input data (I and J points) for each region is given by user at the Field Table. (3) Model can compute the overflow processes for many places. There is no maximum number of overflows. (4) Maximum production lines (or regions) in this code is ten. To get more, code needs to be written. (5) Main acronyms. src:source, int:interior, ent:entrainment, prd:production


OTHER MODULES USED

        constants_mod
diag_manager_mod
field_manager_mod
fms_mod
mpp_domains_mod
mpp_mod
ocean_density_mod
ocean_domains_mod
ocean_parameters_mod
ocean_tracer_util_mod
ocean_types_mod
ocean_util_mod
ocean_workspace_mod

PUBLIC INTERFACE

ocean_overflow_OFP_init:
overflow_OFP:
watermass_diag_init:
watermass_diag:


PUBLIC ROUTINES

  1. ocean_overflow_OFP_init

    DESCRIPTION
    Initial set up for OFP


  2. overflow_OFP

    DESCRIPTION
    Compute overflow process


  3. watermass_diag_init

    DESCRIPTION
    Initialization of watermass diagnostic output files.


  4. watermass_diag

    DESCRIPTION
    Diagnose effects from overflow on the watermass transformation.



NAMELIST

&ocean_overflow_OFP_nml

use_this_module
For using this module. Default use_this_module=.false.
[logical]
debug_this_module
For debugging. Default is false.
[logical]
crit_Fr_geo_ofp
Critical geostrophic Froude number. Set the minimum Froude number for mixing process between source and entrainment waters Default is 1.0
[real]
crit_Fr_geo_ofp
Maximum overflow speed at the source region Default is 3.0 m/s
[real]
frac_exchange_src
Areal fraction of the overflow exchange at the source region Default is 1.0
[real]
max_vol_trans_ofp
Maximum volume transport of the overflow [m^3/s] Default is 10.e6
[real]
max_ofp_speed
Maximum overflow speed [m^/s] Default is 2.0
[real]
do_mass_ofp
Considering the mass source in the overflow process Default is .true.
[logical]
diag_step
Diagnostic time step for OFP. Default is diag_step = -1 The diagnostic output is saved in the ascii directory as the ascii format.
[integer]
do_entrainment_para_ofp
Considering the parameterization of entrainment process in the overflow process Default is .true.
[logical]


REFERENCES

  1. Briegleb B. P., G. Danabasoglu and W. G. Large (2010), An Overflow Parameterization for the ocean component of the Community Climate System Model. NCAR Technical Note, NCAR Boulder, CO.
  2. Danabasoglu G., W. G. Large and B. P. Briegleb (2010), Climate impacts of parameterized Nordic Sea Overflow, Journal of Geophysical Research, (submitted)


top