运输范围

omfit-transp的Python项目详细描述


TRANSP用作OMFIT项目一部分的文件:https://omfit.io/

提供:

  • OMFITtranspNamelist
  • omfittranspata公司
  • OMFITtranspMultigraph
  • 乌贼
  • OMFITtranspOutput
  • 检查“传输”运行
  • 等待运输运行
  • 下一个可用的\u TRANSP_runid
  • OMFITfbm公司

要求:

  • matplotlib>;=3.1,!=3.2.1,!=3.2.2
  • 数量=1.12 本机>;=0.67.0 scipy>;=1.0 不确定性 X射线=0.10.8
  • omfit_namelist==2020.12.2.22.59
  • ==引用===外部链接== omfit_路径==2020.12.2.22.59 omfit_nc==2020.12.2.22.59 omfit_mds==2020.12.2.22.59omfit_数据==2020.12.2.22.59 ==引用===外部链接== omfit_commonclasses==2020.12.2.22.59
作者:

https://omfit.io/contributors.html

文件:

OMFITtranspNamelist

Class used to interface with TRANSP input "namelist"
This is necessary because the TRANSP input namelist is not a default format
(e.g. with the update_time functionality)

:param filename: filename passed to OMFITobject class

:param \**kw: keyword dictionary passed to OMFITobject class

omfittranspata公司

^{pr2}$

OMFITtranspMultigraph

Class for unique manipulation/plotting of TRANSP multigraph mdsValues.

乌贼

Class for handling TRANSP netcdf statefile (not to be confused with the time-dependent TRANSP output CDF file)

OMFITtranspOutput

Class for dynamic serving of TRANSP output data from MDS or CDF

检查“传输”运行

Function that checks the status of a TRANSP run as reported
by the TRANSP MONITOR GRID website: https://w3.pppl.gov/transp/transpgrid_monitor

:param runid: runid to be checked

:param project: project (ie. tokamak) of the runid (optional)

:param tunnel: use SOCKS via specified tunnel

:return: * None if no matching runid/project is found
         * tuple with 1) True/None/False if run went ok, run is waiting, run failed
                 and  2) dictionary with parsed HTML information

等待运输运行

Function that waits for a TRANSP run to end as reported
by the TRANSP MONITOR GRID website: https://w3.pppl.gov/transp/transpgrid_monitor

:param runid: runid to be checked

:param project: project (ie. tokamak) of the runid (optional)

:param t_check: how often to check (seconds)

:param verbose: print to screen

:param tunnel: use SOCKS via specified tunnel

:return: * None if no matching runid/project is found
         * tuple with 1) True/False if run went ok or run failed
                 and  2) dictionary with parsed HTML information

下一个可用的\u TRANSP_runid

Function which checks what MDS+ tree entries are available

:param runid: runid to start checking from (included)

:param project: project [e.g. D3D, ITER, NSTX, ...] used to set the MDS+ TRANSP tree and server to be queried

:param increment: positive / negative

:param skiplist: list of runids to skip

:param server: MDS+ TRANSP server to be queried [e.g. 'atlas.gat.com', or 'transpgrid.pppl.gov']

:return: tuple with next available runid (as integer with format shotXXYY) and augmented skiplist

OMFITfbm公司

Class for handling NUBEAM FBM distribution function files

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
安卓为什么Java AudioEffect不支持双簧管?   增加内存后出现java IntelliJ堆大小错误   在unix/linux中工作的java中将unicode字符串转换为ASCII   java是否缺少正确对齐输出的值?   java Spring 3 MVC:动态表单中的onetomany(创建/更新时添加/删除)   java在接口中创建两个通用参数   lambda使用Java 8从嵌套列表中使用forEach查找项的替代方法是什么?   Java正则表达式匹配10位电话号码,中间有空格   linux将log4j外部化。使用命令行Java的属性文件   带有SSL的java简单RMI服务器   java无法为事务[…]打开JPA EntityManager无法获取驱动程序类“null”和URL“null”的连接   Android设备上的java Oauth Foursquare   for循环的ImageButton名称的java骰子模拟浓缩   java有没有简单的1d条形码阅读器?   如何在调用resultset后解决“无效字符串或缓冲区长度”。从java到访问mdb的getString()连接   在Java8中,是否可以使用JVM参数来控制何时(或在什么条件下)卸载类?