Skip to content
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

initial gpu amip work #573

Merged
merged 2 commits into from
Feb 17, 2024
Merged

initial gpu amip work #573

merged 2 commits into from
Feb 17, 2024

Conversation

juliasloan25
Copy link
Member

@juliasloan25 juliasloan25 commented Jan 24, 2024

Purpose

Try to run simple amip simulation on GPU. Working towards running amip_target.yml longrun (without topography) and amip_target_topo.yml (with topography) on GPU.

The new run mostly follows the setup from config/longrun_configs/amip_n1_shortrun.yml but with the following simplifications:

  • t_end: 300secs (2*dt)
  • land_albedo_type: function

note: this PR also fixes a typo in the default_mono.yml config file

closes #572
follows slabplanet PR #529

Content

  • remove scalar indexing
  • add GPU AMIP run to buildkite
  • add CPU AMIP run with identical setup for comparison

@juliasloan25 juliasloan25 force-pushed the js/gpu-amip branch 6 times, most recently from fb0e4d5 to e6a8b5d Compare February 12, 2024 19:37
@juliasloan25 juliasloan25 force-pushed the js/gpu-amip branch 2 times, most recently from 3f68985 to 96bef3f Compare February 14, 2024 22:20
@juliasloan25 juliasloan25 force-pushed the js/gpu-amip branch 2 times, most recently from 3725df5 to 122992d Compare February 15, 2024 21:40
Copy link
Collaborator

@LenkaNovak LenkaNovak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you, @juliasloan25 !

experiments/AMIP/user_io/amip_visualizer.jl Outdated Show resolved Hide resolved
@juliasloan25 juliasloan25 merged commit ce792bd into main Feb 17, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

run simple AMIP sim on GPU
2 participants