系模拟器非零状态错误
我正在尝试使用最近的模拟器外部模拟器,该模拟器可以在可居住区域内建模陆生外行星。 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:
I'm not quite sure what this error trace means or how I can resolve it. Any help is appreciated. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论