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
c6304aee
Commit
c6304aee
authored
4 years ago
by
sbiri
Browse files
Options
Download
Email Patches
Plain Diff
Update AirSeaFluxCode.py
parent
a5e57557
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AirSeaFluxCode.py
AirSeaFluxCode.py
+1
-1
No files found.
AirSeaFluxCode.py
View file @
c6304aee
...
...
@@ -283,7 +283,7 @@ def AirSeaFluxCode(spd, T, SST, lat, RH, P, hin, hout, zi, Rl, Rs, jcool,
(
h_in
[
0
,
ind
]
/
monob
[
ind
]
<
0
),
kappa
*
wind
[
ind
]
/
(
np
.
log
(
h_in
[
0
,
ind
]
/
zo
[
ind
])
-
psim_calc
(
h_in
[
0
,
ind
]
/
monob
[
ind
],
meth
)
+
psim_calc
(
zo
[
ind
,
ind
]
/
monob
[
ind
],
meth
)),
psim_calc
(
zo
[
ind
]
/
monob
[
ind
],
meth
)),
np
.
where
((
h_in
[
0
,
ind
]
/
monob
[
ind
]
>
0
)
&
(
h_in
[
0
,
ind
]
/
monob
[
ind
]
<
1
),
kappa
*
wind
[
ind
]
/
(
np
.
log
(
h_in
[
0
,
ind
]
/
zo
[
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