gpt4 book ai didi

python - 如何用 Python 读/写 Fortran 名单?

转载 作者:太空狗 更新时间:2023-10-30 02:32:39 28 4
gpt4 key购买 nike

我想知道如何在 Python 中轻松地从 Fortran 名单文件读取和写入值。

最佳答案

有一个模块叫做f90nml读取/写入 Fortran 名称列表。使用此模块,您可以将名单读入嵌套的 Python 字典中:

import f90nml
nml = f90nml.read('sample.nml')

可以编辑这些值并将其写回磁盘。

nml['config_nml']['steps'] = 432
nml.write('new_sample.nml')

可以使用pip安装包:

pip install f90nml

源代码在 https://github.com/marshallward/f90nml

关于python - 如何用 Python 读/写 Fortran 名单?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16958666/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com