Private Member Functions | |
subroutine | ice_HaloUpdate2DR8 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_HaloUpdate2DR4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_HaloUpdate2DI4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_HaloUpdate3DR8 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_HaloUpdate3DR4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_HaloUpdate3DI4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_HaloUpdate4DR8 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_HaloUpdate4DR4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_HaloUpdate4DI4 (array, halo, fieldLoc, fieldKind, fillValue) |
Definition at line 85 of file ice_boundary.F90.
subroutine ice_boundary::ice_HaloUpdate::ice_HaloUpdate2DI4 | ( | integer (int_kind),dimension(:,:,:),intent(inout) | array, | |
type (ice_halo),intent(in) | halo, | |||
integer (int_kind),intent(in) | fieldLoc, | |||
integer (int_kind),intent(in) | fieldKind, | |||
integer (int_kind),intent(in),optional | fillValue | |||
) | [private] |
Definition at line 2129 of file ice_boundary.F90.
subroutine ice_boundary::ice_HaloUpdate::ice_HaloUpdate2DR4 | ( | real (real_kind),dimension(:,:,:),intent(inout) | array, | |
type (ice_halo),intent(in) | halo, | |||
integer (int_kind),intent(in) | fieldLoc, | |||
integer (int_kind),intent(in) | fieldKind, | |||
real (real_kind),intent(in),optional | fillValue | |||
) | [private] |
Definition at line 1733 of file ice_boundary.F90.
subroutine ice_boundary::ice_HaloUpdate::ice_HaloUpdate2DR8 | ( | real (dbl_kind),dimension(:,:,:),intent(inout) | array, | |
type (ice_halo),intent(in) | halo, | |||
integer (int_kind),intent(in) | fieldLoc, | |||
integer (int_kind),intent(in) | fieldKind, | |||
real (dbl_kind),intent(in),optional | fillValue | |||
) | [private] |
Definition at line 1029 of file ice_boundary.F90.
subroutine ice_boundary::ice_HaloUpdate::ice_HaloUpdate3DI4 | ( | integer (int_kind),dimension(:,:,:,:),intent(inout) | array, | |
type (ice_halo),intent(in) | halo, | |||
integer (int_kind),intent(in) | fieldLoc, | |||
integer (int_kind),intent(in) | fieldKind, | |||
integer (int_kind),intent(in),optional | fillValue | |||
) | [private] |
Definition at line 3439 of file ice_boundary.F90.
subroutine ice_boundary::ice_HaloUpdate::ice_HaloUpdate3DR4 | ( | real (real_kind),dimension(:,:,:,:),intent(inout) | array, | |
type (ice_halo),intent(in) | halo, | |||
integer (int_kind),intent(in) | fieldLoc, | |||
integer (int_kind),intent(in) | fieldKind, | |||
real (real_kind),intent(in),optional | fillValue | |||
) | [private] |
Definition at line 2982 of file ice_boundary.F90.
subroutine ice_boundary::ice_HaloUpdate::ice_HaloUpdate3DR8 | ( | real (dbl_kind),dimension(:,:,:,:),intent(inout) | array, | |
type (ice_halo),intent(in) | halo, | |||
integer (int_kind),intent(in) | fieldLoc, | |||
integer (int_kind),intent(in) | fieldKind, | |||
real (dbl_kind),intent(in),optional | fillValue | |||
) | [private] |
Definition at line 2525 of file ice_boundary.F90.
subroutine ice_boundary::ice_HaloUpdate::ice_HaloUpdate4DI4 | ( | integer (int_kind),dimension(:,:,:,:,:),intent(inout) | array, | |
type (ice_halo),intent(in) | halo, | |||
integer (int_kind),intent(in) | fieldLoc, | |||
integer (int_kind),intent(in) | fieldKind, | |||
integer (int_kind),intent(in),optional | fillValue | |||
) | [private] |
Definition at line 4858 of file ice_boundary.F90.
subroutine ice_boundary::ice_HaloUpdate::ice_HaloUpdate4DR4 | ( | real (real_kind),dimension(:,:,:,:,:),intent(inout) | array, | |
type (ice_halo),intent(in) | halo, | |||
integer (int_kind),intent(in) | fieldLoc, | |||
integer (int_kind),intent(in) | fieldKind, | |||
real (real_kind),intent(in),optional | fillValue | |||
) | [private] |
Definition at line 4377 of file ice_boundary.F90.
subroutine ice_boundary::ice_HaloUpdate::ice_HaloUpdate4DR8 | ( | real (dbl_kind),dimension(:,:,:,:,:),intent(inout) | array, | |
type (ice_halo),intent(in) | halo, | |||
integer (int_kind),intent(in) | fieldLoc, | |||
integer (int_kind),intent(in) | fieldKind, | |||
real (dbl_kind),intent(in),optional | fillValue | |||
) | [private] |
Definition at line 3896 of file ice_boundary.F90.