MOM6
|
Implements the thermodynamic aspects of ocean / ice-shelf interactions, along with a crude placeholder for a later implementation of full ice shelf dynamics, all using the MOM framework and coding style.
Data Types | |
type | ice_shelf_state |
Structure that describes the ice shelf state. More... | |
Functions/Subroutines | |
subroutine, public | ice_shelf_state_init (ISS, G) |
Deallocates all memory associated with this module. More... | |
subroutine, public | ice_shelf_state_end (ISS) |
Deallocates all memory associated with this module. More... | |
subroutine, public mom_ice_shelf_state::ice_shelf_state_end | ( | type(ice_shelf_state), pointer | ISS | ) |
Deallocates all memory associated with this module.
iss | A pointer to the ice shelf state structure |
Definition at line 87 of file MOM_ice_shelf_state.F90.
Referenced by mom_ice_shelf::ice_shelf_end().
subroutine, public mom_ice_shelf_state::ice_shelf_state_init | ( | type(ice_shelf_state), pointer | ISS, |
type(ocean_grid_type), intent(in) | G | ||
) |
Deallocates all memory associated with this module.
iss | A pointer to the ice shelf state structure | |
[in] | g | The grid structure used by the ice shelf. |
Definition at line 58 of file MOM_ice_shelf_state.F90.
References mom_error_handler::mom_error().
Referenced by mom_ice_shelf::initialize_ice_shelf().