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
fb69a56e
Commit
fb69a56e
authored
3 years ago
by
sbiri
Browse files
Options
Download
Email Patches
Plain Diff
update function descriptions in flux_subs (get_L) and hum_subs (gamma)
parent
1d081b06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
flux_subs.py
flux_subs.py
+8
-7
hum_subs.py
hum_subs.py
+2
-1
No files found.
flux_subs.py
View file @
fb69a56e
...
...
@@ -885,10 +885,11 @@ def get_L(L, lat, usr, tsr, qsr, hin, Ta, sst, qair, qsea, wind, monob, zo,
Parameters
----------
L :
int
L :
str
Monin-Obukhov length definition options
"S80" : default for S80, S88, LP82, YT96 and LY04
"ecmwf" : following ecmwf (IFS Documentation cy46r1), default for ecmwf
"tsrv" : default for S80, S88, LP82, YT96, UA, C30, C35 and LY04
"Rb" : following ecmwf (IFS Documentation cy46r1), default for ecmwf
and Beljaars
lat : float
latitude
usr : float
...
...
@@ -897,8 +898,6 @@ def get_L(L, lat, usr, tsr, qsr, hin, Ta, sst, qair, qsea, wind, monob, zo,
star temperature (K)
qsr : float
star specific humidity (g/kg)
t10n : float
neutral temperature at 10m (K)
hin : float
sensor heights (m)
Ta : float
...
...
@@ -909,8 +908,6 @@ def get_L(L, lat, usr, tsr, qsr, hin, Ta, sst, qair, qsea, wind, monob, zo,
air specific humidity (g/kg)
qsea : float
specific humidity at sea surface (g/kg)
q10n : float
neutral specific humidity at 10m (g/kg)
wind : float
wind speed (m/s)
monob : float
...
...
@@ -919,6 +916,8 @@ def get_L(L, lat, usr, tsr, qsr, hin, Ta, sst, qair, qsea, wind, monob, zo,
surface roughness (m)
zot : float
temperature roughness length (m)
psim : floast
momentum stability function
meth : str
bulk parameterisation method option: "S80", "S88", "LP82", "YT96",
"UA", "LY04", "C30", "C35", "ecmwf", "Beljaars"
...
...
@@ -929,6 +928,8 @@ def get_L(L, lat, usr, tsr, qsr, hin, Ta, sst, qair, qsea, wind, monob, zo,
virtual star temperature (K)
monob : float
M-O length (m)
Rb : float
Richardson number
"""
g
=
gc
(
lat
)
...
...
This diff is collapsed.
Click to expand it.
hum_subs.py
View file @
fb69a56e
...
...
@@ -416,7 +416,8 @@ def gamma(opt, sst, t, q, cp):
air temperature [K]
q : float
specific humidity of air [kg/kg]
cp : float
specific capacity of air at constant Pressure [kJ/(kg*K)]
Returns
-------
gamma : float
...
...
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