MOM6
|
Structure that describes the ice shelf state.
Definition at line 24 of file MOM_ice_shelf_state.F90.
Public variables and constants | |
real, dimension(:,:), pointer | mass_shelf => NULL() |
The mass per unit area of the ice shelf or sheet [kg m-2]. More... | |
real, dimension(:,:), pointer | area_shelf_h => NULL() |
The area per cell covered by the ice shelf [m2]. More... | |
real, dimension(:,:), pointer | h_shelf => NULL() |
the thickness of the shelf [m], redundant with mass but may More... | |
real, dimension(:,:), pointer | hmask => NULL() |
Mask used to indicate ice-covered or partiall-covered cells. More... | |
real, dimension(:,:), pointer | tflux_ocn => NULL() |
The UPWARD sensible ocean heat flux at the. More... | |
real, dimension(:,:), pointer | salt_flux => NULL() |
The downward salt flux at the ocean-ice. More... | |
real, dimension(:,:), pointer | water_flux => NULL() |
The net downward liquid water flux at the. More... | |
real, dimension(:,:), pointer | tflux_shelf => NULL() |
The UPWARD diffusive heat flux in the ice. More... | |
real, dimension(:,:), pointer | tfreeze => NULL() |
The freezing point potential temperature. More... | |
real, dimension(:,:), pointer mom_ice_shelf_state::ice_shelf_state::area_shelf_h => NULL() |
The area per cell covered by the ice shelf [m2].
Definition at line 25 of file MOM_ice_shelf_state.F90.
real, dimension(:,:), pointer mom_ice_shelf_state::ice_shelf_state::h_shelf => NULL() |
the thickness of the shelf [m], redundant with mass but may
Definition at line 25 of file MOM_ice_shelf_state.F90.
real, dimension(:,:), pointer mom_ice_shelf_state::ice_shelf_state::hmask => NULL() |
Mask used to indicate ice-covered or partiall-covered cells.
Definition at line 25 of file MOM_ice_shelf_state.F90.
real, dimension(:,:), pointer mom_ice_shelf_state::ice_shelf_state::mass_shelf => NULL() |
The mass per unit area of the ice shelf or sheet [kg m-2].
Definition at line 25 of file MOM_ice_shelf_state.F90.
real, dimension(:,:), pointer mom_ice_shelf_state::ice_shelf_state::salt_flux => NULL() |
The downward salt flux at the ocean-ice.
Definition at line 25 of file MOM_ice_shelf_state.F90.
real, dimension(:,:), pointer mom_ice_shelf_state::ice_shelf_state::tflux_ocn => NULL() |
The UPWARD sensible ocean heat flux at the.
Definition at line 25 of file MOM_ice_shelf_state.F90.
real, dimension(:,:), pointer mom_ice_shelf_state::ice_shelf_state::tflux_shelf => NULL() |
The UPWARD diffusive heat flux in the ice.
Definition at line 25 of file MOM_ice_shelf_state.F90.
real, dimension(:,:), pointer mom_ice_shelf_state::ice_shelf_state::tfreeze => NULL() |
The freezing point potential temperature.
Definition at line 25 of file MOM_ice_shelf_state.F90.
real, dimension(:,:), pointer mom_ice_shelf_state::ice_shelf_state::water_flux => NULL() |
The net downward liquid water flux at the.
Definition at line 25 of file MOM_ice_shelf_state.F90.