系模拟器非零状态错误

发布于 2025-01-28 21:56:44 字数 1092 浏览 2 评论 0原文

我正在尝试使用最近的模拟器外部模拟器,该模拟器可以在可居住区域内建模陆生外行星。 PIP安装程序后,我尝试运行以下基本程序,直接从文档中复制:

import numpy as np
import exoplasim as exo

toi700d = exo.Model(workdir="toi700d_run",modelname="TOI-700d",
                    ncpus=4,resolution="T21",outputtype=".npz")
toi700d.configure(startemp=3480.0, flux=1167.0,                           # Stellar parameters
                  eccentricity=0.,obliquity=0.,fixedorbit=True,           # Orbital parameters
                  synchronous=True,rotationperiod=37.426,                 # Rotation
                  radius=1.19,gravity=11.9,aquaplanet=True,               # Bulk properties
                  pN2=1.47*(1-360e-6),pCO2=1.47*360e-6,ozone=False,       # Atmosphere
                  timestep=30.0,snapshots=720,physicsfilter="gp|exp|sp")  # Model dynamics
toi700d.exportcfg()
toi700d.run(years=10,crashifbroken=True)

这将导致以下错误跟踪: 我不太确定此错误跟踪意味着什么或如何解决。任何帮助都将受到赞赏。谢谢。

I am attempting to use a recent simulator, ExoPlaSim, which can model terrestrial exoplanets within the habitable zone. After pip installing the program, I attempted to run the following basic program, directly copy-pasted from the documentation:

import numpy as np
import exoplasim as exo

toi700d = exo.Model(workdir="toi700d_run",modelname="TOI-700d",
                    ncpus=4,resolution="T21",outputtype=".npz")
toi700d.configure(startemp=3480.0, flux=1167.0,                           # Stellar parameters
                  eccentricity=0.,obliquity=0.,fixedorbit=True,           # Orbital parameters
                  synchronous=True,rotationperiod=37.426,                 # Rotation
                  radius=1.19,gravity=11.9,aquaplanet=True,               # Bulk properties
                  pN2=1.47*(1-360e-6),pCO2=1.47*360e-6,ozone=False,       # Atmosphere
                  timestep=30.0,snapshots=720,physicsfilter="gp|exp|sp")  # Model dynamics
toi700d.exportcfg()
toi700d.run(years=10,crashifbroken=True)

This results in the following error trace:
enter image description here
I'm not quite sure what this error trace means or how I can resolve it. Any help is appreciated. Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文