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
8b88e0eb
Commit
8b88e0eb
authored
May 23, 2018
by
Carl Schreck
Browse files
Automated Nightly Commit - Wed May 23 00:00:21 EDT 2018
parent
9c41ed0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ncl_tools/time_range.ncl
View file @
8b88e0eb
...
...
@@ -21,7 +21,11 @@ begin
print("path="+path)
print("timeVar="+timeVar)
pathList = systemfunc( "ls " + path )
if( isStrSubset( path, "*" ) ) then
pathList = systemfunc( "ls " + path )
else
pathList = path
end if
do pathInd = 0, dimsizes(pathList)-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