|
| subroutine, public | atmos_ocean_fluxes_calc_mod::atmos_ocean_fluxes_calc (gas_fields_atm, gas_fields_ice, gas_fluxes, seawater, tsurf, ustar, cd_m) |
| | Calculate the ocean gas fluxes. Units should be mol/m^2/s, upward flux is positive.
|
| |
| real function | atmos_ocean_fluxes_calc_mod::calc_kw (tk, p, u10, h, vb, mw, sc_w, ustar, cd_m) |
| | Calculate .
|
| |
| real function | atmos_ocean_fluxes_calc_mod::calc_ka (t, p, mw, vb, u10, ustar, cd_m) |
| | Calculate .
|
| |
| real function | atmos_ocean_fluxes_calc_mod::calc_kl (t, v, sc) |
| | Calculate .
|
| |
| real function | atmos_ocean_fluxes_calc_mod::schmidt_g (t, p, mw, vb) |
| | Schmidt number of the gas in air.
|
| |
| real function | atmos_ocean_fluxes_calc_mod::d_air (t, p, mw, vb) |
| | From Fuller, Industrial & Engineering Chemistry (https://doi.org/10.1021/ie50677a007)
|
| |
| real function | atmos_ocean_fluxes_calc_mod::p_air (t) |
| | kinematic viscosity in air
|
| |
| real function | atmos_ocean_fluxes_calc_mod::v_air (t) |
| | Kinematic viscosity in air ( .
|
| |
| real function | atmos_ocean_fluxes_calc_mod::n_air (t) |
| | dynamic viscosity in air
|
| |
Calculates gas fluxes for atmosphere and ocean.