◆ cumsum_m()
subroutine mathfuncmod::cumsum::cumsum_m |
( |
type(betr_status_type), intent(out) |
bstatus, |
|
|
real(r8), dimension(:,:), intent(in) |
x, |
|
|
real(r8), dimension(:,:), intent(out) |
y, |
|
|
integer, intent(in), optional |
idim |
|
) |
| |
|
private |
◆ cumsum_v()
subroutine mathfuncmod::cumsum::cumsum_v |
( |
type(betr_status_type), intent(out) |
bstatus, |
|
|
real(r8), dimension(:), intent(in) |
x, |
|
|
real(r8), dimension(:), intent(out) |
y |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file:
- components/clm/src/external_models/sbetr/src/betr/betr_math/MathfuncMod.F90