SABER
type_diag.F90 File Reference

Go to the source code of this file.

Data Types

type  type_diag::diag_type
 

Modules

module  type_diag
 Subroutines/functions list.
 

Functions/Subroutines

subroutine type_diag::diag_alloc (diag, mpl, nam, geom, bpar, samp, prefix)
 Allocation. More...
 
subroutine type_diag::diag_dealloc (diag)
 Release memory. More...
 
subroutine type_diag::diag_write (diag, mpl, nam, geom, bpar, samp)
 Write. More...
 
subroutine type_diag::diag_filter_fit (diag, mpl, nam, geom, bpar, samp)
 Filter fit diagnostics. More...
 
subroutine type_diag::diag_build_fit (diag, mpl, nam, geom, bpar)
 Build fit function. More...
 
subroutine type_diag::diag_covariance (diag, mpl, nam, geom, bpar, samp, avg, prefix)
 Compute covariance. More...
 
subroutine type_diag::diag_correlation (diag, mpl, rng, nam, geom, bpar, samp, avg, prefix)
 Compute correlation. More...
 
subroutine type_diag::diag_localization (diag, mpl, rng, nam, geom, bpar, samp, avg, prefix)
 Compute diagnostic localization. More...
 
subroutine type_diag::diag_hybridization (diag, mpl, rng, nam, geom, bpar, samp, avg, prefix)
 Compute diagnostic hybridization. More...
 
subroutine type_diag::diag_dualens (diag, mpl, rng, nam, geom, bpar, samp, avg, avg_lr, diag_lr, prefix, prefix_lr)
 Compute diagnostic dualens. More...
 
subroutine type_diag::diag_full_vertical_covariance (diag, mpl, nam, geom, bpar, avg)
 Compute full vertical covariance/standard-deviation/correlation. More...
 

Variables

real(kind_real), parameter type_diag::bound = five
 Restriction bound applied on local diagnostics with respect to the global diagnostic. More...
 
real(kind_real), parameter type_diag::egvmin = 1.0e-12_kind_real
 Minimum eigenvalue for full vertical covariance matrix inversion. More...