forked from ESCOMP/CTSM
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Hillslope hydrology pre-merge changes #9
Merged
swensosc
merged 287 commits into
swensosc:hillslope_hydrology
from
samsrabin:hillslope_hydrology-ssr4
Feb 7, 2024
Merged
Hillslope hydrology pre-merge changes #9
swensosc
merged 287 commits into
swensosc:hillslope_hydrology
from
samsrabin:hillslope_hydrology-ssr4
Feb 7, 2024
Conversation
This file contains 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
This necessitates nyrs_crop_active being changed from integer to real(r8).
Still won't work with use_crop false. FATES handles coarse woody debris separately, but I haven't added handling of that, so implicitly tillage just doesn't affect CWD.
Multiple active crop patches per column shouldn't be possible YET, but perhaps eventually it will be.
…illage_multipliers().
This ensures that any methods added in the future are handled here.
This logical array, where .true. will prevent individual gridcells from being collapsed. Includes unit testing.
For the Uniform and DominantPftLowland values of hillslope_pft_distribution_method
Squash-"merge" of hillslope_hydrology-functionize_linear into hillslope_hydrology-ssr3
samsrabin
changed the title
Hillslope hydrology ssr4
Hillslope hydrology pre-merge changes
Jan 26, 2024
samsrabin
commented
Jan 26, 2024
samsrabin
commented
Jan 26, 2024
samsrabin
commented
Jan 26, 2024
(The latter 2 have no theme; they are intended to exercise all options.) * HillslopeFromFile * HillslopeC * HillslopeD
Suites aux_clm and hillslope: * ERP_D_P64x2_Ld10.f10_f10_mg37.I2000Clm51Bgc.derecho_intel.clm-Hillslope * SMS_D_Mmpi-serial_Ld5.5x5_amazon.I1850Clm51Bgc.derecho_gnu.clm-HillslopeC * SMS_D_Ld3.f10_f10_mg37.I2000Clm51Bgc.izumi_nag.clm-HillslopeD Suite hillslope: * SMS_D_Ld3.f10_f10_mg37.I1850Clm51Bgc.derecho_intel.clm-HillslopeFromFile
@swensosc This is ready for your review! Let me know if you want to walk through it together. |
swensosc
pushed a commit
that referenced
this pull request
Jun 5, 2024
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.
Description of changes
@swensosc, this PR contains all the changes I'm requesting before we bring hillslopes into the master CTSM branch (ESCOMP#1715). It's a work in progress for now, but should be ready soon. Let me know if you'd like me to walk you through my changes.
Major
hillslope_pft_distribution_method
(fd5ed37)collapse_to_dominant()
for Uniform and DominantPftLowlandhillslope_pft_distribution_method
, extending it to allow only some gridcells to get collapsed (02d2cf7)Minor
aux_clm
and newhillslope
test suite (ed5e0ae)Trivial
Specific notes
Contributors other than yourself, if any: None
Are answers expected to change (and if so in what way)? Yes, but only roundoff-level, and only with some options.
Any User Interface Changes (namelist or namelist defaults changes)? No
Testing performed, if any:
HillslopeSoilThicknessProfile_linear()
caused no diffscollapse_to_dominant
forpft_uniform_dominant_pft
andpft_lowland_dominant_pft
caused only roundoff-level diffs