Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now the output data are placed into 5 IMAS IDS's (Interface Data Structures - sections of the IMAS DD describing tokamak subsystems or tokamak physics chapters): core_profiles, core_sources, equilibrium, gas_injection, and magnetics. The allocation of the data in the IDS's and the functions supporting it are described below.

 Files provided

File name Content
put_to_IMAS.mFunction saving IMAS output data to IMAS
get_from_IMAS.mFunction reading IMAS output data from IMAS
test_put_to_IMAS.mSample script invoking the function put_to_IMAS
test_get_from_IMAS.mSample script that invokes the function get_from_IMAS and compares the recovered data with the initial ones
put_core_profiles.mFunction saving data to the core_profiles IDS
put_core_sources.mFunction saving data to the core_sources IDS
put_equilibrium.mFunction saving data to the equilibrium IDS
put_gas_injection.mFunction saving data to the gas_injection IDS
put_magnetics.mFunction saving data to the magnetics IDS
get_core_profiles.m
get_core_sources.m
get_equilibrium.m
get_gas_injection.m
get_magnetics.m










 IDS core_profiles

 IDS core_sources

...