- 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.
-
KyleKlenk authored
-
Kyle Klenk (kck540) authored
Removing repeated code between this and the inner Summa the user clones See merge request !4
-
- Jul 30, 2023
-
-
ashleymedin authored
-
- May 22, 2023
-
-
ashleymedin authored
-
- May 12, 2023
-
-
ashleymedin authored
-
ashleymedin authored
-
- May 11, 2023
-
-
ashleymedin authored
-
ashleymedin authored
-
- May 10, 2023
-
-
ashleymedin authored
-
- May 09, 2023
-
-
ashleymedin authored
-
ashleymedin authored
Renamed some files that are replacement files for Actors version (so have same name as other code versions) and moved ascii_util.f90 (had allocation debugs, not Actors specific) into the regular code body
-
- May 04, 2023
-
-
ashleymedin authored
-
- May 03, 2023
-
-
ashleymedin authored
removing more files shouldn't need, moved them into summa code with compiler def. need to update cmake files to reflect this
-
ashleymedin authored
-
ashleymedin authored
add in compiler def ACTORS_ACTIVE to turn on some stuff so can move globalData, var_lookup, coupled_em, mDecisions into main code and out of Actors eventually. Also mod run_oneHRU to work with these changes and will move out into main code.
-
- May 02, 2023
-
-
ashleymedin authored
-
- Apr 26, 2023
-
-
KyleKlenk authored
Do not need separate config file for specifying threads. Can use $SLURM_CPUS_PER_TASK
-
Kyle Klenk (kck540) authored
Uncomment of wallclocktime, also modified statistcs scripts
-
- Apr 06, 2023
-
-
Kyle Klenk (kck540) authored
Scripts for going over data within Summa
-
- 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 30, 2023
-
-
KyleKlenk authored
-
KyleKlenk authored
Cleaned up the CMakeLists file to compile for clusters and non-clusters Also have release and debug builds that can be built on all the system types supported. Sunidals libraries are attempted to be found automatically.
-
KyleKlenk authored
Deleted this uneeded directory. These files can all be obtained from the summa repo.
-
- Mar 29, 2023