# 6 维 CNO NLTE 热亚矮星网格 —— 加密版配置 # # 相比 config.yaml 的改动: # 1. CNO 各维加 -3:[-4,-2,-1] → [-4,-3,-2,-1] # 消除 -4→-2 的 100× 丰度跳跃,每步均匀 10×,种子步进更稳 # 2. Teff 加 50000:消除 40K→60K 的跨度,中间点有助种子传递 # 3. 配合 run_grid.py 的 wave scheduling(按 CNO 总量分批提交) # # 总点数: 5*2*2*4*4*4 = 1280(vs 原 432,约 3 倍) # 预计耗时: 1280/16 * 12min ≈ 16 小时 # ---- 网格轴 ---- grid: teff: [20000, 30000, 40000, 50000, 60000] logg: [5.0, 5.5, 6.0, 6.5] loghe: [-4, -2, 0, 2] logc: [-4, -3, -2, -1] logn: [-4, -3, -2, -1] logo: [-4, -3, -2, -1] # 共 5*4*4*4*4*4 = 5120 个点 # CNO 每步丰度跳跃: 10× (均匀) # ---- 收敛链(同 config.yaml)---- 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: 10} - {label: nl, lte: F, ltgray: F, ilvlin: 100, require_converged: true, niter: 100} itek_fallback: [] niter: 100 # ---- 种子步进回退 ---- seed_step_fallback: true # ---- 执行参数 ---- nworkers: 20 timeout_sec: 3600 resume: true # ---- 路径 ---- template: templates/cno_atmos.5.tpl fort55: templates/fort.55.lin linelist: data/gfVIS99.dat results: results