- Oct 26, 2023
- Oct 24, 2023
-
-
KyleKlenk authored
Removed fortran cpp directory separation, just too many directories to go through
-
- 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 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 09, 2023
- Aug 08, 2023
-
-
KyleKlenk authored
Used requests where it made sense in the actors. This is where the HRU would send a message then wait for a response anyway. Instead of defining messages for these cases we use request.
-
- Apr 03, 2023
-
-
KyleKlenk authored
-
- Mar 29, 2023
-
-
KyleKlenk authored
Removed the reading of json variables that were writing to csv. Added a debug mode for kinsol.
-
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
-
- Nov 29, 2022
-
-
Kyle authored
-
- Nov 28, 2022
-
-
Kyle authored
Can get 1 HRU managed by the file access actor. An HRU will wait until it is told it can write again.
-
- Nov 18, 2022
-
-
KyleKlenk authored
Got the clients communicating together.
-
- Nov 16, 2022
- Nov 15, 2022
- Nov 10, 2022
- Nov 09, 2022
-
-
KyleKlenk authored
-
- Nov 03, 2022
- Nov 01, 2022
-
-
Kyle authored
Having more subroutines makes it more obvious how to break the calls down for the file_access_actor
-
- Oct 26, 2022
-
-
Kyle authored
-
- Oct 18, 2022
- Oct 11, 2022
-
-
KyleKlenk authored
Added threshold and heartbeat interval as parameters that are passed into summa through json
-
- Oct 07, 2022
-
-
KyleKlenk authored
Client can be sent a heartbeat and then send a message back to the server
-
- Oct 06, 2022
-
-
KyleKlenk authored
-
- Oct 04, 2022
-
-
KyleKlenk authored
- This allows parent actors to have info for recovery and for the information to not have to be read from a file in the case we are in a distributed situation - also added better error message for read_attribute.f90
-
KyleKlenk authored
Implemented a function that prints the functions to stdout for verification
-