modmet_missing Interface

public interface modmet_missing

Called by

interface~~modmet_missing~~CalledByGraph interface~modmet_missing modmet_missing proc~modmet_flxln2 modmet_flxln2 proc~modmet_flxln2->interface~modmet_missing proc~modmet_radiat modmet_radiat proc~modmet_flxln2->proc~modmet_radiat proc~modmet_lusthov modmet_lusthov proc~modmet_lusthov->interface~modmet_missing proc~modmet_lusthov->proc~modmet_flxln2 proc~modmet_radiat->interface~modmet_missing proc~modmet_flxln2_c modmet_flxln2_c proc~modmet_flxln2_c->proc~modmet_flxln2 proc~modmet_lusthov_c modmet_lusthov_c proc~modmet_lusthov_c->proc~modmet_lusthov

Module Procedures

private pure function missing_real(x)

Arguments

Type IntentOptional Attributes Name
real(kind=RK), intent(in) :: x

the real value to check

Return Value logical

private pure function missing_int(x)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: x

the integer value to check

Return Value logical