-
Notifications
You must be signed in to change notification settings - Fork 5
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
add GPU slabplanet file read albedo runs #589
Conversation
a65f651
to
d77c21a
Compare
3d631af
to
8756b78
Compare
8756b78
to
079f558
Compare
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.
LGTM, Julia. I hadn't appreciated just how much the GPU runs depart from the CPU ones. This is beyond the floating point errors / small mismatches in energy checks. Let's try to target #607 next.
@@ -349,7 +349,23 @@ steps: | |||
- label: "GPU Slabplanet: albedo from function" | |||
key: "gpu_slabplanet_albedo_function" | |||
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_slabplanet_albedo_function.yml" | |||
artifact_paths: "experiments/AMIP/output/gpu/slabplanet/gpu_slabplanet_albedo_function_artifacts/*" | |||
artifact_paths: "experiments/AMIP/output/slabplanet/gpu_slabplanet_albedo_function_artifacts/*" |
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.
079f558
to
3beeccb
Compare
Purpose
Add GPU slabplanet runs reading albedo from a static input file and from a temporally-varying input file.
closes #590
part of #390
note: this PR changes GPU runs to soft fail conservation checks. I've opened an issue here so we remember to revisit this: #607
note also: we can't currently show animations for these runs because they aren't GPU-compatible, but we have an issue for this too #613
Current status
To do