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
08fb320f
Commit
08fb320f
authored
4 years ago
by
sbiri
Browse files
Options
Download
Email Patches
Plain Diff
Update AirSeaFluxCode.py
parent
2f950bf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
AirSeaFluxCode.py
AirSeaFluxCode.py
+4
-4
No files found.
AirSeaFluxCode.py
View file @
08fb320f
...
@@ -7,10 +7,10 @@ from flux_subs import (kappa, CtoK, get_heights, get_skin, get_gust, get_L,
...
@@ -7,10 +7,10 @@ from flux_subs import (kappa, CtoK, get_heights, get_skin, get_gust, get_L,
cdn_calc
,
cd_calc
,
ctcq_calc
,
ctcqn_calc
)
cdn_calc
,
cd_calc
,
ctcq_calc
,
ctcqn_calc
)
def
AirSeaFluxCode
_L
(
spd
,
T
,
SST
,
lat
=
None
,
hum
=
None
,
P
=
None
,
def
AirSeaFluxCode
(
spd
,
T
,
SST
,
lat
=
None
,
hum
=
None
,
P
=
None
,
hin
=
18
,
hout
=
10
,
Rl
=
None
,
Rs
=
None
,
cskin
=
None
,
hin
=
18
,
hout
=
10
,
Rl
=
None
,
Rs
=
None
,
cskin
=
None
,
gust
=
None
,
meth
=
"S80"
,
qmeth
=
"Buck2"
,
tol
=
None
,
n
=
10
,
gust
=
None
,
meth
=
"S80"
,
qmeth
=
"Buck2"
,
tol
=
None
,
n
=
10
,
out
=
0
,
L
=
None
):
out
=
0
,
L
=
None
):
""" Calculates momentum and heat fluxes using different parameterizations
""" Calculates momentum and heat fluxes using different parameterizations
Parameters
Parameters
...
...
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