Commit cc425860 authored by sbiri's avatar sbiri
Browse files

Update AirSeaFluxCode/src/AirSeaFluxCode.py,...

Update AirSeaFluxCode/src/AirSeaFluxCode.py, AirSeaFluxCode/src/AirSeaFluxCode_dev.py, AirSeaFluxCode/src/flux_subs.py, AirSeaFluxCode/src/flux_subs_dev.py files
parent 67a57cfb
......@@ -692,8 +692,8 @@ def AirSeaFluxCode(spd, T, SST, SST_fl, meth, lat=None, hum=None, P=None,
gust : int
4x1 [x, beta, zi, ustb] x=0 gustiness is OFF, x=1-5 gustiness is ON
and use gustiness factor: 1. Fairall et al. 2003, 2. GF is removed
from TSFs u10n, uref, 3. GF=1, 4. following Zeng et al. 1998 or
Brodeau et al. 2006, 5. following C35 matlab code;
from TSFs u10n, uref, 3. GF=1, 4. following ECMWF,
4. following Zeng et al. 1998, 6. following C35 matlab code;
beta gustiness parameter, default is 1.2,
zi PBL height (m) default is 600,
min is the value for gust speed in stable conditions,
......
......@@ -709,8 +709,8 @@ def AirSeaFluxCode_dev(spd, T, SST, SST_fl, meth, lat=None, hum=None, P=None,
gust : int
4x1 [x, beta, zi, ustb] x=0 gustiness is OFF, x=1-5 gustiness is ON
and use gustiness factor: 1. Fairall et al. 2003, 2. GF is removed
from TSFs u10n, uref, 3. GF=1, 4. following Zeng et al. 1998 or
Brodeau et al. 2006, 5. following C35 matlab code;
from TSFs u10n, uref, 3. GF=1, 4. following ECMWF,
4. following Zeng et al. 1998, 6. following C35 matlab code;
beta gustiness parameter, default is 1.2,
zi PBL height (m) default is 600,
min is the value for gust speed in stable conditions,
......
......@@ -610,9 +610,9 @@ def apply_GF(gust, spd, wind, step):
1: gustiness is switched ON following Fairall et al.
2: gustiness is switched ON and GF is removed from TSFs u10n, uref
3: gustiness is switched ON and GF=1
4: gustiness is switched ON following Zeng et al. 1998 or
Brodeau et al. 2006
5: gustiness is switched ON following C35 matlab code
4: gustiness is switched ON following ECMWF
5: gustiness is switched ON following Zeng et al. (1998)
6: gustiness is switched ON following C35 matlab code
spd : float
wind speed [ms^{-1}]
wind : float
......
......@@ -681,9 +681,9 @@ def apply_GF(gust, spd, wind, step):
1: gustiness is switched ON following Fairall et al.
2: gustiness is switched ON and GF is removed from TSFs u10n, uref
3: gustiness is switched ON and GF=1
4: gustiness is switched ON following Zeng et al. 1998 or
Brodeau et al. 2006
5: gustiness is switched ON following C35 matlab code
4: gustiness is switched ON following ECMWF
5: gustiness is switched ON following Zeng et al. (1998)
6: gustiness is switched ON following C35 matlab code
spd : float
wind speed [ms^{-1}]
wind : float
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment