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
3e398349
Commit
3e398349
authored
4 years ago
by
sbiri
Browse files
Options
Download
Email Patches
Plain Diff
get_init.py change default gust to be turned off for YT96
parent
8088e9d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
get_init.py
get_init.py
+2
-0
No files found.
get_init.py
View file @
3e398349
...
@@ -140,6 +140,8 @@ def get_init(spd, T, SST, lat, hum, P, Rl, Rs, cskin, skin, wl, gust, L, tol,
...
@@ -140,6 +140,8 @@ def get_init(spd, T, SST, lat, hum, P, Rl, Rs, cskin, skin, wl, gust, L, tol,
gust
=
[
1
,
1
,
1000
]
gust
=
[
1
,
1
,
1000
]
elif
np
.
all
(
gust
==
None
):
elif
np
.
all
(
gust
==
None
):
gust
=
[
1
,
1.2
,
800
]
gust
=
[
1
,
1.2
,
800
]
elif
(
np
.
all
(
gust
==
None
)
and
(
meth
==
"YT96"
)):
gust
=
[
0
,
0
,
0
]
elif
((
np
.
size
(
gust
)
<
3
)
and
(
gust
==
0
)):
elif
((
np
.
size
(
gust
)
<
3
)
and
(
gust
==
0
)):
gust
=
[
0
,
0
,
0
]
gust
=
[
0
,
0
,
0
]
elif
(
np
.
size
(
gust
)
<
3
):
elif
(
np
.
size
(
gust
)
<
3
):
...
...
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