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

add ClimaCoupler downstream test #680

Merged
merged 1 commit into from
Jun 27, 2024
Merged

add ClimaCoupler downstream test #680

merged 1 commit into from
Jun 27, 2024

Conversation

juliasloan25
Copy link
Member

@juliasloan25 juliasloan25 commented Jun 26, 2024

Purpose

It would be useful to have a driver that runs a simple coupled ClimaAtmos/ClimaLand setup for one or two timesteps. This could be used by these packages to test the effects of changes downstream in ClimaCoupler. It wouldn't test physical stability, but it would test interface changes

see CliMA/ClimaCoupler.jl#877

To-do

It would be good to have a more streamlined test that doesn't require instantiating the entire ClimaEarth environment, but for now this is fine

Content


  • I have read and checked the items on the review checklist.

Comment on lines +31 to +38
julia --color=yes --project=ClimaCoupler.jl/experiments/ClimaEarth/ -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=ClimaCoupler.jl/experiments/ClimaEarth/ -e 'using Pkg; Pkg.develop(; path = ".")'
julia --color=yes --project=ClimaCoupler.jl/experiments/ClimaEarth/ ClimaCoupler.jl/experiments/ClimaEarth/run_amip.jl --config_file ClimaCoupler.jl/config/ci_configs/target_amip_albedo_function.yml --job_id target_amip_albedo_function
Copy link
Member

Choose a reason for hiding this comment

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

Ideally, we would want to have a leaner test. For example, the ClimaEarth env is already massive and takes a long time to instantiate.

It's fine for the time bein

Copy link
Member Author

Choose a reason for hiding this comment

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

Agreed

@juliasloan25 juliasloan25 merged commit 1af66b1 into main Jun 27, 2024
9 of 10 checks passed
@juliasloan25 juliasloan25 deleted the js/downstream branch June 27, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants