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
4e33bb35
Commit
4e33bb35
authored
May 17, 2013
by
Pierre Cazenave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix remaining array name from the serial implementation
parent
88be7a8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
utilities/grid2fvcom.m
utilities/grid2fvcom.m
+2
-2
No files found.
utilities/grid2fvcom.m
View file @
4e33bb35
...
...
@@ -174,10 +174,10 @@ for vv = 1:length(vars)
nnans1
=
sum
(
isnan
(
tmp_fvcom_node
(:,
i
)));
nnans2
=
sum
(
isnan
(
tmp_fvcom_data
(:,
i
)));
if
nnans1
>
0
warning
(
'%i NaNs in the interpolated node data. This won
''
t work with FVCOM.'
,
nnans
(
1
)
)
warning
(
'%i NaNs in the interpolated node data. This won
''
t work with FVCOM.'
,
nnans
1
)
end
if
nnans2
>
0
warning
(
'%i NaNs in the interpolated element data. This won
''
t work with FVCOM.'
,
nnans
(
2
)
)
warning
(
'%i NaNs in the interpolated element data. This won
''
t work with FVCOM.'
,
nnans
2
)
end
end
% Transfer the temporary arrays back to the relevant struct and
...
...
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