Module for computational and mathematical constants.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=i4), | public, | parameter | :: | c_bisect_i | = | 200 |
max. number of iterations for bisection method (dst) |
real(kind=wp), | public, | parameter | :: | c_bisect_tol | = | 1.0e-12_wp |
convergence tolerance for bisection method (dst) |
real(kind=wp), | public, | parameter | :: | c_pi | = | 3.1415926535897932384626433832795028841972_wp |
pi |
real(kind=wp), | public, | parameter | :: | c_sentinel_r | = | -999.0_wp |
real sentinel value |