Skip to content

Commit 8c9aaaf

Browse files
committed
update feedback plasma shape editor
1 parent d28c48a commit 8c9aaaf

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed
95.5 KB
Loading
1.14 MB
Loading

docs/source/training/training.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ this plasma shape.
634634
2. Set any NICE environment variables required to run NICE. This depends on your specific system.
635635
If you are on SDCC, you can leave this as is.
636636

637-
If you get errors stating that there
637+
If you are running waveform editor locally (not on SDCC), you may get errors stating that there
638638
were issues when loading shared libraries, you might need to set the ``LD_LIBRARY_PATH``.
639639
You can set them using the following dictionary style format: ``{'LD_LIBRARY_PATH': '<paths>'}``,
640640
replacing the ``<paths>`` (including angle brackets).
@@ -730,6 +730,8 @@ Exercise 6c: Configurating the Plasma Shape
730730
Provide an outline from an equilibrium IDS, for example by using the URI below
731731
if you are on SDCC. Visualize the boundary outline of the time steps at 200s and 251s,
732732
do you see a difference? Run NICE inverse for both time steps, what happens in each case?
733+
What happens if you change the P' and FF' profiles from the manual parameterisation
734+
to the profiles from the corresponding equilibrium IDS?
733735

734736
.. code-block:: bash
735737
@@ -745,13 +747,21 @@ Exercise 6c: Configurating the Plasma Shape
745747
.. image:: ../images/training/shape_valid.png
746748
:align: center
747749

748-
Running it with the time slice at 251s, NICE doesn't converge and it will throw
749-
an error:
750+
Running it with the time slice at 251s with the default parameterised P' and FF' profiles,
751+
NICE doesn't converge and it will throw an error:
750752

751753
.. image:: ../images/training/shape_invalid.png
752754
:align: center
755+
756+
However, if you use the P' and FF' profiles from the equilibrium IDS at 251s instead,
757+
NICE will converge:
758+
759+
.. image:: ../images/training/shape_valid_251s.png
760+
:align: center
761+
753762
2. If you provided a valid plasma shape NICE will converge and you will see the
754-
resulting equilibrium, otherwise you will receive an error.
763+
resulting equilibrium, otherwise you will receive an error. For example if the
764+
given shape cannot be achieved with the given input.
755765

756766
Exercise 6d: Fixing Coil Currents
757767
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)