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
Carl NCL Library
Commits
62f10e84
Commit
62f10e84
authored
Jan 24, 2019
by
Carl Schreck
Browse files
Automated Nightly Commit - Thu Jan 24 00:00:23 EST 2019
parent
47044d63
Changes
2
Hide whitespace changes
Inline
Side-by-side
ibtracs4/ibt_genesis_map.ncl
View file @
62f10e84
...
...
@@ -142,7 +142,7 @@ begin
gsn_add_text( io_wks, io_plot, nameData, xData, yData, txRes )
txRes@txFontColor = "white"
txRes@txFontThicknessF =
1
txRes@txFontThicknessF =
3
txRes@txFont = 121
io_plot@$unique_string("")$ = \
gsn_add_text( io_wks, io_plot, nameData, xData, yData, txRes )
...
...
@@ -159,7 +159,7 @@ begin
gsn_add_text( io_wks, io_plot, nameData, xData, yData, txRes )
txRes@txFontColor = "white"
txRes@txFontThicknessF =
1
txRes@txFontThicknessF =
3
txRes@txFont = 121
io_plot@$unique_string("")$ = \
gsn_add_text( io_wks, io_plot, nameData, xData, yData, txRes )
...
...
ibtracs4/ibt_map_one_storm.ncl
View file @
62f10e84
...
...
@@ -171,12 +171,15 @@ end if
end if
gsRes@gsLineColor = IBT_COLORS(colorInd)
glowRes = gsRes
glowRes@gsLineColor = "white"
glowRes@gsLineThicknessF = 1 + gsRes@gsLineThicknessF
io_plot@$unique_string("line")$ = gsn_add_polyline( io_wks, io_plot, \
i_lon(fixCounter:fixCounter+1), i_lat(fixCounter:fixCounter+1), \
glowRes )
if( .not.isatt( i_tcRes, "ibtAddGlow" ).or.i_tcRes@ibtAddGlow ) then
glowRes = gsRes
glowRes@gsLineColor = "white"
glowRes@gsLineThicknessF = 1 + gsRes@gsLineThicknessF
io_plot@$unique_string("line")$ = gsn_add_polyline( io_wks, io_plot, \
i_lon(fixCounter:fixCounter+1), i_lat(fixCounter:fixCounter+1), \
glowRes )
end if
io_plot@$unique_string("line")$ = gsn_add_polyline( io_wks, io_plot, \
i_lon(fixCounter:fixCounter+1), i_lat(fixCounter:fixCounter+1), \
...
...
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