Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Carl Schreck
nClimGrid
Commits
b3966dcb
Commit
b3966dcb
authored
Sep 09, 2019
by
Carl Schreck
Browse files
Final products for August (patched temperature colorbar)
parent
fc85bee1
Changes
1
Hide whitespace changes
Inline
Side-by-side
temp_map.py
View file @
b3966dcb
...
...
@@ -20,8 +20,8 @@ from datetime import datetime
# These are some parameters that could be useful to have up top
year
=
2019
month
=
8
first_day
=
22
last_day
=
30
first_day
=
1
last_day
=
7
time_range
=
slice
(
f
'
{
year
}
-
{
month
:
02
}
-
{
first_day
:
02
}
'
,
f
'
{
year
}
-
{
month
:
02
}
-
{
last_day
:
02
}
'
)
...
...
@@ -64,7 +64,6 @@ anom_data = total_data - clim_data
anom_data
=
anom_data
*
9
/
5
levels
=
np
.
arange
(
-
5
,
6
)
*
3
plot
=
anom_data
.
plot
(
levels
=
levels
,
ax
=
ax
,
transform
=
ccrs
.
PlateCarree
(),
cmap
=
'RdBu'
,
cbar_kwargs
=
{
'orientation'
:
'horizontal'
,
'label'
:
'Degrees Fahrenheit'
,
'pad'
:
0.2
})
...
...
Carl Schreck
@carl
mentioned in commit
6e343386
·
Sep 18, 2019
mentioned in commit
6e343386
mentioned in commit 6e34338690b9c0c24ec3bf02100d5d3e7abf4ad0
Toggle commit list
Carl Schreck
@carl
mentioned in merge request
!1 (merged)
·
Sep 18, 2019
mentioned in merge request
!1 (merged)
mentioned in merge request !1
Toggle commit list
Carl Schreck
@carl
mentioned in commit
83828370
·
Sep 18, 2019
mentioned in commit
83828370
mentioned in commit 838283704e3e1b62a5612f54beed57f5c30ca864
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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