When using ClimaAnalysis, you might need to do something like keys(var.dims)) to access the names of the dimensions. It would be convenient to provide ClimaAnalysis.dimnames as a getter for the names of the dimensions.
Similarly, it might also be convenient to provide the function ClimaAnalysis.dimvalues to get the values of a dimension when passed a name of a dimension.
When using ClimaAnalysis, you might need to do something like
keys(var.dims))to access the names of the dimensions. It would be convenient to provideClimaAnalysis.dimnamesas a getter for the names of the dimensions.Similarly, it might also be convenient to provide the function
ClimaAnalysis.dimvaluesto get the values of a dimension when passed a name of a dimension.