Computes near-surface turbulence and flux outputs from forcing and surface inputs. Reference: Beljaars, Holtslag, and Van Westrhenen (1989), KNMI TR-112.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real, | public | :: | ust | ||||
| real, | public | :: | ol | ||||
| real, | public | :: | kin | ||||
| real, | public | :: | h | ||||
| real, | public | :: | evap |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | mt |
month [1..12] |
||
| integer, | intent(in) | :: | dy |
day [1..31] |
||
| integer, | intent(in) | :: | hr |
hour (GMT) [0..23] |
||
| integer, | intent(in) | :: | min |
minute [0..59] |
||
| real, | intent(in) | :: | lat |
latitude [degrees, north positive] |
||
| real, | intent(in) | :: | lon |
longitude [degrees, east positive] |
||
| real, | intent(in) | :: | kin |
incoming shortwave radiation [W/m^2] |
||
| real, | intent(in) | :: | z0 |
surface roughness length [m] |
||
| real, | intent(in) | :: | zra |
wind measurement/evaluation height [m] |
||
| real, | intent(in) | :: | u_zra |
wind speed at zra [m/s] |
||
| real, | intent(in) | :: | T |
air temperature [degC] |
||
| real, | intent(in) | :: | cloud_fraction |
cloud fraction [-] (0..1) |