tidal_bay_initialization module reference¶
Configures the model for the “tidal_bay” experiment. tidal_bay = Tidally resonant bay from Zygmunt Kowalik’s class on tides.
Data Types¶
Control structure for tidal bay open boundaries. |
Functions/Subroutines¶
Add tidal bay to OBC registry. |
|
Clean up the tidal bay OBC from registry. |
|
This subroutine sets the properties of flow at open boundary conditions. |
Detailed Description¶
Configures the model for the “tidal_bay” experiment. tidal_bay = Tidally resonant bay from Zygmunt Kowalik’s class on tides.
Type Documentation¶
-
type
tidal_bay_initialization/
tidal_bay_obc_cs
¶ Control structure for tidal bay open boundaries.
- Type fields
%
tide_flow
[real] :: Maximum tidal flux.
Function/Subroutine Documentation¶
-
function
tidal_bay_initialization/
register_tidal_bay_obc
(param_file, CS, OBC_Reg) [logical]¶ Add tidal bay to OBC registry.
- Parameters
param_file :: [in] parameter file.
cs :: tidal bay control structure.
obc_reg :: OBC registry.
- Call to
-
subroutine
tidal_bay_initialization/
tidal_bay_obc_end
(CS)¶ Clean up the tidal bay OBC from registry.
- Parameters
cs :: tidal bay control structure.
- Called from
-
subroutine
tidal_bay_initialization/
tidal_bay_set_obc_data
(OBC, CS, G, h, Time)¶ This subroutine sets the properties of flow at open boundary conditions.
- Parameters
obc :: This open boundary condition type specifies whether, where, and what open boundary conditions are used.
cs :: tidal bay control structure.
g :: [in] The ocean’s grid structure.
h :: [in] layer thickness.
time :: [in] model time.