slopes Interface

public interface slopes

Called by

interface~~slopes~~CalledByGraph interface~slopes slopes proc~regr_horiz_time_climoz regr_horiz_time_climoz proc~regr_horiz_time_climoz->interface~slopes proc~regr_pr_time_av regr_pr_time_av proc~regr_pr_time_av->interface~slopes proc~regr_horiz_time_climoz~2 regr_horiz_time_climoz proc~regr_horiz_time_climoz~2->interface~slopes proc~regr_lat_time_climoz regr_lat_time_climoz proc~regr_lat_time_climoz->interface~slopes proc~regr_pr_time_av~2 regr_pr_time_av proc~regr_pr_time_av~2->interface~slopes proc~regr_pr_av regr_pr_av proc~regr_pr_av->interface~slopes proc~regr_pr_comb_coefoz~2 regr_pr_comb_coefoz proc~regr_pr_comb_coefoz~2->proc~regr_pr_time_av 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~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 proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~ce0l ce0l program~ce0l->proc~etat0phys_netcdf 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

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