26 lines
1.1 KiB
YAML
26 lines
1.1 KiB
YAML
# 边界测试配置:5 个代表性难点 + 已验证中心点
|
||
# 注:此 config 显式设置了 CHMAX/ITEK(与主 config.yaml 不同),用于
|
||
# 探索宽松阈值下的边界行为;主网格运行不应使用这些值。
|
||
grid:
|
||
teff: [20000, 40000, 80000]
|
||
logg: [5.0, 6.0, 6.5]
|
||
loghe: [-4, 0, 2]
|
||
logc: [0]
|
||
logn: [0]
|
||
logo: [0]
|
||
|
||
# 此处显式 CHMAX/ITEK 仅用于边界测试探索;主网格保持默认(不写这两个键)
|
||
chain:
|
||
- {label: lte, lte: T, ltgray: T, ilvlin: 0, chmax: 0.1, itek: 3, require_converged: false, niter: 0}
|
||
- {label: nc, lte: F, ltgray: F, ilvlin: 0, chmax: 0.1, itek: 3, require_converged: false, niter: 50}
|
||
- {label: nl, lte: F, ltgray: F, ilvlin: 100, chmax: 0.01, itek: 3, require_converged: true, niter: 100}
|
||
itek_fallback: [15] # nl 失败时回退到 ITEK=15 重试(注意:实测对多数点无效)
|
||
niter: 100
|
||
nworkers: 1
|
||
timeout_sec: 7200 # 边界点可能很慢,给 2 小时
|
||
resume: true
|
||
template: templates/cno_atmos.5.tpl
|
||
fort55: templates/fort.55.lin
|
||
linelist: data/gfVIS99.dat
|
||
results: results
|