0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_corr.f90 File Reference

Provides autocorrelation function calculations. More...

Go to the source code of this file.

Data Types

interface  mo_corr::autocorr
 Autocorrelation function with lag k. More...
 

Modules

module  mo_corr
 Provides autocorrelation function calculations.
 

Functions/Subroutines

real(dp) function mo_corr::autocorr_dp (x, k, mask)
 
real(sp) function mo_corr::autocorr_sp (x, k, mask)
 
real(dp) function, dimension(size(k)) mo_corr::autocorr_1d_dp (x, k, mask)
 
real(sp) function, dimension(size(k)) mo_corr::autocorr_1d_sp (x, k, mask)
 

Detailed Description

Provides autocorrelation function calculations.

Author
Sebastian Mueller
Date
Dec 2019

Definition in file mo_corr.f90.