Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
croco_tools
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
croco-ocean
croco_tools
Commits
9cb87b7d
Commit
9cb87b7d
authored
2 years ago
by
gmorvan
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug when no wave variables
parent
aa447c43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Aforc_ERA5/make_ERA5.m
+4
-0
4 additions, 0 deletions
Aforc_ERA5/make_ERA5.m
with
4 additions
and
0 deletions
Aforc_ERA5/make_ERA5.m
+
4
−
0
View file @
9cb87b7d
...
@@ -97,6 +97,10 @@ if add_waves == 1
...
@@ -97,6 +97,10 @@ if add_waves == 1
maskwave
(
maskwave
~=
missvalue_wave
)
=
1
;
maskwave
(
maskwave
~=
missvalue_wave
)
=
1
;
maskwave
(
maskwave
==
missvalue_wave
)
=
NaN
;
maskwave
(
maskwave
==
missvalue_wave
)
=
NaN
;
close
(
nc
);
close
(
nc
);
else
lon1wave
=
NaN
;
lat1wave
=
NaN
;
maskwave
=
NaN
;
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment