|
EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | relaxation_profile (tau, p, zero) |
| subroutine to compute the relaxation strength More... | |
| subroutine relaxation_profile | ( | real(kind=rk), intent(in) | tau, |
| real(kind=rk), intent(out) | p, | ||
| logical, intent(out) | zero | ||
| ) |
subroutine to compute the relaxation strength
there are currrently 4 different relaxation profiles implemented:
plus
Details:
| [in] | tau | the pseudotime between observations. $f 0 1 $f |
| [out] | p | the relaxation strength at time tau |
| [out] | zero | switch if false is no relaxation |
Definition at line 66 of file relaxation_profile.f90.

