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