@@ -67,7 +67,7 @@ are selected. Complementing the solver, the visualCaseGen backend implements a
6767This mechanism works in tandem with the solver to manage variable precedence,
6868guide 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
7171an intuitive, step-by-step interface for browsing standard CESM configurations,
7272defining custom experiment setups, and modifying grid and component settings.
7373Designed 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.
242242where users can select the individual models to be coupled in their CESM
243243experiment. As the user makes selections, the GUI dynamically updates available
244244options 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