You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1779,6 +1779,18 @@ There are three main methods to load IMAS equilibrium:
1779
1779
* Providing the equilibium IDS on the fly (equilibrium_object).
1780
1780
Using this method the IDS can be provided externally or pre-loaded.
1781
1781
1782
+
Loading Profiles
1783
+
^^^^^^^^^^^^^^^^
1784
+
1785
+
The initial and optionnally prescribed time-dependence of the temperature, density and current profiles given in the config can be loaded fromanyIMAS core_profiles or plasma_profiles IDS.
1786
+
The IDSs needs to be in Data Dictionary version 4.0.0 or newer.
1787
+
The mapping function :todo:`add the actual link to the function` |core_profiles_from_imas| returns a dictionary with the data from core_profiles to load into the config. The IDS needs to be provided on the fly as it can be done for the geometry.
1788
+
The IDSobject can be loaded from an IMAS netCDF file using the `IMAS-Python library <https://imas-python.readthedocs.io/en/latest/netcdf.html>`_ .
1789
+
1790
+
It is then possible to start a simulation using the IMAS profiles by loading a pre-existing config and then update it with this dictionary using the function :todo:`same: add the link to the help function`|update_dict|.
0 commit comments