OOPS
oops/generic/soar.cc
Go to the documentation of this file.
1
/*
2
* (C) Copyright 2021 UCAR.
3
*
4
* This software is licensed under the terms of the Apache Licence Version 2.0
5
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6
*/
7
8
#include <math.h>
9
#include <cfloat>
10
11
#include "
oops/generic/soar.h
"
12
13
namespace
oops
{
14
15
double
soar
(
const
double
& distnorm) {
16
// distnorm - normalized distance c*r, where c is the decay prameter and r is distance
17
18
double
soarvalue = (1 + distnorm)*exp(-distnorm);
19
return
soarvalue;
20
}
21
}
// namespace oops
22
oops
The namespace for the main oops code.
Definition:
ErrorCovarianceL95.cc:22
oops::soar
double soar(const double &distnorm)
computes second order autoregressive function
Definition:
oops/generic/soar.cc:15
soar.h
mpas-bundle
oops
src
oops
generic
soar.cc
Generated on Wed Sep 8 2021 17:07:19 for OOPS by
1.9.1