Skip to content

Commit

Permalink
Merge pull request #76 from zshaheen/update_readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
chengzhuzhang authored Jun 26, 2017
2 parents 4ad33fa + b36866f commit 7ccf662
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,21 @@ This diagnostics package is constructed for supporting the diagnostics task of D
* is flexible for user specified diagnostics and being configured for use by other climate models.

## Current State <a name="current-state"></a>
Algorithm and visulization codes for the AMWG Set 5 diagnostics, namely 2D-field contour plots for climatology seasonal means Figure 1, is done for testing.
Algorithm and visulization codes for the AMWG Set 5, 7, 4, 3 diagnostics, namely lat-lon contour plots (Figure 1), polar contour plots (Figure 2), pressure-lat contour plots (Figure 3), and zonal mean line plots (Figure 4) for climatology seasonal means, are done for testing.

The package enables the AMWG Set 5 diagnostics and features built-in user diagnostics, by specifying user desired diagnostics regions and pressure levels for variables with the vertical dimension. `
The package enables the AMWG Set 5 diagnostics and features built-in user diagnostics, by specifying user desired diagnostics regions and pressure levels for variables with the vertical dimension.

<img src="docs/example_fig1.png" alt="Figure1" style="width: 500px;"/>
<h5 align="center">Figure 1: An example of the 2D-field contour plots for air temperature at 850 mb with tropical ocean region considered</h5>
<img src="docs/example_fig1.png" alt="Figure1" style="width: 280px;"/>
<h5 align="center">Figure 1: An example of the lat-lon contour plots for air temperature at 850 mb with tropical ocean region considered</h5>

<img src="docs/example_fig2.png" alt="Figure2" style="width: 280px;"/>
<h5 align="center">Figure 2: An example of the polar contour plots for precipitation rate</h5>

<img src="docs/example_fig3.png" alt="Figure3" style="width: 280px;"/>
<h5 align="center">Figure 3: An example of the pressure-lat contour plots for air temperature </h5>

<img src="docs/example_fig4.png" alt="Figure4" style="width: 280px;"/>
<h5 align="center">Figure 4: An example of the zonal mean surface air temperature line plot </h5>

## Documentation <a name="doc"></a>

Expand Down

0 comments on commit 7ccf662

Please sign in to comment.