|
1 | | -<title>MDTF example-multicase diagnostic</title> |
| 1 | +<title>Sea Surface Temperature Bias - NOAA OISSTv2</title> |
2 | 2 | <img src="../mdtf_diag_banner.png"> |
3 | | -<h3>Multi-Case Example Diagnostic: zonal-average near-surface temperature anomaly</h3> |
| 3 | +<h3>MAR Diagnostic notebook: Sea Surface Temperature Bias - NOAA OISSTv2</h3> |
4 | 4 | <p> |
5 | | - This POD illustrates how multiple cases (experiments) can be analyzed together. |
6 | | - The MDTF-diagnostics framework initializes and processes each case, writes the environment variables for the cases |
7 | | - to a yaml file (case_info.yml), and exports an ESM Intake catalog with information about the post-processed |
8 | | - data for each ease to the working directory (WORK_DIR). The example_multicase POD driver script reads |
9 | | - environment information from case_info.yml into a dictionary that it references to read data from the |
10 | | - post-processed files in the data catalog. |
11 | | -</p> |
12 | | -<p> |
13 | | - The example_multicase POD reads near-surface air temperature (TAS) from netcdf output files for multiple cases. |
14 | | - The POD time averages the TAS data and calculates the anomaly relative to the global mean. |
15 | | - The anomalies are zonally-averaged and the results from all cases are shown on a single plot. |
| 5 | + This notebook plots the SST bias of a model simulation vs. climataology derived from NOAA OISSTv2 |
| 6 | + Authors: Xinru Li and John Krasting |
16 | 7 | </p> |
17 | 8 | <TABLE> |
18 | 9 | <TR> |
19 | 10 | <TH align=left style="color:navy;">Time averages |
20 | 11 | <TH align=left>Model Results |
21 | 12 | <TR> |
22 | | - <TH align=left>Zonal-mean near-surface temperature anomalies (K) |
| 13 | + <TH align=left>SST bias |
23 | 14 | </TABLE> |
24 | 15 | <!-- update the name of the template to [your_pod_name]_ipynb.html --> |
25 | 16 | <TH align=center><A href=SST_bias_NOAA_OISSTv2_ipynb.html>notebook</A> |
0 commit comments