MOM6
|
Control structure for MOM_marine_ice.
Definition at line 28 of file MOM_marine_ice.F90.
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... | |
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.
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.
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.
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.
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.
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.