slabrange Subroutine

private subroutine slabrange(maxzn, ximat, yimat, zimat, sourcemlat, xnrange, ynrange)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in) :: maxzn
real(kind=wp), intent(in), dimension(:,:,:):: ximat
real(kind=wp), intent(in), dimension(:,:,:):: yimat
real(kind=wp), intent(in), dimension(:,:,:):: zimat
real(kind=wp), intent(in) :: sourcemlat
real(kind=wp), intent(out), dimension(2):: xnrange
real(kind=wp), intent(out), dimension(2):: ynrange

Called by

proc~~slabrange~~CalledByGraph proc~slabrange slabrange proc~gridproj_dneu3d gridproj_dneu3D proc~gridproj_dneu3d->proc~slabrange proc~neutral_perturb_3d neutral_perturb_3D proc~neutral_perturb_3d->proc~gridproj_dneu3d proc~neutral_perturb neutral_perturb proc~neutral_perturb->proc~neutral_perturb_3d program~gemini3d Gemini3D program~gemini3d->proc~neutral_perturb

Contents

None