mod_obcs3 Module Reference
Functions/Subroutines | |
subroutine | alloc_obc3_data |
subroutine | zero_obc3 |
subroutine | setup_obc3 |
subroutine | flux_obn2d (KKT) |
subroutine | flux_obc2d |
subroutine | flux_obc3d |
subroutine | flux_obc3d_2 |
Variables | |
real(sp), dimension(:), allocatable | fluxobn2 |
real(sp), dimension(:), allocatable | cxobc |
real(sp), dimension(:), allocatable | cyobc |
real(sp), dimension(:), allocatable | fluxobc2d_x |
real(sp), dimension(:), allocatable | fluxobc2d_y |
real(sp), dimension(:), allocatable | obc2d_x_tide |
real(sp), dimension(:), allocatable | obc2d_y_tide |
real(sp), dimension(:,:), allocatable | fluxobc3d_x |
real(sp), dimension(:,:), allocatable | fluxobc3d_y |
real(sp), dimension(:,:), allocatable | fluxobc3d_x_2 |
real(sp), dimension(:,:), allocatable | fluxobc3d_y_2 |
Function/Subroutine Documentation
subroutine mod_obcs3::alloc_obc3_data | ( | ) |
Here is the caller graph for this function:

subroutine mod_obcs3::flux_obc2d | ( | ) |
Here is the caller graph for this function:

subroutine mod_obcs3::flux_obc3d | ( | ) |
Here is the caller graph for this function:

subroutine mod_obcs3::flux_obc3d_2 | ( | ) |
Here is the caller graph for this function:

subroutine mod_obcs3::flux_obn2d | ( | integer, intent(in) | KKT | ) |
Here is the caller graph for this function:

subroutine mod_obcs3::setup_obc3 | ( | ) |
Here is the caller graph for this function:

subroutine mod_obcs3::zero_obc3 | ( | ) |
Here is the caller graph for this function:

Variable Documentation
real(sp), dimension(:), allocatable mod_obcs3::cxobc |
real(sp), dimension(:), allocatable mod_obcs3::cyobc |
real(sp), dimension(:), allocatable mod_obcs3::fluxobc2d_x |
real(sp), dimension(:), allocatable mod_obcs3::fluxobc2d_y |
real(sp), dimension(:,:), allocatable mod_obcs3::fluxobc3d_x |
real(sp), dimension(:,:), allocatable mod_obcs3::fluxobc3d_x_2 |
real(sp), dimension(:,:), allocatable mod_obcs3::fluxobc3d_y |
real(sp), dimension(:,:), allocatable mod_obcs3::fluxobc3d_y_2 |
real(sp), dimension(:), allocatable mod_obcs3::fluxobn2 |
real(sp), dimension(:), allocatable mod_obcs3::obc2d_x_tide |
real(sp), dimension(:), allocatable mod_obcs3::obc2d_y_tide |