MOM6
MOM_wave_structure.F90 File Reference
#include <MOM_memory.h>
#include "version_variable.h"
Include dependency graph for MOM_wave_structure.F90:

Go to the source code of this file.

Data Types

type  mom_wave_structure::wave_structure_cs
 

Modules

module  mom_wave_structure
 

Functions/Subroutines

subroutine, public mom_wave_structure::wave_structure (h, tv, G, GV, cn, ModeNum, freq, CS, En, full_halos)
 This subroutine determines the internal wave velocity structure for any mode. More...
 
subroutine mom_wave_structure::tridiag_solver (a, b, c, h, y, method, x)
 This subroutine solves a tri-diagonal system Ax=y using either the standard Thomas algorithim (TDMA_T) or its more stable variant that invokes the "Hallberg substitution" (TDMA_H). More...
 
subroutine, public mom_wave_structure::wave_structure_init (Time, G, param_file, diag, CS)