SABER
type_msv Module Reference

Deal with missing values. More...

Data Types

type  msv_type
 

Functions/Subroutines

logical function msv_isnoti_0d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function, dimension(max(size(i), 1)) msv_isnoti_1d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function, dimension(max(size(i, 1), 1), max(size(i, 2), 1)) msv_isnoti_2d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function, dimension(max(size(i, 1), 1), max(size(i, 2), 1), max(size(i, 3), 1)) msv_isnoti_3d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function, dimension(max(size(i, 1), 1), max(size(i, 2), 1), max(size(i, 3), 1), max(size(i, 4), 1)) msv_isnoti_4d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function, dimension(max(size(i, 1), 1), max(size(i, 2), 1), max(size(i, 3), 1), max(size(i, 4), 1), max(size(i, 5), 1)) msv_isnoti_5d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isnotr_0d (msv, r)
 Check if an real number is not set to missing value. More...
 
logical function, dimension(size(r)) msv_isnotr_1d (msv, r)
 Check if an real number is not set to missing value. More...
 
logical function, dimension(max(size(r, 1), 1), max(size(r, 2), 1)) msv_isnotr_2d (msv, r)
 Check if an real number is not set to missing value. More...
 
logical function, dimension(max(size(r, 1), 1), max(size(r, 2), 1), max(size(r, 3), 1)) msv_isnotr_3d (msv, r)
 Check if an real number is not set to missing value. More...
 
logical function, dimension(max(size(r, 1), 1), max(size(r, 2), 1), max(size(r, 3), 1), max(size(r, 4), 1)) msv_isnotr_4d (msv, r)
 Check if an real number is not set to missing value. More...
 
logical function, dimension(max(size(r, 1), 1), max(size(r, 2), 1), max(size(r, 3), 1), max(size(r, 4), 1), max(size(r, 5), 1)) msv_isnotr_5d (msv, r)
 Check if an real number is not set to missing value. More...
 
logical function msv_isi_0d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function, dimension(max(size(i), 1)) msv_isi_1d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function, dimension(max(size(i, 1), 1), max(size(i, 2), 1)) msv_isi_2d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function, dimension(max(size(i, 1), 1), max(size(i, 2), 1), max(size(i, 3), 1)) msv_isi_3d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function, dimension(max(size(i, 1), 1), max(size(i, 2), 1), max(size(i, 3), 1), max(size(i, 4), 1)) msv_isi_4d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function, dimension(max(size(i, 1), 1), max(size(i, 2), 1), max(size(i, 3), 1), max(size(i, 4), 1), max(size(i, 5), 1)) msv_isi_5d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isr_0d (msv, r)
 Check if an real number is set to missing value. More...
 
logical function, dimension(size(r)) msv_isr_1d (msv, r)
 Check if an real number is set to missing value. More...
 
logical function, dimension(max(size(r, 1), 1), max(size(r, 2), 1)) msv_isr_2d (msv, r)
 Check if an real number is set to missing value. More...
 
logical function, dimension(max(size(r, 1), 1), max(size(r, 2), 1), max(size(r, 3), 1)) msv_isr_3d (msv, r)
 Check if an real number is set to missing value. More...
 
logical function, dimension(max(size(r, 1), 1), max(size(r, 2), 1), max(size(r, 3), 1), max(size(r, 4), 1)) msv_isr_4d (msv, r)
 Check if an real number is set to missing value. More...
 
logical function, dimension(max(size(r, 1), 1), max(size(r, 2), 1), max(size(r, 3), 1), max(size(r, 4), 1), max(size(r, 5), 1)) msv_isr_5d (msv, r)
 Check if an real number is set to missing value. More...
 
logical function msv_isanynoti_1d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isanynoti_2d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isanynoti_3d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isanynoti_4d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isanynoti_5d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isanynotr_1d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isanynotr_2d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isanynotr_3d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isanynotr_4d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isanynotr_5d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isanyi_1d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isanyi_2d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isanyi_3d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isanyi_4d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isanyi_5d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isanyr_1d (msv, r)
 Check if a real is set to missing value. More...
 
logical function msv_isanyr_2d (msv, r)
 Check if a real is set to missing value. More...
 
logical function msv_isanyr_3d (msv, r)
 Check if a real is set to missing value. More...
 
logical function msv_isanyr_4d (msv, r)
 Check if a real is set to missing value. More...
 
logical function msv_isanyr_5d (msv, r)
 Check if a real is set to missing value. More...
 
logical function msv_isallnoti_1d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isallnoti_2d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isallnoti_3d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isallnoti_4d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isallnoti_5d (msv, i)
 Check if an integer is not set to missing value. More...
 
logical function msv_isallnotr_1d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isallnotr_2d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isallnotr_3d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isallnotr_4d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isallnotr_5d (msv, r)
 Check if a real is not set to missing value. More...
 
logical function msv_isalli_1d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isalli_2d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isalli_3d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isalli_4d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isalli_5d (msv, i)
 Check if an integer is set to missing value. More...
 
logical function msv_isallr_1d (msv, r)
 Check if a real is set to missing value. More...
 
logical function msv_isallr_2d (msv, r)
 Check if a real is set to missing value. More...
 
logical function msv_isallr_3d (msv, r)
 Check if a real is set to missing value. More...
 
logical function msv_isallr_4d (msv, r)
 Check if a real is set to missing value. More...
 
logical function msv_isallr_5d (msv, r)
 Check if a real is set to missing value. More...
 

Detailed Description

Deal with missing values.

Function/Subroutine Documentation

◆ msv_isalli_1d()

logical function type_msv::msv_isalli_1d ( class(msv_type), intent(in)  msv,
integer, dimension(:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 1082 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isalli_2d()

logical function type_msv::msv_isalli_2d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 1098 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isalli_3d()

logical function type_msv::msv_isalli_3d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 1114 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isalli_4d()

logical function type_msv::msv_isalli_4d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 1130 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isalli_5d()

logical function type_msv::msv_isalli_5d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 1146 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnoti_1d()

logical function type_msv::msv_isallnoti_1d ( class(msv_type), intent(in)  msv,
integer, dimension(:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 922 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnoti_2d()

logical function type_msv::msv_isallnoti_2d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 938 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnoti_3d()

logical function type_msv::msv_isallnoti_3d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 954 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnoti_4d()

logical function type_msv::msv_isallnoti_4d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 970 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnoti_5d()

logical function type_msv::msv_isallnoti_5d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 986 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnotr_1d()

logical function type_msv::msv_isallnotr_1d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1002 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnotr_2d()

logical function type_msv::msv_isallnotr_2d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1018 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnotr_3d()

logical function type_msv::msv_isallnotr_3d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1034 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnotr_4d()

logical function type_msv::msv_isallnotr_4d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1050 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallnotr_5d()

logical function type_msv::msv_isallnotr_5d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:,:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1066 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallr_1d()

logical function type_msv::msv_isallr_1d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1162 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallr_2d()

logical function type_msv::msv_isallr_2d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1178 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallr_3d()

logical function type_msv::msv_isallr_3d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1194 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallr_4d()

logical function type_msv::msv_isallr_4d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1210 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isallr_5d()

logical function type_msv::msv_isallr_5d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:,:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 1226 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyi_1d()

logical function type_msv::msv_isanyi_1d ( class(msv_type), intent(in)  msv,
integer, dimension(:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 762 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyi_2d()

logical function type_msv::msv_isanyi_2d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 778 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyi_3d()

logical function type_msv::msv_isanyi_3d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 794 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyi_4d()

logical function type_msv::msv_isanyi_4d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 810 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyi_5d()

logical function type_msv::msv_isanyi_5d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 826 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynoti_1d()

logical function type_msv::msv_isanynoti_1d ( class(msv_type), intent(in)  msv,
integer, dimension(:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 602 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynoti_2d()

logical function type_msv::msv_isanynoti_2d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 618 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynoti_3d()

logical function type_msv::msv_isanynoti_3d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 634 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynoti_4d()

logical function type_msv::msv_isanynoti_4d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 650 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynoti_5d()

logical function type_msv::msv_isanynoti_5d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 666 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynotr_1d()

logical function type_msv::msv_isanynotr_1d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 682 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynotr_2d()

logical function type_msv::msv_isanynotr_2d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 698 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynotr_3d()

logical function type_msv::msv_isanynotr_3d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 714 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynotr_4d()

logical function type_msv::msv_isanynotr_4d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 730 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanynotr_5d()

logical function type_msv::msv_isanynotr_5d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:,:), intent(in)  r 
)
private

Check if a real is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 746 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyr_1d()

logical function type_msv::msv_isanyr_1d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 842 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyr_2d()

logical function type_msv::msv_isanyr_2d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 858 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyr_3d()

logical function type_msv::msv_isanyr_3d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 874 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyr_4d()

logical function type_msv::msv_isanyr_4d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 890 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isanyr_5d()

logical function type_msv::msv_isanyr_5d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:,:), intent(in)  r 
)
private

Check if a real is set to missing value.

Parameters
[in]msvMissing values
[in]rReal

Definition at line 906 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isi_0d()

logical function type_msv::msv_isi_0d ( class(msv_type), intent(in)  msv,
integer, intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 374 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isi_1d()

logical function, dimension(max(size(i),1)) type_msv::msv_isi_1d ( class(msv_type), intent(in)  msv,
integer, dimension(:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 393 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isi_2d()

logical function, dimension(max(size(i,1),1),max(size(i,2),1)) type_msv::msv_isi_2d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 412 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isi_3d()

logical function, dimension(max(size(i,1),1),max(size(i,2),1),max(size(i,3),1)) type_msv::msv_isi_3d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 431 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isi_4d()

logical function, dimension(max(size(i,1),1),max(size(i,2),1),max(size(i,3),1),max(size(i,4),1)) type_msv::msv_isi_4d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 450 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isi_5d()

logical function, dimension(max(size(i,1),1),max(size(i,2),1),max(size(i,3),1),max(size(i,4),1),max(size(i,5),1)) type_msv::msv_isi_5d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:,:), intent(in)  i 
)
private

Check if an integer is set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 469 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnoti_0d()

logical function type_msv::msv_isnoti_0d ( class(msv_type), intent(in)  msv,
integer, intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 106 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnoti_1d()

logical function, dimension(max(size(i),1)) type_msv::msv_isnoti_1d ( class(msv_type), intent(in)  msv,
integer, dimension(:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 125 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnoti_2d()

logical function, dimension(max(size(i,1),1),max(size(i,2),1)) type_msv::msv_isnoti_2d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 148 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnoti_3d()

logical function, dimension(max(size(i,1),1),max(size(i,2),1),max(size(i,3),1)) type_msv::msv_isnoti_3d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 171 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnoti_4d()

logical function, dimension(max(size(i,1),1),max(size(i,2),1),max(size(i,3),1),max(size(i,4),1)) type_msv::msv_isnoti_4d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 194 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnoti_5d()

logical function, dimension(max(size(i,1),1),max(size(i,2),1),max(size(i,3),1),max(size(i,4),1),max(size(i,5),1)) type_msv::msv_isnoti_5d ( class(msv_type), intent(in)  msv,
integer, dimension(:,:,:,:,:), intent(in)  i 
)
private

Check if an integer is not set to missing value.

Parameters
[in]msvMissing values
[in]iInteger

Definition at line 217 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnotr_0d()

logical function type_msv::msv_isnotr_0d ( class(msv_type), intent(in)  msv,
real(kind_real), intent(in)  r 
)
private

Check if an real number is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 240 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnotr_1d()

logical function, dimension(size(r)) type_msv::msv_isnotr_1d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:), intent(in)  r 
)
private

Check if an real number is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 259 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnotr_2d()

logical function, dimension(max(size(r,1),1),max(size(r,2),1)) type_msv::msv_isnotr_2d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:), intent(in)  r 
)
private

Check if an real number is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 282 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnotr_3d()

logical function, dimension(max(size(r,1),1),max(size(r,2),1),max(size(r,3),1)) type_msv::msv_isnotr_3d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:), intent(in)  r 
)
private

Check if an real number is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 305 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnotr_4d()

logical function, dimension(max(size(r,1),1),max(size(r,2),1),max(size(r,3),1),max(size(r,4),1)) type_msv::msv_isnotr_4d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:), intent(in)  r 
)
private

Check if an real number is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 328 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isnotr_5d()

logical function, dimension(max(size(r,1),1),max(size(r,2),1),max(size(r,3),1),max(size(r,4),1),max(size(r,5),1)) type_msv::msv_isnotr_5d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:,:), intent(in)  r 
)
private

Check if an real number is not set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 351 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isr_0d()

logical function type_msv::msv_isr_0d ( class(msv_type), intent(in)  msv,
real(kind_real), intent(in)  r 
)
private

Check if an real number is set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 488 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isr_1d()

logical function, dimension(size(r)) type_msv::msv_isr_1d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:), intent(in)  r 
)
private

Check if an real number is set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 507 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isr_2d()

logical function, dimension(max(size(r,1),1),max(size(r,2),1)) type_msv::msv_isr_2d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:), intent(in)  r 
)
private

Check if an real number is set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 526 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isr_3d()

logical function, dimension(max(size(r,1),1),max(size(r,2),1),max(size(r,3),1)) type_msv::msv_isr_3d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:), intent(in)  r 
)
private

Check if an real number is set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 545 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isr_4d()

logical function, dimension(max(size(r,1),1),max(size(r,2),1),max(size(r,3),1),max(size(r,4),1)) type_msv::msv_isr_4d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:), intent(in)  r 
)
private

Check if an real number is set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 564 of file type_msv.F90.

Here is the caller graph for this function:

◆ msv_isr_5d()

logical function, dimension(max(size(r,1),1),max(size(r,2),1),max(size(r,3),1),max(size(r,4),1),max(size(r,5),1)) type_msv::msv_isr_5d ( class(msv_type), intent(in)  msv,
real(kind_real), dimension(:,:,:,:,:), intent(in)  r 
)
private

Check if an real number is set to missing value.

Parameters
[in]msvMissing values
[in]rReal number

Definition at line 583 of file type_msv.F90.

Here is the caller graph for this function: