|
6 | 6 | .. _index-label: |
7 | 7 |
|
8 | 8 | *************************** |
9 | | -E3SM Diagnostics Package v2 |
| 9 | +E3SM Diagnostics Package v3 |
10 | 10 | *************************** |
11 | 11 | Welcome to the E3SM Diagnostics Package documentation hub. |
12 | 12 |
|
13 | 13 | To change the documentation version, use the version selector in the bottom left-hand corner. |
14 | 14 | Please note, documentation for versions ``v2.5.0`` are not available in the version selector. |
15 | 15 |
|
16 | | -.. warning:: |
17 | | - As of ``v2.6.0``, ``e3sm_diags`` should be used as the module name instead of |
18 | | - ``acme_diags``. Instances of ``acme_diags`` in the Python import statements should |
19 | | - be replaced accordingly. |
20 | | - |
21 | 16 | .. toctree:: |
22 | 17 | :maxdepth: 2 |
23 | 18 | :caption: Contents: |
@@ -53,14 +48,21 @@ that: |
53 | 48 | - is flexible for user-specified diagnostics and configuration for |
54 | 49 | use by other earth system models. |
55 | 50 |
|
56 | | -Current State (v2 release) |
57 | | --------------------------- |
| 51 | +Current State |
| 52 | +------------- |
58 | 53 |
|
59 | 54 | Algorithm and visualization codes for **latitude-longitude contour maps**, |
60 | | -**polar contour maps**, the accompanying **summarizing table** and **Taylor diagram plots**, **pressure-latitude zonal mean contour plots**, |
61 | | -**zonal mean line plots**, **pressure-longitude meridional mean contour plots**, **area mean time series plots**, and **Cloud Top Height-Tau** joint histograms |
62 | | -from COSP cloud simulator output. Plots can be created for annual |
63 | | -and seasonal climatologies, and monthly mean time series. In additional to the core sets being released in v1, **ENSO diags**, **QBO diags**, **Diurnal cycle phase plot**, **Streamflow evaluation**, **ARM diags**, and **TC analysis** are implemented in v2 release. |
| 55 | +**polar contour maps**, the accompanying **summarizing table** and |
| 56 | +**Taylor diagram plots**, **pressure-latitude zonal mean contour plots**, |
| 57 | +**zonal mean line plots**, **pressure-longitude meridional mean contour plots**, |
| 58 | +**area mean time series plots**, and **Cloud Top Height-Tau** joint histograms from |
| 59 | +COSP cloud simulator output. Plots can be created for annual and seasonal climatologies, |
| 60 | +and monthly mean time series. In additional to the core sets being released in v1, |
| 61 | +**ENSO diags**, **QBO diags**, **Diurnal cycle phase plot**, **Streamflow evaluation**, |
| 62 | +**ARM diags**, and **TC analysis**, **Mixed Phase Partition**, and **Wheeler-Kiladis Diagram** are implemented in v2 release. v3 introduces a |
| 63 | +completely new back-end, replacing CDAT with Xarray and xCDAT. Due to the significant |
| 64 | +scale of code changes, this has been incremented as a major release. The user-facing |
| 65 | +API for running E3SM Diagnostics remains backward-compatible between v2 and v3. |
64 | 66 |
|
65 | 67 | The package also supports custom user diagnostics, by specifying |
66 | 68 | plot type, desired region (global, ocean, land, etc.), |
@@ -149,7 +151,7 @@ Additional back-ends could be implemented if the need arose. |
149 | 151 | +--------------------------------------------------------+------------------------------------------------------+ |
150 | 152 |
|
151 | 153 | The above plots and more can be found |
152 | | -`here <https://portal.nersc.gov/cfs/e3sm/zhang40/tutorials/run_v230_allsets/viewer/>`_. |
| 154 | +`here <https://portal.nersc.gov/cfs/e3sm/chengzhu/tutorial2024/e3sm_diags_extended/viewer/>`_. |
153 | 155 |
|
154 | 156 | Feature availability for each backend |
155 | 157 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
0 commit comments