Incorporate changes from PR #1564 into dynurb_mksurf_part2 branch#1587
Incorporate changes from PR #1564 into dynurb_mksurf_part2 branch#1587olyson wants to merge 1 commit into
Conversation
billsacks
left a comment
There was a problem hiding this comment.
I finally got around to looking over this new version of #1564 . Thank you very much @olyson for doing this. It looks great to me. The only request for a change that I have is to edit the initial PR comment to clarify that this completely resolves #1555 other than the part that was split out into its own issue (#1556). You sort of say that, but let's state it more directly (if you agree that that's true), so that we can be sure to close #1555 when this is merged.
The original plan was to merge #1586 into the ctsm5.2.mksurfdata branch, then change the base of this PR to that branch, then do testing and merge this (see #1586 (comment) for details). But that plan has changed with the work @mvertens and @slevisconsulting have been doing to completely rewrite mksurfdata_map.
So, @mvertens and @slevisconsulting, I think the new plan is that you will make sure that all of the changes in #1586 and this PR have been incorporated into the new version of mksurfdata_map, at which point we can close this PR. Do you agree?
|
I've updated the initial PR comment. |
@mvertens alerted me to this when I met with her today, and I'm fine with incorporating #1586 and #1587 in #1663. I will get to that in the next few days. |
…_I1564' into feature/new_mksurfdata This merge was discussed here: #1587 (comment)
Repeated same tests as for the previous commit with same outcomes: - non-transient PASS - transient FAIL with same error as last time
|
@slevisconsulting all of the work with mksurfdata should be rebased into the ctsm5.2.mksurfdata branch. That's where they'll actually get merged into and turned into alpha-ctsm5.2 tags. Since, mksurfdata_esmf is new code a lot of that work will need to be done manually. This one could still merge into dynurb_mksrf_part2, but dynurb_mksrf_part2 itself should be rebased to merge into ctsm5.2.mksurfdata. |
|
I've reviewed this. The only difference I see is that I believe this line in the ctsm5.2 mksurfdata branch: should be: given that suma is the sum of special plus crop. |
@olyson thank you for checking and good catch! I will add this to a list of small corrections needed in the ctsm5.2 branch. At this morning's meeting I agreed to open a ctsm5.2 PR. I will address items on that list there. And otherwise, feel free to close this PR (#1587). |
|
Sam is fixing the item I identified on the branch. So I am closing this. |
Description of changes
Incorporate changes from PR #1564 (Change renormalization of landunit areas in mksurfdata_map to be consistent with raw datasets) into dynurb_mksurf_part2 branch.
Specific notes
Contributors other than yourself, if any: @billsacks
CTSM Issues Fixed (include github issue #):
Completely resolves #1555 (note that part of #1555 was split out into its own issue: #1556 )
Are answers expected to change (and if so in what way)? Yes, surface datasets will change.
Any User Interface Changes (namelist or namelist defaults changes)? No
Testing performed, if any:
See description of testing in PR #1564