Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
NOCSurfaceProcesses
AirSeaFluxCode
Commits
06469c60
Commit
06469c60
authored
3 years ago
by
sbiri
Browse files
Options
Download
Email Patches
Plain Diff
Update AirSeaFluxCode.py
parent
bc7bd74a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Code/AirSeaFluxCode.py
Code/AirSeaFluxCode.py
+1
-1
No files found.
Code/AirSeaFluxCode.py
View file @
06469c60
...
...
@@ -10,7 +10,7 @@ from cs_wl_subs import *
class
S88
:
def
_wind_iterate
(
self
,
ind
):
if
self
.
gust
[
0
]
in
range
(
1
,
5
):
if
self
.
gust
[
0
]
in
range
(
1
,
6
):
self
.
wind
[
ind
]
=
np
.
sqrt
(
np
.
power
(
np
.
copy
(
self
.
spd
[
ind
]),
2
)
+
np
.
power
(
get_gust
(
self
.
gust
[
1
],
self
.
theta
[
ind
],
...
...
This diff is collapsed.
Click to expand it.
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