regr_conserv_m Module


Uses

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

Used by

  • module~~regr_conserv_m~~UsedByGraph module~regr_conserv_m regr_conserv_m proc~regr_horiz_time_climoz regr_horiz_time_climoz proc~regr_horiz_time_climoz->module~regr_conserv_m proc~regr_lat_time_coefoz~2 regr_lat_time_coefoz proc~regr_lat_time_coefoz~2->module~regr_conserv_m proc~regr_pr_time_av regr_pr_time_av proc~regr_pr_time_av->module~regr_conserv_m proc~regr_horiz_time_climoz~2 regr_horiz_time_climoz proc~regr_horiz_time_climoz~2->module~regr_conserv_m proc~regr_pr_time_av~2 regr_pr_time_av proc~regr_pr_time_av~2->module~regr_conserv_m proc~regr_lat_time_coefoz regr_lat_time_coefoz proc~regr_lat_time_coefoz->module~regr_conserv_m proc~regr_pr_o3 regr_pr_o3 proc~regr_pr_o3->module~regr_conserv_m proc~regr_pr_o3~2 regr_pr_o3 proc~regr_pr_o3~2->module~regr_conserv_m

Contents


Interfaces

public interface regr_conserv

  • private subroutine regr1_conserv(ix, vs, xs, xt, vt, slope)

    Arguments

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

    Arguments

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

    Arguments

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

    Arguments

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

    Arguments

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