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
Carl NCL Library
Commits
73fa5315
Commit
73fa5315
authored
Sep 23, 2016
by
Carl Schreck
Browse files
Automated Nightly Commit - Fri Sep 23 00:00:45 EDT 2016
parent
38c92f45
Changes
1
Hide whitespace changes
Inline
Side-by-side
cjs_graphics/cjs_add_vectors.ncl
View file @
73fa5315
...
...
@@ -26,7 +26,7 @@ begin ; cjs_add_vectors
vecRes@gsnFrame = False
vecRes@gsnDraw = False
if( isatt( i_vecRes, "vecNotStrm" ).
and
.( i_vecRes@vecNotStrm ) ) then
if(
.not.
isatt( i_vecRes, "vecNotStrm" ).
or
.( i_vecRes@vecNotStrm ) ) then
vecRes@vcVectorDrawOrder = "PostDraw"
vecRes@vcRefMagnitudeF = 3
...
...
@@ -61,10 +61,6 @@ begin ; cjs_add_vectors
if( i_vecRes ) then
copy_VarAtts( i_vecRes, vecRes )
end if
print(num(ismissing(i_uData) ) )
print(num(ismissing(i_vData) ) )
vectPlot = gsn_csm_streamline( io_wks, i_uData, i_vData, vecRes )
end if
...
...
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