Skip to content

Commit

Permalink
fix config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Oct 21, 2024
1 parent 9b623f3 commit 1d54ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/ClimaEarth/test/amip_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# packages affect the interfaces used by ClimaCoupler.jl.
# Note that this test doesn't check stability or correctness of the model.

# Specify the config file and job id
push!(ARGS, "--config_file", "amip_test.yml")
# Specify the config file and job id w.r.t. the ClimaEarth environment
push!(ARGS, "--config_file", joinpath(@__DIR__, "test", "amip_test.yml"))
push!(ARGS, "--job_id", "amip_test")

# Run the AMIP test
Expand Down

0 comments on commit 1d54ae8

Please sign in to comment.