CliMA / ClimaCoupler.jl

ClimaCoupler: bringing atmosphere, land, and ocean together
Apache License 2.0
21 stars 3 forks source link

separate CPU/GPU target longrun configs #852

Closed juliasloan25 closed 2 weeks ago

juliasloan25 commented 2 weeks ago

Purpose

closes https://github.com/CliMA/ClimaCoupler.jl/issues/820

This PR changes the GPU target longrun back to running for 300days, while the CPU stays at 30days to avoid using resources we don't need.

I also changed our naming convention from gpu_run_name to run_name_gpu because I think this will make it more clear to see similarities between cpu and gpu configs.