namespace external_gwave_initialization

Overview

Initialization for the “external gravity wave wave” configuration. More…

namespace external_gwave_initialization {

// global functions

subroutine, public external_gwave_initialize_thickness(
    h h,
    G G,
    GV GV,
    US US,
    param_file param_file,
    just_read_params just_read_params
    );

} // namespace external_gwave_initialization

Detailed Documentation

Initialization for the “external gravity wave wave” configuration.

Global Functions

subroutine, public external_gwave_initialize_thickness(
    h h,
    G G,
    GV GV,
    US US,
    param_file param_file,
    just_read_params just_read_params
    )

This subroutine initializes layer thicknesses for the external_gwave experiment.

Parameters:

g

The ocean’s grid structure.

gv

The ocean’s vertical grid structure.

us

A dimensional unit scaling type

h

The thickness that is being initialized [H ~> m or kg m-2].

param_file

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

just_read_params

If present and true, this call will only read parameters without changing h.