MOM6
mom_boundary_update::update_obc_cs Type Reference

Detailed Description

The control structure for the MOM_boundary_update module.

Definition at line 37 of file MOM_boundary_update.F90.

Collaboration diagram for mom_boundary_update::update_obc_cs:
[legend]

Public variables and constants

logical use_files = .false.
 If true, use external files for the open boundary.
 
logical use_kelvin = .false.
 If true, use the Kelvin wave open boundary.
 
logical use_tidal_bay = .false.
 If true, use the tidal_bay open boundary.
 
logical use_shelfwave = .false.
 If true, use the shelfwave open boundary.
 
logical use_dyed_channel = .false.
 If true, use the dyed channel open boundary.
 
type(file_obc_cs), pointer file_obc_csp => NULL()
 Pointers to the control structures for named OBC specifications.
 
type(kelvin_obc_cs), pointer kelvin_obc_csp => NULL()
 Pointers to the control structures for named OBC specifications.
 
type(tidal_bay_obc_cs), pointer tidal_bay_obc_csp => NULL()
 Pointers to the control structures for named OBC specifications.
 
type(shelfwave_obc_cs), pointer shelfwave_obc_csp => NULL()
 Pointers to the control structures for named OBC specifications.
 
type(dyed_channel_obc_cs), pointer dyed_channel_obc_csp => NULL()
 Pointers to the control structures for named OBC specifications.
 

The documentation for this type was generated from the following file: