regr1_conserv Interface

public interface regr1_conserv

Called by

interface~~regr1_conserv~~CalledByGraph interface~regr1_conserv regr1_conserv proc~regr_lat_time_climoz regr_lat_time_climoz proc~regr_lat_time_climoz->interface~regr1_conserv proc~regr_pr_av regr_pr_av proc~regr_pr_av->interface~regr1_conserv

Contents


Module Procedures

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(:,:,:,:)