Tokamak integrated modeling and analysis toolkit.
- This project is still under development, and the API may change at any time.
- IMAS data dictionary is not included in this project, please download it from the official website.
- TO Developer: 与 dd 相关的 spdm.plugins 放在 project fytok 下
Software architecture description
- IMAS data dictionary > 3.38.1 # IMAS DD 源文件
- fytok_data # 装置相关的映射文件 <fytok_data>/mapping
Create IMAS wrapper
export IMAS_DD_PATH= /home/salmon/workspace/data-dictionary
export FYTOK_MAPPING_PATH=/home/salmon/workspace/fytok_data/mapping
cd $IMAS_DD_PATH
patch -s -p0 < <fytok dir>/python/setup_helper/dd_<dd version>.patch
cd <fytok dir>/python
python3 setup.py install_imas_wrapper --prefix=./
TODO:...
cd <fytok dir>/python
python3 setup.py bist_