Skip to content

Commit 7fffab1

Browse files
committed
minor paper updates
1 parent 3891609 commit 7fffab1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

paper/paper.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ authors:
1111
- name: Alper Altuntas
1212
orcid: 0000-0003-1708-9518
1313
affiliation: "1"
14-
- name: Manish Venumuddula
15-
orcid: 0009-0009-5047-2018
16-
affiliation: "1"
1714
- name: Isla R. Simpson
1815
orcid: 0000-0002-2915-1377
1916
affiliation: "1"
2017
- name: Scott D. Bachman
2118
orcid: 0000-0002-6479-4300
2219
affiliation: "1"
20+
- name: Manish Venumuddula
21+
orcid: 0009-0009-5047-2018
22+
affiliation: "1"
2323
- name: Samuel Levis
2424
orcid: 0000-0003-4684-6995
2525
affiliation: "1"
@@ -189,7 +189,9 @@ A key backend concept in visualCaseGen is the Stage Mechanism, which structures
189189
the CESM configuration process into consecutive steps (stages). Each stage
190190
includes a set of related configuration variables that can be adjusted together.
191191
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.
193195

194196
## Stage Pipeline
195197

@@ -203,7 +205,7 @@ dependencies, the stage pipeline must therefore form a directed acyclic graph
203205
(DAG), enabling a consistent variable precedence hierarchy and eliminating the
204206
possibility of loops or contradictory variable settings.
205207

206-
![The visualCaseGen stage pipeline, starting from the top node (1. Component Set) and ending at the bottom node (3. Launch). The user follows a path along this pipeline based on their modeling needs and selections. \label{fig:pipeline}](stage_pipeline.png)
208+
![The stage pipeline, starting with the "Component Set" stage and ending with the "Launch" stage. The user follows a path along this pipeline based on their modeling needs and selections. \label{fig:pipeline}](stage_pipeline.png)
207209

208210
## Constraint Graph and its Traversal
209211

0 commit comments

Comments
 (0)