NCAR / CUPiD

CUPiD is a “one stop shop” that enables and integrates timeseries file generation, data standardization, diagnostics, and metrics from all CESM components.
https://ncar.github.io/CUPiD/
Apache License 2.0
21 stars 19 forks source link

Determine which diagnostics to include for Atmospheric component #6

Open TeaganKing opened 7 months ago

TeaganKing commented 7 months ago

Provide diagnostics from the atmospheric component to be included in #3

TeaganKing commented 7 months ago

We will also add Christina as an assignee to this ticket once she accepts the repository invite.

brianpm commented 6 months ago

In terms of generic plots and tables, I think ADF has hit the major ones already. There are always more specialized things that people will want to add (but not necessarily for every case). We'd definitely like to be able to plug in custom diagnostics in a simple way.

The ADF has a small library of functions that can be used to make some generic plots:

In addition, ADF's plotting scripts have scripts that make these plots (often using the functions from that plotting library):

The "AMWG default" configuration file runs

Except for the vector fields and Taylor diagram, these plots are made annually and seasonally for a list of 40 variables.

Two kinds of tables are also produced. First is the comparison table, where global means of each variable for the two cases (or case vs observations) are compared. Second, for each case a table is produced showing for each variable:

Examples of the ADF output are provided in the issues at: https://github.com/NCAR/amwg_dev

One recent example: https://webext.cgd.ucar.edu/BLT1850/b.e23_alpha16g.BLT1850.ne30_t232.073/atm/b.e23_alpha16g.BLT1850.ne30_t232.073_2_18_vs_b.e23_alpha16b.BLT1850.ne30_t232.054_2_18/

brianpm commented 5 months ago

Note that this list of ADF capabilities might be useful as people populate the other issues: #7 #8 #9 #10