Skip to content

Comparison plots are not aligned #3915

@nefrathenrici

Description

@nefrathenrici

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)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions