namespace mom_ice_shelf_state

Overview

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. More…

namespace mom_ice_shelf_state {

// global functions

subroutine, public ice_shelf_state_init(ISS ISS, G G);
subroutine, public ice_shelf_state_end(ISS ISS);

} // namespace mom_ice_shelf_state

Detailed Documentation

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.

Global Functions

subroutine, public ice_shelf_state_init(ISS ISS, G G)

Deallocates all memory associated with this module.

Parameters:

iss

A pointer to the ice shelf state structure

g

The grid structure used by the ice shelf.

subroutine, public ice_shelf_state_end(ISS ISS)

Deallocates all memory associated with this module.

Parameters:

iss

A pointer to the ice shelf state structure