Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_range_subgrid_3d_dble (array1, array2, array3, idlow, idhigh, jdlow, jdhigh, kdlow, kdhigh, nbr_corners, shape, rinter, inter, ierror) |
subroutine psmile_range_subgrid_3d_dble | ( | double precision,dimension (idlow:idhigh, jdlow:jdhigh, kdlow:kdhigh, nbr_corners),intent(in) | array1, | |
double precision,dimension (idlow:idhigh, jdlow:jdhigh, kdlow:kdhigh, nbr_corners),intent(in) | array2, | |||
double precision,dimension (idlow:idhigh, jdlow:jdhigh, kdlow:kdhigh, nbr_corners),intent(in) | array3, | |||
integer,intent(in) | idlow, | |||
integer,intent(in) | idhigh, | |||
integer,intent(in) | jdlow, | |||
integer,intent(in) | jdhigh, | |||
integer,intent(in) | kdlow, | |||
integer,intent(in) | kdhigh, | |||
integer,intent(in) | nbr_corners, | |||
integer,dimension (2, ndim_3d),intent(in) | shape, | |||
double precision,dimension (2, ndim_3d),intent(in) | rinter, | |||
Integer,dimension (2, ndim_3d),intent(out) | inter, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 11 of file psmile_range_subgrid_3d_dble.F90.
Referenced by psmile_sel_grid_range_dble().