|
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. More...
|
|
real function | atmos_ocean_fluxes_calc_mod::calc_kw (tk, p, u10, h, vb, mw, sc_w, ustar, cd_m) |
| Calculate . More...
|
|
real function | atmos_ocean_fluxes_calc_mod::calc_ka (t, p, mw, vb, u10, ustar, cd_m) |
| Calculate . More...
|
|
real function | atmos_ocean_fluxes_calc_mod::calc_kl (t, v, sc) |
| Calculate . More...
|
|
real function | atmos_ocean_fluxes_calc_mod::schmidt_g (t, p, mw, vb) |
| Schmidt number of the gas in air. More...
|
|
real function | atmos_ocean_fluxes_calc_mod::d_air (t, p, mw, vb) |
| From Fuller, Industrial & Engineering Chemistry (https://doi.org/10.1021/ie50677a007) More...
|
|
real function | atmos_ocean_fluxes_calc_mod::p_air (t) |
| kinematic viscosity in air More...
|
|
real function | atmos_ocean_fluxes_calc_mod::v_air (t) |
| Kinematic viscosity in air ( . More...
|
|
real function | atmos_ocean_fluxes_calc_mod::n_air (t) |
| dynamic viscosity in air More...
|
|
Calculates gas fluxes for atmosphere and ocean.