feat(all): NaN 伪收敛否决与 nl_tight 能量回退、emflux 检验 4π 修正、nst 行宽与种子边界修复、gfATO 谱线表接通与网格加密 9216 点、阶段分项统计与跳板机部署
物理修复(400 失败点归因,见 docs/failed400_nan_pseudo_convergence_2026_08_17.md): - runner: 阶段 converged 后复查 fort.7,含 NaN/Inf 即否决(fort.9 全零伪收敛, 曾致 261 点误跳过 nl_direct 回退);否决阶段不产出种子,阻断污染传播 - runner: nl_tight 回退——仅能量边际失败时以 CHMAX 收紧 10× 从自身模型续迭代, 残差降幅 ~10×;execute_tlusty_stage 抽取供主链与回退共用 - conv_check: fort.14 为 Eddington 通量 Hλ,积分需乘 4π 再比 σTeff⁴ (旧版 ratio 稳定 0.0796=1/4π,全点系统性假阳性)+ 回归测试 - nst_writer: 单行超 80 字符被 TLUSTY 静默截断,IFALI/JALI/TRAD 等从未生效; 按 75 字符自动换行 - seed_finder: Teff 容忍度改含边界 <=,相邻 5000K 档恢复互为种子 + 回归测试 谱线表与网格: - 默认线表 gfVIS99 → gfATO(全波段 18-23000Å),TaskSpec.linelist 支持工作流 级覆盖,节点按需下载(进程互斥锁防并发重复下载 238MB) - sdB_cno Teff 加密至 5000K 步长,432 → 9216 点;tlusty/synspec 静态二进制更新 统计与部署: - grid 汇总改按 tlusty_status/synspec_status 分项计数,新增 tlusty_failed/ synspec_failed/synspec_pending,前端详情页双视图适配 - deploy/fetch_results 支持跳板机 ProxyJump 与 SSH 主连接复用,fetch 新增 --force; - Docker 构建支持 CARGO_MIRROR/USE_MIRRORS 国内镜像参数;移除 tools/ 拷贝 - 新增 tlusty-synspec-test skill 与 6 篇根因分析/验证文档
This commit is contained in:
@@ -67,6 +67,12 @@ const TOKEN_KEY = 'dcts_admin_token';
|
||||
* @property {number} running
|
||||
* @property {number} completed
|
||||
* @property {number} failed
|
||||
* @property {number} cold_run_converged - TLUSTY 视图:冷启动收敛
|
||||
* @property {number} seed_step_converged - TLUSTY 视图:种子步进收敛
|
||||
* @property {number} tlusty_failed - TLUSTY 视图:大气发散
|
||||
* @property {number} synspec_converged - SYNSPEC 视图:光谱有效
|
||||
* @property {number} synspec_failed - SYNSPEC 视图:光谱失败
|
||||
* @property {number} synspec_pending - SYNSPEC 视图:未运行
|
||||
* @property {number} [eta_sec]
|
||||
* @property {Array<{label:string,count:number}>} [waves]
|
||||
*/
|
||||
@@ -76,6 +82,8 @@ const TOKEN_KEY = 'dcts_admin_token';
|
||||
* @property {string} name
|
||||
* @property {string} status
|
||||
* @property {string} [method]
|
||||
* @property {string} [tlusty_status] - 'converged'/'failed'/'pending'/null
|
||||
* @property {string} [synspec_status] - 'converged'/'failed'/'pending'/null
|
||||
* @property {number} [relc]
|
||||
* @property {number} [runtime_sec]
|
||||
* @property {number} [attempts]
|
||||
|
||||
Reference in New Issue
Block a user