MOM6
mom_geothermal::geothermal_cs Type Reference

Detailed Description

Definition at line 69 of file MOM_geothermal.F90.

Collaboration diagram for mom_geothermal::geothermal_cs:
[legend]

Public variables and constants

real drcv_dt_inplace
 
real, dimension(:,:), pointer geo_heat => NULL()
 
real geothermal_thick
 
logical apply_geothermal
 
type(time_type), pointer time
 
type(diag_ctrl), pointer diag
 

Variables and constants

◆ apply_geothermal

logical mom_geothermal::geothermal_cs::apply_geothermal

Definition at line 77 of file MOM_geothermal.F90.

77  logical :: apply_geothermal ! If true, geothermal heating will be applied;

◆ diag

type(diag_ctrl), pointer mom_geothermal::geothermal_cs::diag

Definition at line 82 of file MOM_geothermal.F90.

82  type(diag_ctrl), pointer :: diag ! A structure that is used to regulate the

◆ drcv_dt_inplace

real mom_geothermal::geothermal_cs::drcv_dt_inplace

Definition at line 70 of file MOM_geothermal.F90.

70  real :: drcv_dt_inplace ! The value of dRcv_dT above which (dRcv_dT is

◆ geo_heat

real, dimension(:,:), pointer mom_geothermal::geothermal_cs::geo_heat => NULL()

Definition at line 73 of file MOM_geothermal.F90.

73  real, pointer :: geo_heat(:,:) => null() ! The geothermal heat flux, in

◆ geothermal_thick

real mom_geothermal::geothermal_cs::geothermal_thick

Definition at line 75 of file MOM_geothermal.F90.

75  real :: geothermal_thick ! The thickness over which geothermal heating is

◆ time

type(time_type), pointer mom_geothermal::geothermal_cs::time

Definition at line 81 of file MOM_geothermal.F90.

81  type(time_type), pointer :: time ! A pointer to the ocean model's clock.

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