- Oct 23, 2023
-
-
KyleKlenk authored
-
- 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.
-
- Oct 18, 2023
-
-
KyleKlenk authored
-
KyleKlenk authored
Merge branch 'summa_v4_changes' of https://git.cs.usask.ca/numerical_simulations_lab/actors/Summa-Actors into summa_v4_changes
-
KyleKlenk authored
Added command line arguments to output scripts. Added instructions to resourceUsage script
-
- Sep 19, 2023
-
-
Kyle Klenk (kck540) authored
Merge branch 'summa_v4_changes' of https://git.cs.usask.ca/numerical_simulations_lab/actors/Summa-Actors into summa_v4_changes
-
Kyle Klenk (kck540) authored
-
KyleKlenk authored
-
KyleKlenk authored
-
- Sep 05, 2023
-
-
KyleKlenk authored
-
- Aug 23, 2023
-
-
KyleKlenk authored
Merge branch 'summa_v4_changes' of https://git.cs.usask.ca/numerical_simulations_lab/actors/Summa-Actors into summa_v4_changes
-
KyleKlenk authored
-
KyleKlenk authored
Fixed issues with compiling with g++11.
-
- Aug 21, 2023
-
-
KyleKlenk authored
Merge branch 'summa_v4_changes' of https://git.cs.usask.ca/numerical_simulations_lab/actors/Summa-Actors into summa_v4_changes
-
KyleKlenk authored
-
- 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 12, 2023
-
-
KyleKlenk authored
-
- Aug 11, 2023
- Aug 10, 2023
-
-
KyleKlenk authored
Moved read_attrb and read_icond to be called from job_init_fotran
-
KyleKlenk authored
summa_SetTimesDirsAndFiles summa_defineGlobalData The actors version now calls job_init_fortran as an interface which calls the SUMMA supplied subroutines.
-
KyleKlenk authored
Added the subroutines to the output_structure_routine for increased clarity. Also removed the output structure specific file from the engine dir.
-
KyleKlenk authored
-
- Aug 09, 2023
- Aug 08, 2023
- Aug 07, 2023
-
-
KyleKlenk authored
Attempting to make code more readable.
-
- Aug 04, 2023
-
-
KyleKlenk authored
scalarCanopyLiq was not initailized properly. It now has the check in read_icond.f90
-
- Aug 03, 2023
-
-
KyleKlenk authored
Fixed this by using the variables set by the container in the constructor. These variables are checked whereas the input into the constructor can cause problems with num_grus_per_partition becoming 0.
-
- 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.
-