Skip to content

Commit

Permalink
add postproc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed May 9, 2024
1 parent 448ab8f commit 77bbaf4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/metrics_sea_ice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ A `demo parameter file`_ is provided in the sea ice code.
* **obs_cell_area**: For equal area grids, the area of a single grid cell in units of km :sup:`2` . Only required if obs area file is not available.
* **pole**: Set the maximum latitude for the Central Arctic and Arctic regions to exclude ice over the pole. Default is 90.1 to include all ice.

Postprocessing
==============

A script is provided to create a multi-model bar chart using results from multiple runs of the sea ice driver. This script can be found in ./scripts/sea_ice_figures.py.

Example command: ::

python sea_ice_figures.py --filelist 'path/to/models/*/sea_ice_metrics.json' --output_path '.'


A wildcard '*' can be used to glob multiple folders of results. The final path in the --filelist parameter must be the sea_ice_metrics.json file. The --output_path parameter can be any valid path.

Reference
=========
Ivanova, D. P., P. J. Gleckler, K. E. Taylor, P. J. Durack, and K. D. Marvel, 2016: Moving beyond the Total Sea Ice Extent in Gauging Model Biases. J. Climate, 29, 8965–8987, https://doi.org/10.1175/JCLI-D-16-0026.1.

0 comments on commit 77bbaf4

Please sign in to comment.