Skip to content

Add plotting utilities for calibration #321

Description

@ph-kev

For calibration, it is useful to be able to plot the observational data and the columns of the G ensemble matrix on the same plot. This is useful to assess how well the fit is and can be used in some cases to determine if the covariance matrix make sense.

I think there are two avenues for adding plotting utilities for ClimaCalibrate. One way is to provide a generic plotting function that plot the G ensemble matrix and observational data as a line plot stacked on top of each other. This is useful for a quick and simple plot, but it is devoid of any other information.

The other way is to use ClimaAnalysis and use all the information there to make a plot of each OutputVar and each plot will have all the corresponding OutputVars stacked on top of each other. The difficulty arises from dealing with all the possible edge cases. For example, you would need to handle OutputVars whose dimensions is zero or two or more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions