namespace mom_ice_shelf_initialize

Overview

Initialize ice shelf variables. More…

namespace mom_ice_shelf_initialize {

// global functions

subroutine, public initialize_ice_thickness(
    h_shelf h_shelf,
    area_shelf_h area_shelf_h,
    hmask hmask,
    G G,
    US US,
    PF PF
    );

} // namespace mom_ice_shelf_initialize

Detailed Documentation

Initialize ice shelf variables.

Global Functions

subroutine, public initialize_ice_thickness(
    h_shelf h_shelf,
    area_shelf_h area_shelf_h,
    hmask hmask,
    G G,
    US US,
    PF PF
    )

Initialize ice shelf thickness.

Parameters:

g

The ocean’s grid structure

h_shelf

The ice shelf thickness [Z ~> m].

area_shelf_h

The area per cell covered by the ice shelf [m2].

hmask

A mask indicating which tracer points are

us

A structure containing unit conversion factors

pf

A structure to parse for run-time parameters