- Jan 30, 2024
-
-
Kyle Klenk (kck540) authored
-
- Oct 26, 2023
- Oct 24, 2023
- Oct 23, 2023
- Oct 22, 2023
- Oct 21, 2023
-
-
KyleKlenk authored
Adjusted Command Line Parameters Use: Added more helpful output. Added ability to generate a config file. Updated readme.
-
- Aug 23, 2023
-
-
KyleKlenk authored
Fixed issues with compiling with g++11.
-
- Aug 18, 2023
-
-
KyleKlenk authored
Also cleaned up the output strucutre and removed some of the calls to subroutines that are uneeded.
-
- Aug 17, 2023
- Aug 15, 2023
-
-
KyleKlenk authored
Can use json to pass state variable tolerances. Can also just pass in atol and rtol to have all state variables set the same.
-
- Aug 14, 2023
-
-
KyleKlenk authored
Moved the calls to fortran files to a singular file so we don't have to go through C++ and Fortran for multiple functions.
-
- Aug 11, 2023
-
-
KyleKlenk authored
This is now rectified
-
- Aug 10, 2023
- Aug 09, 2023
- Aug 08, 2023
- Aug 02, 2023
-
-
KyleKlenk authored
mDecisions would return an error, however the C++ side had no mechanism to view or inspect the contents of the message. A interface function in fortran was created to print the message.
-
- May 12, 2023
-
-
ashleymedin authored
-
- Apr 04, 2023
-
-
KyleKlenk authored
HRU can now restart with timestep halved.
-
- Apr 03, 2023
- Mar 31, 2023
-
-
KyleKlenk authored
HRU timing was slowing down the code. It has now been removed. The wall-clock-time of each hru is now the metric recorded.
-
- Mar 29, 2023
-
-
KyleKlenk authored
Removed the reading of json variables that were writing to csv. Added a debug mode for kinsol.
-
KyleKlenk authored
When an actor fails it is now is noted and writen to netCDF that it failed. Restarting the actor will be a little tricky but this should allow for the running of Summa-Actors to see how many HRUs fail.
-
KyleKlenk authored
Added functionality for the job actor to record the stats of GRU actors When the simulation is finished these stats are passed to the file access actor where they are written to netcdf
-
- Dec 23, 2022
-
-
Kyle authored
-
- Dec 14, 2022
-
-
KyleKlenk authored
Can disconnect client anytime during the simulation. Can also disconnect the backup servers. Can add a backup server
-
KyleKlenk authored
- When the server goes down and the backup takes over a client going down would not be noticed by the backup server. - The problem was the backup server was never monitoring the clients. This is now fixed
-
- Dec 11, 2022
-
-
KyleKlenk authored
-
- Dec 07, 2022
- Dec 06, 2022
-
-
KyleKlenk authored
-