namespace circle_obcs_initialization

Overview

Configures the model for the “circle_obcs” experiment which tests Open Boundary Conditions radiating an SSH anomaly. More…

namespace circle_obcs_initialization {

// global functions

subroutine, public circle_obcs_initialize_thickness(
    h h,
    G G,
    GV GV,
    param_file param_file,
    just_read_params just_read_params
    );

} // namespace circle_obcs_initialization

Detailed Documentation

Configures the model for the “circle_obcs” experiment which tests Open Boundary Conditions radiating an SSH anomaly.

Global Functions

subroutine, public circle_obcs_initialize_thickness(
    h h,
    G G,
    GV GV,
    param_file param_file,
    just_read_params just_read_params
    )

This subroutine initializes layer thicknesses for the circle_obcs experiment.

Parameters:

g

The ocean’s grid structure.

gv

The ocean’s vertical grid structure.

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.