regr1_conserv_m Module





Uses

  • module~~regr1_conserv_m~~UsesGraph module~regr1_conserv_m regr1_conserv_m module~assert_m assert_m module~regr1_conserv_m->module~assert_m module~interpolation interpolation module~regr1_conserv_m->module~interpolation module~assert_eq_m assert_eq_m module~regr1_conserv_m->module~assert_eq_m

Used by

  • module~~regr1_conserv_m~~UsedByGraph module~regr1_conserv_m regr1_conserv_m proc~regr_lat_time_climoz regr_lat_time_climoz proc~regr_lat_time_climoz->module~regr1_conserv_m proc~regr_pr_av regr_pr_av proc~regr_pr_av->module~regr1_conserv_m

Contents


Interfaces

public interface regr1_conserv

  • private subroutine regr11_conserv(vs, xs, xt, vt, slope)

    Arguments

    Type IntentOptional Attributes Name
    real, intent(in) :: vs(:)
    real, intent(in) :: xs(:)
    real, intent(in) :: xt(:)
    real, intent(out) :: vt(:)
    real, intent(in), optional :: slope(:)
  • private subroutine regr12_conserv(vs, xs, xt, vt, slope)

    Arguments

    Type IntentOptional Attributes Name
    real, intent(in) :: vs(:,:)
    real, intent(in) :: xs(:)
    real, intent(in) :: xt(:)
    real, intent(out) :: vt(:,:)
    real, intent(in), optional :: slope(:,:)
  • private subroutine regr13_conserv(vs, xs, xt, vt, slope)

    Arguments

    Type IntentOptional Attributes Name
    real, intent(in) :: vs(:,:,:)
    real, intent(in) :: xs(:)
    real, intent(in) :: xt(:)
    real, intent(out) :: vt(:,:,:)
    real, intent(in), optional :: slope(:,:,:)
  • private subroutine regr14_conserv(vs, xs, xt, vt, slope)

    Arguments

    Type IntentOptional Attributes Name
    real, intent(in) :: vs(:,:,:,:)
    real, intent(in) :: xs(:)
    real, intent(in) :: xt(:)
    real, intent(out) :: vt(:,:,:,:)
    real, intent(in), optional :: slope(:,:,:,:)