Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fvcom-toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
FVCOM
fvcom-toolbox
Commits
eb10a6a8
Commit
eb10a6a8
authored
Feb 23, 2015
by
Pierre Cazenave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a note about a bug when requesting all the times from an output file.
parent
2968040d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
utilities/read_netCDF_FVCOM.m
utilities/read_netCDF_FVCOM.m
+7
-0
No files found.
utilities/read_netCDF_FVCOM.m
View file @
eb10a6a8
...
...
@@ -74,6 +74,13 @@ function [data,selection] = read_netCDF_FVCOM(varargin)
% 'node_idx', node_idx, ...
% 'varnames', vars);
%
% BUGS:
% - When loading all times with the argument pair:
% 'time', -1
% the returned time series is nt - 1 (where nt is the number of time
% steps in the netCDF file). Not sure where this is broken, but
% probably around line 377.
%
% Author(s):
% Ricardo Torres - Plymouth Marine Laboratory 2012
% Hakeem Johnson - CH2M
...
...
Write
Preview
Markdown
is supported
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