-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix GPU bug from sif model #719
Conversation
0b984a6
to
d65fb49
Compare
not sure why buildkite is failing now
it passed just before, I just squashed. |
worked on GPU:
|
note this PR contains the change in #717 so we can close it after this is merged |
Since LAI changes infrequently, use a dataset with only weekly data so that we read data less frequently. This new data set is created in this PR: https://github.com/CliMA/ClimaArtifacts/pull/5/files and on the Caltech cluster. Co-authored-by: AlexisRenchon <a.renchon@gmail.com> Co-authored-by: SBozzolo <gbozzola@caltech.edu> Co-authored-by: kmdeck <kdeck@caltech.edu>
The implementation of the SIF model in the Canopy module broke GPU compatibility. This commit fixes this bug. Co-authored-by: AlexisRenchon <a.renchon@gmail.com> Co-authored-by: SBozzolo <gbozzola@caltech.edu> Co-authored-by: kmdeck <kdeck@caltech.edu>
49cfa15
to
a9fdc7b
Compare
Hello Kat! This PR was passing CI at some point, then there was a problem with not finding the albedo file in Caltech box so we changed it, but now one of the test fail |
I am taking a look now. I dont understand what happened with the file, but there are still NaNs present. maybe that is why it isnt passing? https://github.com/CliMA/ClimaLand.jl/actions/runs/10378241417/job/28734087789?pr=719#step:6:581 |
does this look ok? I think there's two albedo files, and we weren't sure which one to pick sw_albedo_Amon_CESM2_historical_r1i1p1f1_gn_185001-201412_v2_no-nans.nc I am surprised the "no_nans" actually has nans. |
The albedo artifact was broken, this commit updates the albedo file to sw_albedo_Amon_CESM2_historical_r1i1p1f1_gn_185001-201412_v2_no-nans.nc Co-authored-by: AlexisRenchon <a.renchon@gmail.com> Co-authored-by: SBozzolo <gbozzola@caltech.edu>
Fix GPU bug from sif model
Closes #719
Closes #717