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
fbc43d85
Commit
fbc43d85
authored
May 02, 2018
by
Carl Schreck
Browse files
Automated Nightly Commit - Wed May 2 00:00:18 EDT 2018
parent
1f437566
Changes
1
Hide whitespace changes
Inline
Side-by-side
ibtracs/ibt_map_all_storms.ncl
View file @
fbc43d85
...
...
@@ -91,7 +91,7 @@ begin ; ibt_map_all_storms
.and.( time(stormCounter,:).le.maxTime ) )
if( any( inBasin(stormCounter,:) ).and.inTime \
.and.( aboveMinWind(stormCounter) ) ) then
print( name(stormCounter) + " " + minWind + " " + aboveMinWind(stormCounter) + " " + lmi(stormCounter) )
;
print( name(stormCounter) + " " + minWind + " " + aboveMinWind(stormCounter) + " " + lmi(stormCounter) )
ibt_map_one_storm( io_wks, io_plot, thresh, colors, \
name(stormCounter), time(stormCounter,:), lat(stormCounter,:), \
lon(stormCounter,:), wind(stormCounter,:), i_tcRes )
...
...
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