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
58baaec6
Commit
58baaec6
authored
3 years ago
by
sbiri
Browse files
Options
Download
Email Patches
Plain Diff
changed default number of iterations to 30
parent
3a5796a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AirSeaFluxCode/src/AirSeaFluxCode.py
AirSeaFluxCode/src/AirSeaFluxCode.py
+1
-1
No files found.
AirSeaFluxCode/src/AirSeaFluxCode.py
View file @
58baaec6
...
...
@@ -641,7 +641,7 @@ class Beljaars(C30):
def
AirSeaFluxCode
(
spd
,
T
,
SST
,
SST_fl
,
meth
,
lat
=
None
,
hum
=
None
,
P
=
None
,
hin
=
18
,
hout
=
10
,
Rl
=
None
,
Rs
=
None
,
cskin
=
0
,
skin
=
None
,
wl
=
0
,
gust
=
None
,
qmeth
=
"Buck2"
,
tol
=
None
,
maxiter
=
1
0
,
out
=
0
,
gust
=
None
,
qmeth
=
"Buck2"
,
tol
=
None
,
maxiter
=
3
0
,
out
=
0
,
out_var
=
None
,
L
=
None
):
"""
Calculate turbulent surface 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