LMDZ
regr1_step_av_m Module Reference

Data Types

interface  regr1_step_av
 

Functions/Subroutines

real function, dimension(size(xt)-1) regr11_step_av (vs, xs, xt)
 
real function, dimension(size(xt)-1, size(vs, 2)) regr12_step_av (vs, xs, xt)
 
real function, dimension(size(xt)-1, size(vs, 2), size(vs, 3)) regr13_step_av (vs, xs, xt)
 
real function, dimension(size(xt)-1, size(vs, 2), size(vs, 3), size(vs, 4)) regr14_step_av (vs, xs, xt)
 

Function/Subroutine Documentation

real function, dimension(size(xt) - 1) regr1_step_av_m::regr11_step_av ( real, dimension(:), intent(in)  vs,
real, dimension(:), intent(in)  xs,
real, dimension(:), intent(in)  xt 
)
private

Definition at line 29 of file regr1_step_av_m.F90.

Here is the call graph for this function:

real function, dimension(size(xt) - 1, size(vs, 2)) regr1_step_av_m::regr12_step_av ( real, dimension(:, :), intent(in)  vs,
real, dimension(:), intent(in)  xs,
real, dimension(:), intent(in)  xt 
)

Definition at line 88 of file regr1_step_av_m.F90.

Here is the call graph for this function:

real function, dimension(size(xt) - 1, size(vs, 2), size(vs, 3)) regr1_step_av_m::regr13_step_av ( real, dimension(:, :, :), intent(in)  vs,
real, dimension(:), intent(in)  xs,
real, dimension(:), intent(in)  xt 
)

Definition at line 148 of file regr1_step_av_m.F90.

Here is the call graph for this function:

real function, dimension(size(xt) - 1, size(vs, 2), size(vs, 3), size(vs, 4)) regr1_step_av_m::regr14_step_av ( real, dimension(:, :, :, :), intent(in)  vs,
real, dimension(:), intent(in)  xs,
real, dimension(:), intent(in)  xt 
)

Definition at line 209 of file regr1_step_av_m.F90.

Here is the call graph for this function: