getrex_2d Subroutine

private subroutine getrex_2d(S, rex, fws, Fs, thetaS, thetaw, Etrans, gamma, dx, dt)

Arguments

Type IntentOptional Attributes Name
real(kind=r_2), intent(in), DIMENSION(:,:) :: S
real(kind=r_2), intent(out), DIMENSION(:,:) :: rex
real(kind=r_2), intent(inout), DIMENSION(:) :: fws
real(kind=r_2), intent(in), DIMENSION(:,:) :: Fs
real(kind=r_2), intent(in), DIMENSION(:,:) :: thetaS
real(kind=r_2), intent(in), DIMENSION(:,:) :: thetaw
real(kind=r_2), intent(in), DIMENSION(:) :: Etrans
real(kind=r_2), intent(in), DIMENSION(:) :: gamma
real(kind=r_2), intent(in), DIMENSION(:,:) :: dx
real(kind=r_2), intent(in) :: dt

Calls

proc~~getrex_2d~~CallsGraph proc~getrex_2d getrex_2d proc~getrex_1d~2 getrex_1d proc~getrex_2d->proc~getrex_1d~2

Called by

proc~~getrex_2d~~CalledByGraph proc~getrex_2d getrex_2d interface~getrex getrex interface~getrex->proc~getrex_2d proc~sli_main sli_main proc~sli_main->interface~getrex