-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c24b0c
commit 1f33834
Showing
38 changed files
with
1,077 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
.. _task_climatologyMapSeaIceAlbedoNH: | ||
|
||
climatologyMapSeaIceAlbedoNH | ||
========================== | ||
|
||
An analysis task for plotting maps of Arctic sea ice broadband albedo. | ||
|
||
Component and Tags:: | ||
|
||
component: seaIce | ||
tags: climatology, horizontalMap, seaIceBroadbandAlbedo, publicObs, snow | ||
|
||
Configuration Options | ||
--------------------- | ||
|
||
The following configuration options are available for this task:: | ||
|
||
[climatologyMapSeaIceAlbedoNH] | ||
## options related to plotting horizontally remapped climatologies of | ||
## sea ice broadband albedo against control model results and observations | ||
## in the northern hemisphere (NH) | ||
|
||
# colormap for model/observations | ||
colormapNameResult = lapaz | ||
# whether the colormap is indexed or continuous | ||
colormapTypeResult = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesResult = [20, 80, 110, 140, 170, 200, 230, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsResult = [0.1, 0.3, 0.6, 0.7, 0.8, 0.9, 0.95, 0.98, 1.0] | ||
|
||
# colormap for differences | ||
colormapNameDifference = balance | ||
# whether the colormap is indexed or continuous | ||
colormapTypeDifference = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesDifference = [0, 32, 64, 96, 112, 128, 128, 144, 160, 192, 224, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsDifference = [-1., -0.8, -0.6, -0.4, -0.2, -0.1, 0, 0.1, 0.2, 0.4, 0.6, 0.8, 1.] | ||
|
||
# Times for comparison | ||
seasons = ['FM', 'ON'] | ||
|
||
# comparison grid(s) (typically 'arctic_extended') on which to plot analysis | ||
comparisonGrids = ['arctic_extended'] | ||
|
||
# reference lat/lon for sea ice plots in the northern hemisphere | ||
minimumLatitude = 50 | ||
referenceLongitude = 0 | ||
|
||
# arrange subplots vertically? | ||
vertical = False | ||
|
||
The option ``minimumLatitude`` determines what the southernmost latitude (in | ||
degrees) included in the plot will be. The option ``referenceLongitude`` | ||
defines which longitude will be at the bottom of the plot. | ||
|
||
The option ``vertical = True`` can be used to plot 3 panels one above another | ||
(resulting in a tall, thin image) rather than next to each other, the default | ||
(resulting in a short, wide image). | ||
|
||
For details on the remaining configration options, see: | ||
* :ref:`config_colormaps` | ||
* :ref:`config_seasons` | ||
* :ref:`config_comparison_grids` | ||
|
||
Example Result | ||
-------------- | ||
|
||
.. image:: examples/ice_albedo_nh.png | ||
:width: 720 px | ||
:align: center |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
.. _task_climatologyMapSeaIceAlbedoSH: | ||
|
||
climatologyMapSeaIceAlbedoSH | ||
============================ | ||
|
||
An analysis task for plotting maps of Antarctic sea ice broadband albedo. | ||
|
||
Component and Tags:: | ||
|
||
component: seaIce | ||
tags: climatology, horizontalMap, seaIceBroadbandAlbedo, publicObs, snow | ||
|
||
Configuration Options | ||
--------------------- | ||
|
||
The following configuration options are available for this task:: | ||
|
||
[climatologyMapSeaIceAlbedoSH] | ||
## options related to plotting horizontally remapped climatologies of | ||
## sea ice broadband albedo against control model results and observations | ||
## in the southern hemisphere (SH) | ||
|
||
# colormap for model/observations | ||
colormapNameResult = lapaz | ||
# whether the colormap is indexed or continuous | ||
colormapTypeResult = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesResult = [20, 80, 110, 140, 170, 200, 230, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsResult = [0.1, 0.3, 0.6, 0.7, 0.8, 0.9, 0.95, 0.98, 1.0] | ||
|
||
# colormap for differences | ||
colormapNameDifference = balance | ||
# whether the colormap is indexed or continuous | ||
colormapTypeDifference = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesDifference = [0, 32, 64, 96, 112, 128, 128, 144, 160, 192, 224, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsDifference = [-1., -0.8, -0.6, -0.4, -0.2, -0.1, 0, 0.1, 0.2, 0.4, 0.6, 0.8, 1.] | ||
|
||
# Times for comparison | ||
seasons = ['FM', 'ON'] | ||
|
||
# comparison grid(s) (typically 'arctic_extended') on which to plot analysis | ||
comparisonGrids = ['antarctic_extended'] | ||
|
||
# reference lat/lon for sea ice plots in the southern hemisphere | ||
minimumLatitude = -50 | ||
referenceLongitude = 180 | ||
|
||
# arrange subplots vertically? | ||
vertical = False | ||
|
||
The option ``minimumLatitude`` determines what the northernmost latitude (in | ||
degrees) included in the plot will be. The option ``referenceLongitude`` | ||
defines which longitude will be at the bottom of the plot. | ||
|
||
The option ``vertical = True`` can be used to plot 3 panels one above another | ||
(resulting in a tall, thin image) rather than next to each other, the default | ||
(resulting in a short, wide image). | ||
|
||
For details on the remaining configration options, see: | ||
* :ref:`config_colormaps` | ||
* :ref:`config_seasons` | ||
* :ref:`config_comparison_grids` | ||
|
||
Example Result | ||
-------------- | ||
|
||
.. image:: examples/ice_albedo_sh.png | ||
:width: 720 px | ||
:align: center |
64 changes: 64 additions & 0 deletions
64
docs/users_guide/tasks/climatologyMapSeaIceAreaFractionRidgeNH.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
.. _task_climatologyMapSeaIceAreaFractionRidgeNH: | ||
|
||
climatologyMapSeaIceAreaFractionRidgeNH | ||
======================================= | ||
|
||
An analysis task for plotting maps of Arctic sea ice ridged area fraction. | ||
|
||
Component and Tags:: | ||
|
||
component: seaIce | ||
tags: climatology, horizontalMap, seaIceAreaFractionRidge, publicObs | ||
|
||
Configuration Options | ||
--------------------- | ||
|
||
The following configuration options are available for this task:: | ||
|
||
[climatologyMapSeaIceAreaFractionRidgeNH] | ||
## options related to plotting horizontally remapped climatologies of | ||
## ridged area fraction of sea ice | ||
## in the northern hemisphere (NH) | ||
|
||
# colormap for model/observations | ||
colormapNameResult = tokyo | ||
# whether the colormap is indexed or continuous | ||
colormapTypeResult = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesResult = [20, 50, 80, 110, 140, 170, 200, 230, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsResult = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1] | ||
|
||
# colormap for differences | ||
colormapNameDifference = balance | ||
# whether the colormap is indexed or continuous | ||
colormapTypeDifference = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesDifference = [0, 32, 64, 96, 112, 128, 128, 144, 160, 192, 224, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsDifference = [-1., -0.8, -0.6, -0.4, -0.2, -0.1, 0, 0.1, 0.2, 0.4, 0.6, 0.8, 1.] | ||
|
||
# Times for comparison | ||
seasons = ['FM', 'ON'] | ||
|
||
# comparison grid(s) (typically 'arctic_extended') on which to plot analysis | ||
comparisonGrids = ['antarctic_extended'] | ||
|
||
# arrange subplots vertically? | ||
vertical = False | ||
|
||
The option ``vertical = True`` can be used to plot 3 panels one above another | ||
(resulting in a tall, thin image) rather than next to each other, the default | ||
(resulting in a short, wide image). | ||
|
||
For details on the remaining configration options, see: | ||
* :ref:`config_colormaps` | ||
* :ref:`config_seasons` | ||
* :ref:`config_comparison_grids` | ||
|
||
Example Result | ||
-------------- | ||
|
||
.. image:: examples/ice_ridgearea_nh.png | ||
:width: 720 px | ||
:align: center |
64 changes: 64 additions & 0 deletions
64
docs/users_guide/tasks/climatologyMapSeaIceAreaFractionRidgeSH.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
.. _task_climatologyMapSeaIceAreaFractionRidgeSH: | ||
|
||
climatologyMapSeaIceAreaFractionRidgeSH | ||
======================================= | ||
|
||
An analysis task for plotting maps of Antarctic sea ice ridged area fraction. | ||
|
||
Component and Tags:: | ||
|
||
component: seaIce | ||
tags: climatology, horizontalMap, seaIceAreaFractionRidge, publicObs | ||
|
||
Configuration Options | ||
--------------------- | ||
|
||
The following configuration options are available for this task:: | ||
|
||
[climatologyMapSeaIceAreaFractionRidgeSH] | ||
## options related to plotting horizontally remapped climatologies of | ||
## ridged area fraction of sea ice | ||
## in the southern hemisphere (SH) | ||
|
||
# colormap for model/observations | ||
colormapNameResult = tokyo | ||
# whether the colormap is indexed or continuous | ||
colormapTypeResult = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesResult = [20, 50, 80, 110, 140, 170, 200, 230, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsResult = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1] | ||
|
||
# colormap for differences | ||
colormapNameDifference = balance | ||
# whether the colormap is indexed or continuous | ||
colormapTypeDifference = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesDifference = [0, 32, 64, 96, 112, 128, 128, 144, 160, 192, 224, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsDifference = [-1., -0.8, -0.6, -0.4, -0.2, -0.1, 0, 0.1, 0.2, 0.4, 0.6, 0.8, 1.] | ||
|
||
# Times for comparison | ||
seasons = ['FM', 'ON'] | ||
|
||
# comparison grid(s) (typically 'arctic_extended') on which to plot analysis | ||
comparisonGrids = ['antarctic_extended'] | ||
|
||
# arrange subplots vertically? | ||
vertical = False | ||
|
||
The option ``vertical = True`` can be used to plot 3 panels one above another | ||
(resulting in a tall, thin image) rather than next to each other, the default | ||
(resulting in a short, wide image). | ||
|
||
For details on the remaining configration options, see: | ||
* :ref:`config_colormaps` | ||
* :ref:`config_seasons` | ||
* :ref:`config_comparison_grids` | ||
|
||
Example Result | ||
-------------- | ||
|
||
.. image:: examples/ice_ridgearea_sh.png | ||
:width: 720 px | ||
:align: center |
64 changes: 64 additions & 0 deletions
64
docs/users_guide/tasks/climatologyMapSeaIceAreaTendencyThermoNH.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
.. _task_climatologyMapSeaIceAreaTendencyThermoNH: | ||
|
||
climatologyMapSeaIceAreaTendencyThermoNH | ||
======================================== | ||
|
||
An analysis task for plotting maps of Arctic sea ice area tendency due to thermodynamics. | ||
|
||
Component and Tags:: | ||
|
||
component: seaIce | ||
tags: climatology, horizontalMap, seaIceAreaTendencyThermodynamics, publicObs | ||
|
||
Configuration Options | ||
--------------------- | ||
|
||
The following configuration options are available for this task:: | ||
|
||
[climatologyMapSeaIceAreaTendencyThermoNH] | ||
## options related to plotting horizontally remapped climatologies of | ||
## sea ice area tendency due to thermodynamics against control model results and observations | ||
## in the northern hemisphere (NH) | ||
|
||
# colormap for model/observations | ||
colormapNameResult = curl | ||
# whether the colormap is indexed or continuous | ||
colormapTypeResult = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesResult = [0, 32, 64, 96, 112, 128, 128, 144, 160, 192, 224, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsResult = [-5., -4., -3., -2., -1., -0.5, 0, 0.5, 1., 2., 3., 4., 5.] | ||
|
||
# colormap for differences | ||
colormapNameDifference = balance | ||
# whether the colormap is indexed or continuous | ||
colormapTypeDifference = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesDifference = [0, 32, 64, 96, 112, 128, 128, 144, 160, 192, 224, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsDifference = [-1., -0.8, -0.6, -0.4, -0.2, -0.1, 0, 0.1, 0.2, 0.4, 0.6, 0.8, 1.] | ||
|
||
# Times for comparison | ||
seasons = ['FM', 'ON'] | ||
|
||
# comparison grid(s) (typically 'arctic_extended') on which to plot analysis | ||
comparisonGrids = ['arctic_extended'] | ||
|
||
# arrange subplots vertically? | ||
vertical = False | ||
|
||
The option ``vertical = True`` can be used to plot 3 panels one above another | ||
(resulting in a tall, thin image) rather than next to each other, the default | ||
(resulting in a short, wide image). | ||
|
||
For details on the remaining configration options, see: | ||
* :ref:`config_colormaps` | ||
* :ref:`config_seasons` | ||
* :ref:`config_comparison_grids` | ||
|
||
Example Result | ||
-------------- | ||
|
||
.. image:: examples/ice_areatendthermo_nh.png | ||
:width: 720 px | ||
:align: center |
Oops, something went wrong.