Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Summa Actors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Numerical_Simulations_Lab
Actors
Summa Actors
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
310b50ed3837719a9d0dbebff4d9817fa3ac0341
Select Git revision
Branches
3
data_assimilation_mode
development
protected
main
default
protected
Tags
6
SC_24_Submission
SUMMA-Distributed-v0.1
ScalAH22-Submission
ScalAH22
Summa-Actors-Journal-Submission-1-Code
v0.5.0-beta
9 results
Begin with the selected commit
Created with Raphaël 2.2.0
9
May
4
3
26
Apr
6
4
3
31
Mar
30
29
23
Feb
22
17
15
14
4
3
1
30
Jan
23
20
19
18
23
Dec
14
11
9
7
6
1
30
Nov
29
28
25
24
23
22
21
20
18
17
16
15
14
10
9
8
7
4
3
2
1
28
Oct
27
26
25
24
21
20
19
18
17
13
12
11
7
6
5
4
3
30
Sep
29
28
27
26
12
9
8
6
31
Aug
29
28
27
26
25
24
19
18
17
16
15
14
12
11
15
Jul
14
13
12
8
7
30
Jun
29
28
24
23
21
16
9
6
24
May
20
19
18
11
5
3
2
29
Apr
28
27
26
25
21
14
13
8
4
1
31
Mar
30
25
24
23
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
replacing writeOutput name with modelwrite so can replace file in Summa
removing more files shouldn't need, moved them into summa code with compiler def. need to update cmake files to reflect this
cmake doesn't need all varSubstepSundials
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.
getting rid of files that aren't changed.
Update README
Add wallClockTime to use develop branch of summa:
Add convience scripts
Fix HRU restart feature:
add restarting of GRUs
Change GRUinfo to GRU
Remove HRU timing
remove blank print statement
Clean CMakeLists file
Delete uneeded directory
remove unnecessary printing
Remove CSV and Add Debug Mode For Cluster
Add Kinsol_Cluster option
Merge branch 'restart_feature_fix' into main
update gitignore
Fix Failed Actors causing hanging
Add GRU Actor Stats to netcdf output
Add IDA config to CMAKE
Moved submission scripts to utils
added summa_kinsol to gitignore
removed accidential commit
added kinsol compiling for summa, fixed issue with core file dump when json file is not provided
added another summa file to the gitignore
remove accidental commit
removed summa_solve reference for compiling
forgot to add the files
added clearer print statement for an error that comes from the length of the timestep being too low
added options to compile with Kinsol
Update .gitlab-ci.yml file
fixed bugs that came with the implentations while testing on only the celia problem
remove accidental commit
Compiled with check if variable is desired
removed interface file for hru. HRU actor now calls all necessary routines directly.
moved some driver files into their repsective actor dir
Loading