32 lines
997 B
YAML
32 lines
997 B
YAML
# 用于验证 run_grid.py 中 seed_step 回退功能的测试配置。
|
|
# 包含 3 个有策略意义的点:
|
|
# - 80k/6.5/+2/-4/-4/-4 (冷启动可成功,将作为桥头堡)
|
|
# - 80k/6.5/-4/-4/-4/-4 (冷启动失败,从桥头堡种子步进)
|
|
# - 80k/6.5/-4/-2/-2/-2 (冷启动失败,从 cno-4 的贫 He 模型种子步进)
|
|
|
|
grid:
|
|
teff: [80000]
|
|
logg: [6.5]
|
|
loghe: [-4, 2]
|
|
logc: [-4, -2]
|
|
logn: [-4, -2]
|
|
logo: [-4, -2]
|
|
# 下面通过 --only 过滤到具体几个点
|
|
|
|
chain:
|
|
- {label: lte, lte: T, ltgray: T, ilvlin: 0, require_converged: false, niter: 0}
|
|
- {label: nc, lte: F, ltgray: F, ilvlin: 0, require_converged: false, niter: 50}
|
|
- {label: nl, lte: F, ltgray: F, ilvlin: 100, require_converged: true, niter: 100}
|
|
itek_fallback: []
|
|
niter: 100
|
|
|
|
nworkers: 1
|
|
timeout_sec: 1800
|
|
resume: true
|
|
seed_step_fallback: true
|
|
|
|
template: templates/cno_atmos.5.tpl
|
|
fort55: templates/fort.55.lin
|
|
linelist: data/gfVIS99.dat
|
|
results: results_test_grid
|