Releases: DrylandEcology/SOILWAT2
Releases · DrylandEcology/SOILWAT2
v4.2.3
v4.2.2
More carefully setting up unit test MainSoilTemperatureFunction_LyrMAX
-
keep soil bulk density fixed, SWC(wilting point), SWC(field capacity), SWC(saturation) fixed and physically well defined
-
only set SWC by a uniform random number and keep it between field capacity and wilting point
-
new script
many_test_runs.sh
to repeatedly run unit tests
v4.2.1
v4.2.0
- Random numbers now generated using the PCG pseudo-random number generator.
- This RNG allows multiple streams. The Markov weather generator is on its own stream so no other functions requesting random numbers can change the weather.
- Unit tests ensure the pcg rng works correctly.
- Two new functions added: RandUniIntRange(first, last) returns an integer between first and last (inclusive) and RandUniFloatRange(first, last) returns a float between first and last (inclusive)