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
e7f8dccc
Commit
e7f8dccc
authored
5 years ago
by
sbiri
Browse files
Options
Download
Email Patches
Plain Diff
UA and ERA5 algorithms added
parent
22be86dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
flux_calc_v3.py
flux_calc_v3.py
+1
-1
No files found.
flux_calc_v3.py
View file @
e7f8dccc
...
...
@@ -8,7 +8,7 @@ from flux_subs import (kappa, CtoK, get_heights, cdn_calc, cd_calc, get_skin,
charnock_C35
)
def
flux_calc_v3
_1
(
spd
,
T
,
SST
,
lat
,
RH
,
P
,
hin
,
hout
,
wcp
,
sigH
,
zi
=
600
,
def
flux_calc_v3
(
spd
,
T
,
SST
,
lat
,
RH
,
P
,
hin
,
hout
,
wcp
,
sigH
,
zi
=
600
,
Rl
=
None
,
Rs
=
None
,
jcool
=
1
,
meth
=
"S88"
,
n
=
10
):
""" Calculates momentum and heat fluxes using different parameterizations
...
...
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