-
Notifications
You must be signed in to change notification settings - Fork 313
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
Remove num_solar and implement coszen filters in UrbanAlbedoMod.F90 #2860
Conversation
@billsacks , I'm listing you as a reviewer here. Just to make sure that this is what you had in mind regarding solving these two issues. |
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.
This looks great - thanks a lot for taking care of this, @olyson ! Yes, this filter addition is what I had in mind.
let's merge this on b4b-dev |
Testing on Izumi was bfb, with the exception of the Nag compiler mpi-serial failures:
and a couple of tests for which baseline files were not available:
However, I've now rebased this to b4b-dev and will repeat testing. |
@olyson just FYI note there is an checkbox option in github for PR's to "ignore whitespace" which I often find helpful and almost always use it to help with this sort of thing. |
Oh, awesome! |
Description of changes
Remove num_solar and implement coszen filters in UrbanAlbedoMod.F90. Purpose is to fix the issue that albgrd and albgri history fields depend on decomposition, for urban points, and improve performance.
Specific notes
Contributors other than yourself, if any: @billsacks
CTSM Issues Fixed (include github issue #): #17 and #747
Are answers expected to change (and if so in what way)? No
Any User Interface Changes (namelist or namelist defaults changes)? No
Does this create a need to change or add documentation? Did you do so? No
Testing performed, if any:
aux_clm testing on Derecho indicates bfb with ctsm5.3.009
I haven't done any evaluation of anticipated performance improvements.