regr_lint Interface

public interface regr_lint

Called by

interface~~regr_lint~~CalledByGraph interface~regr_lint regr_lint proc~regr_horiz_time_climoz regr_horiz_time_climoz proc~regr_horiz_time_climoz->interface~regr_lint proc~regr_pr_time_av regr_pr_time_av proc~regr_pr_time_av->interface~regr_lint proc~regr_lat_time_coefoz~2 regr_lat_time_coefoz proc~regr_lat_time_coefoz~2->interface~regr_lint proc~regr_pr_int regr_pr_int proc~regr_pr_int->interface~regr_lint proc~regr_horiz_time_climoz~2 regr_horiz_time_climoz proc~regr_horiz_time_climoz~2->interface~regr_lint proc~regr_pr_time_av~2 regr_pr_time_av proc~regr_pr_time_av~2->interface~regr_lint proc~regr_lat_time_coefoz regr_lat_time_coefoz proc~regr_lat_time_coefoz->interface~regr_lint proc~regr_pr_int~2 regr_pr_int proc~regr_pr_int~2->interface~regr_lint proc~regr_pr_comb_coefoz~2 regr_pr_comb_coefoz proc~regr_pr_comb_coefoz~2->proc~regr_pr_time_av proc~regr_pr_comb_coefoz~2->proc~regr_pr_int proc~etat0dyn_netcdf etat0dyn_netcdf proc~etat0dyn_netcdf->proc~regr_lat_time_coefoz proc~physiq physiq proc~physiq->proc~regr_horiz_time_climoz proc~physiq->proc~regr_pr_time_av proc~phytrac phytrac proc~physiq->proc~phytrac proc~physiq~2 physiq proc~physiq~2->proc~regr_horiz_time_climoz proc~physiq~2->proc~regr_pr_time_av proc~physiq~2->proc~phytrac proc~regr_pr_comb_coefoz regr_pr_comb_coefoz proc~regr_pr_comb_coefoz->proc~regr_pr_time_av proc~regr_pr_comb_coefoz->proc~regr_pr_int proc~etat0phys_netcdf etat0phys_netcdf proc~etat0phys_netcdf->proc~regr_horiz_time_climoz proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~traclmdz traclmdz proc~traclmdz->proc~regr_pr_comb_coefoz proc~traclmdz~2 traclmdz proc~traclmdz~2->proc~regr_pr_comb_coefoz program~ce0l ce0l program~ce0l->proc~etat0dyn_netcdf program~ce0l->proc~etat0phys_netcdf proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~phytrac->proc~traclmdz proc~phytrac~2 phytrac proc~phytrac~2->proc~traclmdz proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents


Module Procedures

private subroutine regr1_lint(ix, vs, xs, xt, vt)

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

private subroutine regr2_lint(ix, vs, xs, xt, vt)

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

private subroutine regr3_lint(ix, vs, xs, xt, vt)

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

private subroutine regr4_lint(ix, vs, xs, xt, vt)

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

private subroutine regr5_lint(ix, vs, xs, xt, vt)

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