Published December 3, 2019
| Version v0.3
Software
Open
milankl/Lorenz96.jl: Lorenz96.jl - A type-flexible 16bit Lorenz 1996 model
Description
Features added
- mixed precision support, type T is used for right-hand side and Tprog for prognostic variables
- convert function between T and Tprog, with no overhead for T==Tprog
- Call L96 as previously like L96(T), which uses T for both types or
- L96(T1,T2) which uses T2 for Tprog
- all keyword arguments supported as before
Files
milankl/Lorenz96.jl-v0.3.zip
Files
(1.4 MB)
Name | Size | Download all |
---|---|---|
md5:efde1e4a24de468f053c08aaf7b1c770
|
1.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/milankl/Lorenz96.jl/tree/v0.3 (URL)