SABER
|
Public Member Functions | |
subroutine | func_lct_h2r (mpl, H11, H22, H33, H12, rh, rv) |
From H (local correlation tensor) to support radii. More... | |
Definition at line 136 of file tools_func.F90.
subroutine tools_func::lct_h2r::func_lct_h2r | ( | type(mpl_type), intent(inout) | mpl, |
real(kind_real), intent(in) | H11, | ||
real(kind_real), intent(in) | H22, | ||
real(kind_real), intent(in) | H33, | ||
real(kind_real), intent(in) | H12, | ||
real(kind_real), intent(out) | rh, | ||
real(kind_real), intent(out) | rv | ||
) |
From H (local correlation tensor) to support radii.
[in,out] | mpl | MPI data |
[in] | h11 | Local correlation tensor component 11 |
[in] | h22 | Local correlation tensor component 22 |
[in] | h33 | Local correlation tensor component 33 |
[in] | h12 | Local correlation tensor component 12 |
[out] | rh | Horizontal support radius |
[out] | rv | Vertical support radius |
Definition at line 1447 of file tools_func.F90.