MOM6
ocn_comp_mct::mct_mom_data Type Reference

Detailed Description

Control structure for this module.

Definition at line 83 of file ocn_comp_mct.F90.

Collaboration diagram for ocn_comp_mct::mct_mom_data:
[legend]

Private variables and constants

type(ocean_state_type), pointer ocn_state => NULL()
 The private state of ocean. More...
 
type(ocean_public_type), pointer ocn_public => NULL()
 The public state of ocean. More...
 
type(ocean_grid_type), pointer grid => NULL()
 The grid structure. More...
 
type(seq_infodata_type), pointer infodata
 The input info type. More...
 
type(cpl_indices_typeind
 Variable IDs. More...
 
logical sw_decomp
 Controls whether shortwave is decomposed into 4 components. More...
 
real c1
 
real c2
 
real c3
 
real c4
 Coeffs. used in the shortwave decomposition i/o. More...
 
integer stdout
 standard output unit. (by default, points to ocn.log.* ) More...
 
character(len=384) pointer_filename
 Name of the ascii file that contains the path and filename of the latest restart file. More...
 

Variables and constants

◆ c1

real ocn_comp_mct::mct_mom_data::c1
private

Definition at line 90 of file ocn_comp_mct.F90.

90  real :: c1, c2, c3, c4 !< Coeffs. used in the shortwave decomposition i/o

◆ c2

real ocn_comp_mct::mct_mom_data::c2
private

Definition at line 90 of file ocn_comp_mct.F90.

◆ c3

real ocn_comp_mct::mct_mom_data::c3
private

Definition at line 90 of file ocn_comp_mct.F90.

◆ c4

real ocn_comp_mct::mct_mom_data::c4
private

Coeffs. used in the shortwave decomposition i/o.

Definition at line 90 of file ocn_comp_mct.F90.

◆ grid

type(ocean_grid_type), pointer ocn_comp_mct::mct_mom_data::grid => NULL()
private

The grid structure.

Definition at line 86 of file ocn_comp_mct.F90.

86  type(ocean_grid_type), pointer :: grid => null() !< The grid structure

◆ ind

type(cpl_indices_type) ocn_comp_mct::mct_mom_data::ind
private

Variable IDs.

Definition at line 88 of file ocn_comp_mct.F90.

88  type(cpl_indices_type) :: ind !< Variable IDs

◆ infodata

type(seq_infodata_type), pointer ocn_comp_mct::mct_mom_data::infodata
private

The input info type.

Definition at line 87 of file ocn_comp_mct.F90.

87  type(seq_infodata_type), pointer :: infodata !< The input info type

◆ ocn_public

type(ocean_public_type), pointer ocn_comp_mct::mct_mom_data::ocn_public => NULL()
private

The public state of ocean.

Definition at line 85 of file ocn_comp_mct.F90.

85  type(ocean_public_type), pointer :: ocn_public => null() !< The public state of ocean

◆ ocn_state

type(ocean_state_type), pointer ocn_comp_mct::mct_mom_data::ocn_state => NULL()
private

The private state of ocean.

Definition at line 84 of file ocn_comp_mct.F90.

84  type(ocean_state_type), pointer :: ocn_state => null() !< The private state of ocean

◆ pointer_filename

character(len=384) ocn_comp_mct::mct_mom_data::pointer_filename
private

Name of the ascii file that contains the path and filename of the latest restart file.

Definition at line 92 of file ocn_comp_mct.F90.

92  character(len=384) :: pointer_filename !< Name of the ascii file that contains the path

◆ stdout

integer ocn_comp_mct::mct_mom_data::stdout
private

standard output unit. (by default, points to ocn.log.* )

Definition at line 91 of file ocn_comp_mct.F90.

91  integer :: stdout !< standard output unit. (by default, points to ocn.log.* )

◆ sw_decomp

logical ocn_comp_mct::mct_mom_data::sw_decomp
private

Controls whether shortwave is decomposed into 4 components.

Definition at line 89 of file ocn_comp_mct.F90.

89  logical :: sw_decomp !< Controls whether shortwave is decomposed into 4 components

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