Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LIVVkit
lex
Commits
2cd6d2b4
Commit
2cd6d2b4
authored
Apr 26, 2018
by
Kennedy, Joseph H
Browse files
Add figure captions and references to the clouds extension
For #20
parent
230202de
Changes
7
Show whitespace changes
Inline
Side-by-side
clouds/clouds/cesm_cldhgh_ann.py
View file @
2cd6d2b4
...
...
@@ -7,7 +7,12 @@ from netCDF4 import Dataset
from
livvkit.util
import
elements
as
el
describe
=
"""CESM_cldhgh_ANN plot."""
describe
=
"""
Climatological annual average of high cloud cover over Greenland
for CESM (left), ISCCP (middle; Rossow and Schiffer, 1999), and CLOUDSAT (right;
Kay and Gettelman, 2009). The black solid lines denote the 0, 1000, 2000, and
3000 meter Greenland ice sheet elevation contours as seen by CESM.
"""
def
make_plot
(
config
,
out_path
=
'.'
):
...
...
clouds/clouds/cesm_cldlow_ann.py
View file @
2cd6d2b4
...
...
@@ -7,7 +7,12 @@ from netCDF4 import Dataset
from
livvkit.util
import
elements
as
el
describe
=
"""CESM_cldlow_ANN plot."""
describe
=
"""
Climatological annual average of low cloud cover over Greenland
for CESM (left), ISCCP (middle; Rossow and Schiffer, 1999), and CLOUDSAT (right;
Kay and Gettelman, 2009). The black solid lines denote the 0, 1000, 2000, and
3000 meter Greenland ice sheet elevation contours as seen by CESM.
"""
def
make_plot
(
config
,
out_path
=
'.'
):
...
...
clouds/clouds/cesm_cldtot_ann.py
View file @
2cd6d2b4
...
...
@@ -7,7 +7,12 @@ from netCDF4 import Dataset
from
livvkit.util
import
elements
as
el
describe
=
"""CESM_cldtot_ANN plot."""
describe
=
"""
Climatological annual average of cloud cover over Greenland
for CESM (left), ISCCP (middle; Rossow and Schiffer, 1999), and CLOUDSAT (right;
Kay and Gettelman, 2009). The black solid lines denote the 0, 1000, 2000, and
3000 meter Greenland ice sheet elevation contours as seen by CESM.
"""
def
make_plot
(
config
,
out_path
=
'.'
):
...
...
clouds/clouds/yearly_cycle_cldhgh.py
View file @
2cd6d2b4
...
...
@@ -7,7 +7,11 @@ from netCDF4 import Dataset
from
livvkit.util
import
elements
as
el
describe
=
"""yearly_cycle_cldhgh plot."""
describe
=
"""
Climatological monthly average of total high cloud cover over Greenland
for CESM (red), ISCCP (green; Rossow and Schiffer, 1999), and CLOUDSAT (cyan;
Kay and Gettelman, 2009).
"""
def
make_plot
(
config
,
out_path
=
'.'
):
...
...
clouds/clouds/yearly_cycle_cldlow.py
View file @
2cd6d2b4
...
...
@@ -7,7 +7,11 @@ from netCDF4 import Dataset
from
livvkit.util
import
elements
as
el
describe
=
"""yearly_cycle_cldlow plot."""
describe
=
"""
Climatological monthly average of total low cloud cover over Greenland
for CESM (red), ISCCP (green; Rossow and Schiffer, 1999), and CLOUDSAT (cyan;
Kay and Gettelman, 2009).
"""
def
make_plot
(
config
,
out_path
=
'.'
):
...
...
clouds/clouds/yearly_cycle_cldtot.py
View file @
2cd6d2b4
...
...
@@ -7,7 +7,11 @@ from netCDF4 import Dataset
from
livvkit.util
import
elements
as
el
describe
=
"""yearly_cycle_cldtot plot."""
describe
=
"""
Climatological monthly average of total cloud cover over Greenland
for CESM (red), ISCCP (green; Rossow and Schiffer, 1999), and CLOUDSAT (cyan;
Kay and Gettelman, 2009).
"""
def
make_plot
(
config
,
out_path
=
'.'
):
...
...
clouds/clouds_cesm.bib
View file @
2cd6d2b4
...
...
@@ -9,3 +9,24 @@
PAGES
=
{854--869}
,
YEAR
=
{2017}
,
}
@Article
{
isccp99
,
AUTHOR
=
{R. B. Rossow and R.A. Schiffer}
,
title
=
{Advances in understanding clouds from ISCCP}
,
YEAR
=
{1999}
,
JOURNAL
=
{Bulletin of the American Meteorological Society}
,
VOLUME
=
{80}
,
DOI
=
{10.1175/1520-0477(1999)080<2261:AIUCFI>2.0.CO;2}
,
PAGES
=
{2261--2287}
}
@article
{
kg09
,
AUTHOR
=
{Kay, Jennifer E. and Gettelman, Andrew}
,
TITLE
=
{Cloud influence on and response to seasonal Arctic sea ice loss}
,
JOURNAL
=
{Journal of Geophysical Research: Atmospheres}
,
VOLUME
=
{114}
,
NUMBER
=
{D18}
,
DOI
=
{10.1029/2009JD011773}
,
YEAR
=
{2009}
,
NOTE
=
{D18204}
,
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment