-
Notifications
You must be signed in to change notification settings - Fork 11
BCS processing to support HWSDv2 soil preprocessing and new Peat GPA22 #1196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
biljanaorescanin
wants to merge
16
commits into
develop
Choose a base branch
from
feature/borescan_peat_and_hwsd
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,310
−274
Draft
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
56f7eca
Add HWSDv2 soil preprocessing STEP1–STEP5 pipeline and QA tools
biljanaorescanin e8cdebc
Update raster BCS processing to support HWSDv2 soil preprocessing
biljanaorescanin 367c00c
Preserve backward compatibility for PEATMAP handling
biljanaorescanin be10c12
missed commit declaration
biljanaorescanin d07f77c
revert soil properties to HWSDv1.2
biljanaorescanin 64af96a
edit text for v15
biljanaorescanin 257daf9
edited comments in subroutine soil_para_hwsd() of mod_process_hres_da…
gmao-rreichle 29501cb
Merge branch 'develop' into feature/borescan_peat_and_hwsd
biljanaorescanin 6f40ecf
Refine strict GPA22 peat classification and donor repair handling
biljanaorescanin 3d03f10
fixed machine-precision issue for GPA22 (GPM20) peat processing; edit…
gmao-rreichle ccb56b2
fixed precision issue for GPA22 peat processing (mod_process_hres_dat…
gmao-rreichle bb3f763
fixed syntax error in previous commit (mod_process_hres_data.F90)
gmao-rreichle 18a3ad4
Align strict GPA22 profile peat logic with top-layer peat support
biljanaorescanin 4a0d5a0
change name option from hwsd_c to hwsd_v2
biljanaorescanin cbf7ca7
change name option from hwsd_v2 to hwsdv2
biljanaorescanin 5e65ad6
Merge branch 'develop' into feature/borescan_peat_and_hwsd
gmao-rreichle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
585 changes: 346 additions & 239 deletions
585
.../GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/makebcs/mod_process_hres_data.F90
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The config variables and the variable names in the code will need some cleanup.
E.g., the if condition "if (use_PEATMAP)" would then translate to something like:
etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that makes sense. The current use_PEATMAP + PEATMAP_STRICT_GPA22 split was mainly introduced to isolate and validate the GPA22 logic while preserving legacy behavior. I agree that the long term configuration would be cleaner if it keyed off the peat information product explicitly rather than overloading the legacy PEATMAP name. I can work on cleaning that up and push a follow-up commit once it is done and retested.