@@ -18,8 +18,8 @@ if you want to do the exercises in the section :ref:`shape_editor_training`.
1818.. important ::
1919 For this training you will need access to a graphical environment to visualize
2020 the simulation results. If you are on SDCC, it is recommended to follow this training
21- through the NoMachine client, and to use **chrome ** as your default browser (there have been
22- issues when using firefox through NoMachine) .
21+ through the NoMachine client, and to use **chrome ** as your default browser. If you use
22+ Firefox, ensure you disable hardware acceleration in the browser settings .
2323
2424Creating your first waveforms
2525-----------------------------
@@ -119,15 +119,15 @@ Exercise 1c: Creating a sine wave - part 2
119119
120120 In the previous execise, you might have noticed that there a multiple ways in which you can define the same
121121 waveform. Recreate the waveform of previous exercise using only the following tendency parameters:
122- ``type ``, ``start ``, `` duration ``, ``period ``, ``min ``, and ``max ``.
122+ ``type ``, ``duration ``, ``period ``, ``min ``, and ``max ``.
123123
124124 .. md-tab-item :: Solution
125125
126126 The resulting waveform should be:
127127
128128 .. code-block :: yaml
129129
130- - {type: sine, start: 10, duration: 5, period: 2, min: 0, max: 6}
130+ - {type: sine, duration: 5, period: 2, min: 0, max: 6}
131131
132132
133133 Exercise 1d: Creating a sine wave - part 3
@@ -591,6 +591,12 @@ Exercise 5c: Exporting from the CLI
591591
592592 This exports the same IDS as in previous exercise.
593593
594+ .. note :: You can also supply the path of a NetCDF file to export to an `IMAS NetCDF <https://imas-python.readthedocs.io/en/stable/netcdf.html>`_ file. For example:
595+
596+ .. code-block :: text
597+
598+ waveform-editor export-ids example.yaml output.nc --linspace 0,800,20
599+
594600 .. _shape_editor_training :
595601
596602Plasma Shape Editor
@@ -628,7 +634,7 @@ this plasma shape.
628634 2. Set any NICE environment variables required to run NICE. This depends on your specific system.
629635 If you are on SDCC, you can leave this as is.
630636
631- 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
632638 were issues when loading shared libraries, you might need to set the ``LD_LIBRARY_PATH ``.
633639 You can set them using the following dictionary style format: ``{'LD_LIBRARY_PATH': '<paths>'} ``,
634640 replacing the ``<paths> `` (including angle brackets).
@@ -724,6 +730,8 @@ Exercise 6c: Configurating the Plasma Shape
724730 Provide an outline from an equilibrium IDS, for example by using the URI below
725731 if you are on SDCC. Visualize the boundary outline of the time steps at 200s and 251s,
726732 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?
727735
728736 .. code-block :: bash
729737
@@ -739,13 +747,21 @@ Exercise 6c: Configurating the Plasma Shape
739747 .. image :: ../images/training/shape_valid.png
740748 :align: center
741749
742- Running it with the time slice at 251s, NICE doesn't converge and it will throw
743- 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:
744752
745753 .. image :: ../images/training/shape_invalid.png
746754 :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+
747762 2. If you provided a valid plasma shape NICE will converge and you will see the
748- 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.
749765
750766Exercise 6d: Fixing Coil Currents
751767^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments