SCALE-RM
Data Types | Modules | Functions/Subroutines | Variables
scale_statistics.F90 File Reference
#include "scalelib.h"
Include dependency graph for scale_statistics.F90:

Go to the source code of this file.

Modules

module  scale_statistics
 module Statistics
 

Functions/Subroutines

subroutine, public scale_statistics::statistics_setup
 Setup. More...
 
subroutine scale_statistics::statistics_total_2d (IA, IS, IE, JA, JS, JE, var, varname, area, total, log_suppress, global, mean, sum)
 Calc domain sum and area-weighted mean. More...
 
subroutine scale_statistics::statistics_total_3d (KA, KS, KE, IA, IS, IE, JA, JS, JE, var, varname, vol, total, log_suppress, global, mean, sum)
 Calc domain sum and volume-weighted mean. More...
 
subroutine scale_statistics::statistics_horizontal_mean_2d (IA, IS, IE, JA, JS, JE, var, area, varmean)
 Calc horizontal mean value. More...
 
subroutine scale_statistics::statistics_horizontal_mean_3d (KA, KS, KE, IA, IS, IE, JA, JS, JE, var, area, varmean)
 
subroutine scale_statistics::statistics_horizontal_min_2d (IA, IS, IE, JA, JS, JE, var, varmin)
 Calc horizontal minimum value. More...
 
subroutine scale_statistics::statistics_horizontal_min_3d (KA, KS, KE, IA, IS, IE, JA, JS, JE, var, varmin)
 
subroutine scale_statistics::statistics_horizontal_max_2d (IA, IS, IE, JA, JS, JE, var, varmax)
 Calc horizontal maximum value. More...
 
subroutine scale_statistics::statistics_horizontal_max_3d (KA, KS, KE, IA, IS, IE, JA, JS, JE, var, varmax)
 
subroutine scale_statistics::statistics_detail_3d (KA, KS, KE, IA, IS, IE, JA, JS, JE, VA, varname, var, local)
 Search global maximum & minimum value. More...
 
subroutine scale_statistics::statistics_detail_2d (IA, IS, IE, JA, JS, JE, VA, varname, var, local)
 
real(rp) function scale_statistics::statistics_summation_1d (IA, ARRAY, UNDEF)
 
real(rp) function, public scale_statistics::statistics_covariance (IA1, IA2, ARRAY1, ARRAY2, UNDEF)
 
real(rp) function, public scale_statistics::statistics_correlation (IA1, IA2, ARRAY1, ARRAY2, UNDEF)
 
real function, public scale_statistics::statistics_regression (IA1, IA2, ARRAY1, ARRAY2, UNDEF)
 
real(rp) function, public scale_statistics::statistics_lag_correlation (IA1, IA2, ARRAY1, ARRAY2, LAG, UNDEF)
 
real(rp) function, public scale_statistics::statistics_partial_correlation (IA1, IA2, IA3, ARRAY1, ARRAY2, ARRAY3, UNDEF)
 
real(rp) function, dimension(ia), public scale_statistics::statistics_undef_replace (IA, ARRAY, UNDEF1, UNDEF2)
 
real(rp) function, dimension(ia1), public scale_statistics::statistics_undef_embed (IA1, IA2, ARRAY1, ARRAY2, UNDEF)
 
integer function, public scale_statistics::statistics_undef_arraysize (IA1, IA2, ARRAY1, ARRAY2, UNDEF)
 

Variables

logical, public scale_statistics::statistics_checktotal = .false.
 calc&report variable totals to logfile? More...