m_modmet_helpers Module

This module defines utility functions to check for missing values in real and integer data. -999 and -9999 are treated as missing values for both real and integer types, with a small tolerance for floating-point comparisons.


Used by

  • module~~m_modmet_helpers~~UsedByGraph module~m_modmet_helpers m_modmet_helpers module~m_modmet_radiat m_modmet_radiat module~m_modmet_radiat->module~m_modmet_helpers module~modmet modmet module~modmet->module~m_modmet_helpers module~modmet->module~m_modmet_radiat module~m_modmet_flxln2 m_modmet_flxln2 module~modmet->module~m_modmet_flxln2 module~m_modmet_lusthov m_modmet_lusthov module~modmet->module~m_modmet_lusthov module~m_modmet_flxln2->module~m_modmet_radiat module~m_modmet_lusthov->module~m_modmet_flxln2

Interfaces

public interface modmet_missing

  • private pure function missing_real(x)

    Arguments

    Type IntentOptional Attributes Name
    real, 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