fix: SHUD服务器环境 baseline Step1-3 运行验证#33
Merged
Merged
Conversation
- 更新 AutoSHUD 子模块 (Fun.Soil_Geol.R terra 兼容性修复) - BUG_REPORT.md 追加 Appendix B: 出口边界条件标记 -4→-3 问题记录 验证环境: R 4.3.1 + terra 1.8.86, rSHUD 从子模块安装 验证结果: Step1-3 全部通过, qhh.sp.riv MD5 可复现 (78763f08)
Owner
Author
Review两处改动:
CI 全部通过,SHUD 服务器环境 Step1-3 验证通过。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
在 SHUD 服务器环境首次运行 baseline Step1-3,发现并修复了两个问题。
改动
1. AutoSHUD 子模块更新 (DankerMu/AutoSHUD#11)
Fun.Soil_Geol.R中raster::projectRaster与 terra 1.8.x 不兼容,替换为terra::project。同时修正投影方向(原 PCS→PCS no-op,应为 PCS→GCS)。2. BUG_REPORT.md Appendix B
记录出口河段边界条件标记
Down=-4→-3问题:Down=-4(critical depth boundary)shud.river()后被覆盖为默认-3(zero-depth-gradient)sp.RiverDown()默认rep(-3, nsp),无-4支持验证(SHUD 服务器环境)
~/R/library(~/.Renviron配置R_LIBS_USER)qhh.sp.rivMD5 可复现 (78763f08)