bound_vals Abstract Interface

abstract interface
private pure subroutine bound_vals(time, D, U, T, S)

Arguments

Type IntentOptional AttributesName
real(kind=r8), intent(in) :: time

The time at which the boundary values are being calculated

real(kind=r8), intent(out) :: D

Plume thickness boundary condition

real(kind=r8), intent(out), dimension(:), allocatable:: U

Plume velocity boundary condition

real(kind=r8), intent(out) :: T

Plume temperature boundary condition

real(kind=r8), intent(out) :: S

Plume salinity boundary condition