You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ authors:
11
11
- name: Alper Altuntas
12
12
orcid: 0000-0003-1708-9518
13
13
affiliation: "1"
14
-
- name: Manish Venumuddula
15
-
orcid: 0009-0009-5047-2018
16
-
affiliation: "1"
17
14
- name: Isla R. Simpson
18
15
orcid: 0000-0002-2915-1377
19
16
affiliation: "1"
20
17
- name: Scott D. Bachman
21
18
orcid: 0000-0002-6479-4300
22
19
affiliation: "1"
20
+
- name: Manish Venumuddula
21
+
orcid: 0009-0009-5047-2018
22
+
affiliation: "1"
23
23
- name: Samuel Levis
24
24
orcid: 0000-0003-4684-6995
25
25
affiliation: "1"
@@ -189,7 +189,9 @@ A key backend concept in visualCaseGen is the Stage Mechanism, which structures
189
189
the CESM configuration process into consecutive steps (stages). Each stage
190
190
includes a set of related configuration variables that can be adjusted together.
191
191
Based on the user's selections, different stages are activated dynamically,
192
-
guiding the user through a structured workflow.
192
+
guiding the user through a structured workflow. The stage mechanism allows
193
+
the constraint solver to operate incrementally, applying only the relevant
194
+
constraints for the current stage, which improves performance and responsiveness.
193
195
194
196
## Stage Pipeline
195
197
@@ -203,7 +205,7 @@ dependencies, the stage pipeline must therefore form a directed acyclic graph
203
205
(DAG), enabling a consistent variable precedence hierarchy and eliminating the
204
206
possibility of loops or contradictory variable settings.
205
207
206
-

208
+

0 commit comments