Control structure for this module.
Definition at line 83 of file ocn_comp_mct.F90.
◆ c1
real ocn_comp_mct::mct_mom_data::c1 |
|
private |
◆ c2
real ocn_comp_mct::mct_mom_data::c2 |
|
private |
◆ c3
real ocn_comp_mct::mct_mom_data::c3 |
|
private |
◆ 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()
◆ ind
Variable IDs.
Definition at line 88 of file ocn_comp_mct.F90.
88 type(cpl_indices_type) :: ind
◆ 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
◆ 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()
◆ 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()
◆ 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
◆ 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.
◆ 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.
The documentation for this type was generated from the following file:
- /glade/work/altuntas/cesm.sandboxes/cesm2_2_alpha_X_mom/components/mom/MOM6/config_src/mct_driver/ocn_comp_mct.F90