Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Carl Schreck
OLR CDR
Commits
8a914b07
Commit
8a914b07
authored
Nov 18, 2014
by
Carl Schreck
Browse files
Automated Nightly Commit - Tue Nov 18 00:02:20 EST 2014
parent
bd13165a
Changes
2
Hide whitespace changes
Inline
Side-by-side
sub.draw_series.ncl
View file @
8a914b07
...
...
@@ -35,6 +35,7 @@ begin ; draw_series
buffer = 0
else
buffer = 365
buffer = 365
end if
shortSmooth = 365
longSmooth = shortSmooth*5
...
...
time_series.ncl
View file @
8a914b07
...
...
@@ -24,12 +24,12 @@ begin ; main
; These are some parameters that could be useful to have up top
if(.not.isvar("prefix") )then
prefix = "
olr
"
prefix = "
kelvin
"
end if
if(.not.isvar("varName") )then
varName = "anom"
end if
sensor = (/ "hirs", "avhrr" /)
sensor = (/ "hirs", "avhrr"
, "20th"
/)
plotType = "png"
plotName = "figures/" + prefix + "." + varName
...
...
@@ -41,6 +41,8 @@ begin ; main
; Customize base plot
res = True
res@trYMinF = -1
res@trYMaxF = 1
print_clock( "Drawing the plot" )
...
...
Write
Preview
Supports
Markdown
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