MOM6
mom_marine_ice::marine_ice_cs Type Reference

Detailed Description

Control structure for MOM_marine_ice.

Definition at line 28 of file MOM_marine_ice.F90.

Collaboration diagram for mom_marine_ice::marine_ice_cs:
[legend]

Public variables and constants

real kv_iceberg
 The viscosity of the icebergs [m2 s-1] (for ice rigidity) More...
 
real berg_area_threshold
 Fraction of grid cell which iceberg must occupy so that fluxes below are set to zero. (0.5 is a good value to use.) Not applied for negative values. More...
 
real latent_heat_fusion
 Latent heat of fusion [J kg-1]. More...
 
real density_iceberg
 A typical density of icebergs [kg m-3] (for ice rigidity) More...
 
type(time_type), pointer time
 A pointer to the ocean model's clock. More...
 
type(diag_ctrl), pointer diag
 A structure that is used to regulate the timing of diagnostic output. More...
 

Variables and constants

◆ berg_area_threshold

real mom_marine_ice::marine_ice_cs::berg_area_threshold

Fraction of grid cell which iceberg must occupy so that fluxes below are set to zero. (0.5 is a good value to use.) Not applied for negative values.

Definition at line 30 of file MOM_marine_ice.F90.

30  real :: berg_area_threshold !< Fraction of grid cell which iceberg must occupy

◆ density_iceberg

real mom_marine_ice::marine_ice_cs::density_iceberg

A typical density of icebergs [kg m-3] (for ice rigidity)

Definition at line 34 of file MOM_marine_ice.F90.

34  real :: density_iceberg !< A typical density of icebergs [kg m-3] (for ice rigidity)

◆ diag

type(diag_ctrl), pointer mom_marine_ice::marine_ice_cs::diag

A structure that is used to regulate the timing of diagnostic output.

Definition at line 37 of file MOM_marine_ice.F90.

37  type(diag_ctrl), pointer :: diag !< A structure that is used to regulate the timing of diagnostic output.

◆ kv_iceberg

real mom_marine_ice::marine_ice_cs::kv_iceberg

The viscosity of the icebergs [m2 s-1] (for ice rigidity)

Definition at line 29 of file MOM_marine_ice.F90.

29  real :: kv_iceberg !< The viscosity of the icebergs [m2 s-1] (for ice rigidity)

◆ latent_heat_fusion

real mom_marine_ice::marine_ice_cs::latent_heat_fusion

Latent heat of fusion [J kg-1].

Definition at line 33 of file MOM_marine_ice.F90.

33  real :: latent_heat_fusion !< Latent heat of fusion [J kg-1]

◆ time

type(time_type), pointer mom_marine_ice::marine_ice_cs::time

A pointer to the ocean model's clock.

Definition at line 36 of file MOM_marine_ice.F90.

36  type(time_type), pointer :: Time !< A pointer to the ocean model's clock.

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