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
8e540c20
Commit
8e540c20
authored
4 years ago
by
sbiri
Browse files
Options
Download
Email Patches
Plain Diff
Rb in get_L according to eq. 3.25 instead of 3.24
parent
c7697f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
flux_subs.py
flux_subs.py
+2
-2
No files found.
flux_subs.py
View file @
8e540c20
...
...
@@ -978,8 +978,8 @@ def get_L(L, lat, usr, tsr, qsr, t10n, hin, Ta, sst, qair, qsea, q10n,
monob
=
1
/
np
.
copy
(
temp
)
elif
(
L
==
"ecmwf"
):
tsrv
=
tsr
*
(
1
+
0.6077
*
qair
)
+
0.6077
*
Ta
*
qsr
Rb
=
((
g
*
hin
[
0
]
/
(
Ta
*
(
1
+
0.61
*
qair
))
)
*
((
t10n
*
(
1
+
0.61
*
q10n
)
-
sst
*
(
1
+
0.61
*
qsea
))
/
np
.
power
(
wind
,
2
)
))
Rb
=
((
g
*
hin
[
1
])
/
np
.
power
(
wind
,
2
))
*
(
2
*
(
Ta
-
sst
)
/
(
Ta
+
sst
-
g
*
hin
[
1
]
)
+
0.6077
*
(
qair
-
qsea
))
zo
=
(
0.11
*
visc_air
(
Ta
)
/
usr
+
0.018
*
np
.
power
(
usr
,
2
)
/
g
)
zot
=
0.40
*
visc_air
(
Ta
)
/
usr
zol
=
(
Rb
*
(
np
.
power
(
np
.
log
((
hin
[
0
]
+
zo
)
/
zo
)
-
psim_calc
((
hin
[
0
]
+
zo
)
/
...
...
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