Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CliMA/ClimaCoupler.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15f5f41d0f656247edc5323de376aac5b3f70412
Choose a base ref
..
head repository: CliMA/ClimaCoupler.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a8a4d50a02292d5b299642b9f2e9e7b069fa335
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 experiments/ClimaEarth/run_amip.jl
2 changes: 1 addition & 1 deletion experiments/ClimaEarth/run_amip.jl
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ parsed_args = parse_commandline(argparse_settings())
## modify parsed args for fast testing from REPL #hide
if isinteractive()
parsed_args["config_file"] =
isnothing(parsed_args["config_file"]) ? joinpath(pkg_dir, "config/ci_configs/interactive_debug.yml") :
isnothing(parsed_args["config_file"]) ? joinpath(pkg_dir, "config/ci_configs/interactive_debug.yml") :
parsed_args["config_file"]
parsed_args["job_id"] = "interactive_debug"
end