shelfwave_initialization module reference¶
Configures the model for the idealized shelfwave test case.
Data Types¶
Control structure for shelfwave open boundaries. |
Functions/Subroutines¶
Add shelfwave to OBC registry. |
|
Clean up the shelfwave OBC from registry. |
|
Initialization of topography. |
|
This subroutine sets the properties of flow at open boundary conditions. |
Detailed Description¶
Configures the model for the idealized shelfwave test case.
Type Documentation¶
-
type
shelfwave_initialization/shelfwave_obc_cs¶ Control structure for shelfwave open boundaries.
- Type fields
%lx[real] :: Long-shore length scale of bathymetry.%ly[real] :: Cross-shore length scale.%f0[real] :: Coriolis parameter.%jj[real] :: Cross-shore wave mode.%kk[real] :: Parameter.%ll[real] :: Longshore wavenumber.%alpha[real] :: 1/Ly.%omega[real] :: Frequency.
Function/Subroutine Documentation¶
-
function
shelfwave_initialization/register_shelfwave_obc(param_file, CS, OBC_Reg) [logical]¶ Add shelfwave to OBC registry.
- Parameters
param_file :: [in] parameter file.
cs :: shelfwave control structure.
obc_reg :: OBC registry.
- Call to
-
subroutine
shelfwave_initialization/shelfwave_obc_end(CS)¶ Clean up the shelfwave OBC from registry.
- Parameters
cs :: shelfwave control structure.
-
subroutine
shelfwave_initialization/shelfwave_initialize_topography(D, G, param_file, max_depth, US)¶ Initialization of topography.
- Parameters
g :: [in] The dynamic horizontal grid type
d :: [out] Ocean bottom depth in m or Z if US is present
param_file :: [in] Parameter file structure
max_depth :: [in] Maximum model depth in the units of D
us :: [in] A dimensional unit scaling type
- Call to
mdl- Called from
-
subroutine
shelfwave_initialization/shelfwave_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.