namespace mom_coord_initialization

Overview

Initializes fixed aspects of the related to its vertical coordinate. More…

namespace mom_coord_initialization {

// global functions

subroutine, public mom_initialize_coord(
    GV GV,
    US US,
    PF PF,
    write_geom write_geom,
    output_dir output_dir,
    tv tv,
    max_depth max_depth
    );

} // namespace mom_coord_initialization

Detailed Documentation

Initializes fixed aspects of the related to its vertical coordinate.

Global Functions

subroutine, public mom_initialize_coord(
    GV GV,
    US US,
    PF PF,
    write_geom write_geom,
    output_dir output_dir,
    tv tv,
    max_depth max_depth
    )

MOM_initialize_coord sets up time-invariant quantities related to MOM6’s vertical coordinate.

Parameters:

gv

Ocean vertical grid structure.

us

A dimensional unit scaling type

pf

A structure indicating the open file to parse for model parameter values.

write_geom

If true, write grid geometry files.

output_dir

The directory into which to write files.

tv

The thermodynamic variable structure.

max_depth

The ocean’s maximum depth [Z ~> m].