namespace dyed_obcs_initialization

Overview

Dyed open boundary conditions. More…

namespace dyed_obcs_initialization {

// global functions

subroutine, public dyed_obcs_set_obc_data(OBC OBC, G G, GV GV, param_file param_file, tr_Reg tr_Reg);

} // namespace dyed_obcs_initialization

Detailed Documentation

Dyed open boundary conditions.

Setting dyes, one for painting the inflow on each side.

Global Functions

subroutine, public dyed_obcs_set_obc_data(
    OBC OBC,
    G G,
    GV GV,
    param_file param_file,
    tr_Reg tr_Reg
    )

This subroutine sets the dye properties at open boundary conditions.

Parameters:

obc

This open boundary condition type specifies whether, where, and what open boundary conditions are used.

g

The ocean’s grid structure.

gv

The ocean’s vertical grid structure.

param_file

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

tr_reg

Tracer registry.