|
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]. | |
| real, dimension(:,:), pointer | area_shelf_h => NULL() |
| The area per cell covered by the ice shelf [m2]. | |
| real, dimension(:,:), pointer | h_shelf => NULL() |
| the thickness of the shelf [m], redundant with mass but may | |
| real, dimension(:,:), pointer | hmask => NULL() |
| Mask used to indicate ice-covered or partiall-covered cells. | |
| real, dimension(:,:), pointer | tflux_ocn => NULL() |
| The UPWARD sensible ocean heat flux at the. | |
| real, dimension(:,:), pointer | salt_flux => NULL() |
| The downward salt flux at the ocean-ice. | |
| real, dimension(:,:), pointer | water_flux => NULL() |
| The net downward liquid water flux at the. | |
| real, dimension(:,:), pointer | tflux_shelf => NULL() |
| The UPWARD diffusive heat flux in the ice. | |
| real, dimension(:,:), pointer | tfreeze => NULL() |
| The freezing point potential temperature. | |