Skip to content

Commit ca5937f

Browse files
committed
more paper edits
1 parent 81d0b94 commit ca5937f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

paper/paper.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ are selected. Complementing the solver, the visualCaseGen backend implements a
6767
This mechanism works in tandem with the solver to manage variable precedence,
6868
guide user input, and enforce constraints efficiently.
6969

70-
On the frontend, visualCaseGen is implemented as a Jupyter-based GUI, offering
70+
On the frontend, visualCaseGen is implemented as a Jupyter-based GUI [@ipywidgets], offering
7171
an intuitive, step-by-step interface for browsing standard CESM configurations,
7272
defining custom experiment setups, and modifying grid and component settings.
7373
Designed with a wizard-like interface, visualCaseGen walks users through each
@@ -180,7 +180,7 @@ an SMT solver an ideal choice. The benefits of using a solver include:
180180

181181
- **Scalability and Efficiency:** As the number of variables and constraints grows,
182182
manually checking compatibility quickly becomes infeasible. The
183-
solver efficiently handles large sets of constraints, and as such, the tool
183+
solver efficiently handles large sets of constraints, and as such,
184184
remains responsive as the complexity of the configuration increases.
185185

186186
# The Stage Mechanism
@@ -242,9 +242,8 @@ systems.
242242
where users can select the individual models to be coupled in their CESM
243243
experiment. As the user makes selections, the GUI dynamically updates available
244244
options by crossing out incompatible choices, ensuring that only valid
245-
configurations are presented. This interactive feedback mechanism guides users
246-
through the configuration process, helping them make informed decisions and
247-
avoiding incompatible selections.
245+
configurations are selectable. This interactive feedback guides the user
246+
toward compatible model setups.
248247

249248
![The "Components" stage. \label{fig:Stage1_7}](Stage1_7.png){width="90%"}
250249

0 commit comments

Comments
 (0)