MOM6
mom_boundary_update::update_obc_cs Type Reference

Detailed Description

Definition at line 33 of file MOM_boundary_update.F90.

Collaboration diagram for mom_boundary_update::update_obc_cs:
[legend]

Public variables and constants

logical use_files = .false.
 
logical use_kelvin = .false.
 
logical use_tidal_bay = .false.
 
logical use_shelfwave = .false.
 
type(file_obc_cs), pointer file_obc_csp => NULL()
 
type(kelvin_obc_cs), pointer kelvin_obc_csp => NULL()
 
type(tidal_bay_obc_cs), pointer tidal_bay_obc_csp => NULL()
 
type(shelfwave_obc_cs), pointer shelfwave_obc_csp => NULL()
 

Variables and constants

◆ file_obc_csp

type(file_obc_cs), pointer mom_boundary_update::update_obc_cs::file_obc_csp => NULL()

Definition at line 38 of file MOM_boundary_update.F90.

38  type(file_obc_cs), pointer :: file_obc_csp => null()

◆ kelvin_obc_csp

type(kelvin_obc_cs), pointer mom_boundary_update::update_obc_cs::kelvin_obc_csp => NULL()

Definition at line 39 of file MOM_boundary_update.F90.

39  type(kelvin_obc_cs), pointer :: kelvin_obc_csp => null()

◆ shelfwave_obc_csp

type(shelfwave_obc_cs), pointer mom_boundary_update::update_obc_cs::shelfwave_obc_csp => NULL()

Definition at line 41 of file MOM_boundary_update.F90.

41  type(shelfwave_obc_cs), pointer :: shelfwave_obc_csp => null()

◆ tidal_bay_obc_csp

type(tidal_bay_obc_cs), pointer mom_boundary_update::update_obc_cs::tidal_bay_obc_csp => NULL()

Definition at line 40 of file MOM_boundary_update.F90.

40  type(tidal_bay_obc_cs), pointer :: tidal_bay_obc_csp => null()

◆ use_files

logical mom_boundary_update::update_obc_cs::use_files = .false.

Definition at line 34 of file MOM_boundary_update.F90.

34  logical :: use_files = .false.

◆ use_kelvin

logical mom_boundary_update::update_obc_cs::use_kelvin = .false.

Definition at line 35 of file MOM_boundary_update.F90.

35  logical :: use_kelvin = .false.

◆ use_shelfwave

logical mom_boundary_update::update_obc_cs::use_shelfwave = .false.

Definition at line 37 of file MOM_boundary_update.F90.

37  logical :: use_shelfwave = .false.

◆ use_tidal_bay

logical mom_boundary_update::update_obc_cs::use_tidal_bay = .false.

Definition at line 36 of file MOM_boundary_update.F90.

36  logical :: use_tidal_bay = .false.

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