Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
running_grid_stats Module Reference

Data Types

type  running_stats_t

Functions/Subroutines

subroutine initialize_sub (this, nx, ny, x0, y0, x1, y1, nodata_value)
subroutine clear_sub (this)
subroutine push_sub (this, grd_data, mask)
subroutine calc_mean_sub (this, dpdata)
subroutine calc_sum_sub (this, dpdata)
subroutine calc_variance_sub (this, dpdata)
subroutine calc_std_deviation_sub (this, dpdata)

Function/Subroutine Documentation

◆ calc_mean_sub()

subroutine running_grid_stats::calc_mean_sub ( class(running_stats_t), intent(inout) this,
real (c_double), dimension(:,:), intent(out) dpdata )
private

Definition at line 163 of file running_grid_stats.F90.

◆ calc_std_deviation_sub()

subroutine running_grid_stats::calc_std_deviation_sub ( class(running_stats_t), intent(inout) this,
real (c_double), dimension(:,:), intent(out), allocatable dpdata )
private

Definition at line 202 of file running_grid_stats.F90.

◆ calc_sum_sub()

subroutine running_grid_stats::calc_sum_sub ( class(running_stats_t), intent(inout) this,
real (c_double), dimension(:,:), intent(out) dpdata )
private

Definition at line 174 of file running_grid_stats.F90.

◆ calc_variance_sub()

subroutine running_grid_stats::calc_variance_sub ( class(running_stats_t), intent(inout) this,
real (c_double), dimension(:,:), intent(out) dpdata )
private

Definition at line 185 of file running_grid_stats.F90.

◆ clear_sub()

subroutine running_grid_stats::clear_sub ( class(running_stats_t), intent(inout) this)
private

Definition at line 112 of file running_grid_stats.F90.

◆ initialize_sub()

subroutine running_grid_stats::initialize_sub ( class(running_stats_t), intent(inout) this,
integer (c_int), intent(in) nx,
integer (c_int), intent(in) ny,
real (c_double), intent(in) x0,
real (c_double), intent(in) y0,
real (c_double), intent(in) x1,
real (c_double), intent(in) y1,
real (c_double), intent(in) nodata_value )

Definition at line 40 of file running_grid_stats.F90.

◆ push_sub()

subroutine running_grid_stats::push_sub ( class(running_stats_t), intent(inout) this,
real (c_double), dimension(:,:), intent(in) grd_data,
logical (c_bool), dimension(:,:), intent(in) mask )
private

Definition at line 129 of file running_grid_stats.F90.