-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Comparison plots are not the same size and don't have corresponding coordinates, making them difficult to use.
Example plot
To reproduce and debug locally you will need to change the path and skip behavior in the input arguments of latest_comparable_dirs and run the following:
julia --project=.buildkite
import ClimaAtmos as CA
job_id = "diagnostic_edmfx_aquaplanet"
config = CA.AtmosConfig("config/model_configs/diagnostic_edmfx_aquaplanet.yml"; job_id)
sim = CA.get_simulation(config)
CA.solve_atmos!(sim)
include(joinpath(pkgdir(CA), "post_processing", "ci_plots.jl"))
make_plots(Val(Symbol(job_id)), simulation.output_dir)

petebachant
Metadata
Metadata
Assignees
Labels
No labels