slopes_m Module


Used by

  • module~~slopes_m~~UsedByGraph module~slopes_m slopes_m proc~regr_horiz_time_climoz regr_horiz_time_climoz proc~regr_horiz_time_climoz->module~slopes_m proc~regr_pr_time_av regr_pr_time_av proc~regr_pr_time_av->module~slopes_m proc~regr_horiz_time_climoz~2 regr_horiz_time_climoz proc~regr_horiz_time_climoz~2->module~slopes_m proc~regr_lat_time_climoz regr_lat_time_climoz proc~regr_lat_time_climoz->module~slopes_m proc~regr_pr_time_av~2 regr_pr_time_av proc~regr_pr_time_av~2->module~slopes_m proc~regr_pr_av regr_pr_av proc~regr_pr_av->module~slopes_m

Contents


Interfaces

public interface slopes

  • privatepure function slopes1(ix, f, x)

    Arguments

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

    Return Value real, (SIZE(f,1))

  • privatepure function slopes2(ix, f, x)

    Arguments

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

    Return Value real, (SIZE(f,1),SIZE(f,2))

  • privatepure function slopes3(ix, f, x)

    Arguments

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

    Return Value real, (SIZE(f,1),SIZE(f,2),SIZE(f,3))

  • privatepure function slopes4(ix, f, x)

    Arguments

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

    Return Value real, (SIZE(f,1),SIZE(f,2),SIZE(f,3),SIZE(f,4))

  • privatepure function slopes5(ix, f, x)

    Arguments

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

    Return Value real, (SIZE(f,1),SIZE(f,2),SIZE(f,3),SIZE(f,4),SIZE(f,5))