EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | lambertw (K, X, W) |
subroutine to implement the lambertw function see https://en.wikipedia.org/wiki/Lambert_W_function More... | |
subroutine lambertw | ( | integer, intent(in) | K, |
real(kind=kind(1.0d0)), intent(in) | X, | ||
real(kind=kind(1.0d0)), intent(out) | W | ||
) |
subroutine to implement the lambertw function see https://en.wikipedia.org/wiki/Lambert_W_function
Definition at line 30 of file lambertw.f90.