omfit_名单

omfit-namelist的Python项目详细描述


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

提供:

  • OMFITnamelist公司
  • OMFITfortranNamelist公司
  • fortran_环境
  • 斯巴雷

要求:

  • 数量=1.12
  • 不确定性>;=3
  • omfit_ascii==2020.12.2.22.59
  • omfit_路径==2020.12.2.22.59
  • omfit_commonclasses==2020.12.2.22.59

作者:

https://omfit.io/contributors.html

文件:

OMFITnamelist公司

OMFIT class used to interface with FORTRAN namelist files

:param filename: filename to be parsed

:param input_string: input string to be parsed (preceeds filename)

:param nospaceIsComment: whether a line which starts without a space should be retained as a comment. If None, a "smart" guess is attempted

:param outsideOfNamelistIsComment: whether the content outside of the namelist blocks should be retained as comments. If None, a "smart" guess is attempted

:param retain_comments: whether comments should be retained or discarded

:param skip_to_symbol: string to jump to for the parsing. Content before this string is ignored

:param collect_arrays: whether arrays defined throughout the namelist should be collected into single entries
 (e.g. a=5,a(1,4)=0)

:param multiDepth: wether nested namelists are allowed

:param bang_comment_symbol: string containing the characters that should be interpreted as comment delimiters.

:param equals: how the equal sign should be written when saving the namelist

:param compress_arrays: compress repeated elements in an array by using v*n namelist syntax

:param max_array_chars: wrap long array lines

:param explicit_arrays: (True,False,1) whether to place `name(1)` in front of arrays.
                        If `1` then (1) is only placed in front of arrays that have only one value.

:param separator_arrays: characters to use between array elements

:param split_arrays: write each array element explicitly on a separate line
                     Specifically this functionality was introduced to split TRANSP arrays

:param idlInput: whether to interpret the namelist as IDL code

OMFITfortranNamelist公司

^{pr2}$

fortran_环境

Environment class used to allow FORTRAN index convention of sparrays in a namelist

斯巴雷

Class for n-dimensional sparse array objects using Python's dictionary structure.
based upon: http://www.janeriksolem.net/2010/02/sparray-sparse-n-dimensional-arrays-in.html

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

推荐PyPI第三方库


热门话题
Java中的第10个解决方案   Java中泛型的super和extends组合   Java Android OpenGL ES 2.0片段着色器texture2D不工作   在JList elementJava上按下时打开弹出窗口   字典Java数据结构允许对象上的布尔标志和排序?   java我该如何停止为AWS关系数据库服务收费?   java如何检查Google定位准确度是否提高?   java使用Mockito将方法存根在与被测类相同的类中(CUT)   java IntelliJIdea disable inspection:参数的实际值始终为   java CXF+多态POST数据   java命名空间“ads”未绑定   Sun(1999)的“Java编程语言的代码约定”的编码风格过时了吗?   JAVA中的隐式接口、类转换   javafx如何配置Java登录应用程序代码   java如何在滚动窗格中设置选项卡以及如何显示选项卡标题   java中等式和条件运算符的优先级   java Spring WS无法返回JAXB响应   错误响应上的java jaxws处理程序行为   java Hibernate HQL映射查询