CliMA / CliMA/ClimaAnalysis.jl

Combine `NCCatalog`s

Open
#394 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
12
Forks
5
Avg merge
6d 17h
Merged PRs (30d)
3

Description

For calibration, one way to organize data is to have each `NCCatalog` corresponds to a particular dataset or artifact. There are cases where you want to use data from multiple `NCCatalog`s, so having an uniform way of accessing the data through one object as opposed to multiple objects would be nice.

The only problem is that the preprocessing is attached to a struct that wrap `NCCatalog`, so this might not be as effective.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the NCCatalog definition and the struct that wraps it with preprocessing. Trace how catalog data is currently accessed and how preprocessing is attached, then determine whether one combined object can preserve that behavior across multiple catalogs. Done means the design is settled and a uniform access path is defined without losing preprocessing.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.