ROMS
Loading...
Searching...
No Matches
mod_param::t_stats Type Reference

Public Attributes

integer(i8bchecksum
 
integer count
 
real(r8min
 
real(r8max
 
real(r8avg
 
real(r8rms
 

Detailed Description

Definition at line 420 of file mod_param.F.

Member Data Documentation

◆ avg

real(r8) mod_param::t_stats::avg

Definition at line 426 of file mod_param.F.

426 real(r8) :: avg ! arithmetic mean

◆ checksum

integer(i8b) mod_param::t_stats::checksum

Definition at line 421 of file mod_param.F.

421 integer(i8b) :: checksum ! bit sum hash

◆ count

integer mod_param::t_stats::count

Definition at line 422 of file mod_param.F.

422 integer :: count ! processed values count

◆ max

real(r8) mod_param::t_stats::max

Definition at line 425 of file mod_param.F.

425 real(r8) :: max ! maximum value

◆ min

real(r8) mod_param::t_stats::min

Definition at line 424 of file mod_param.F.

424 real(r8) :: min ! minimum value

◆ rms

real(r8) mod_param::t_stats::rms

Definition at line 427 of file mod_param.F.

427 real(r8) :: rms ! root mean square

The documentation for this type was generated from the following file: