EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | loc_function (loctype, dis, scal, inc) |
subroutine to compute a localisation weighting based on a distance More... | |
subroutine loc_function | ( | integer, intent(in) | loctype, |
real(kind=rk), intent(in) | dis, | ||
real(kind=rk), intent(out) | scal, | ||
logical, intent(out) | inc | ||
) |
subroutine to compute a localisation weighting based on a distance
[in] | loctype | the choice of localisation function |
[in] | dis | the input distance |
[out] | scal | the localisation weighting to use |
[out] | inc | logical signifying whether to compute with this sized weight or not. |
Definition at line 31 of file loc_function.f90.