Land icon indicating copy to clipboard operation
Land copied to clipboard

Units of `tau_osm` and `tau_noc` are incrrect

Open bishtgautam opened this issue 4 years ago • 0 comments

The Units of tau_osm at canopylayer.jl#L163 is incorrectly listed as [μmol⁻¹]. The units of tau_osm should be [mol² m⁻² s⁻² μmol⁻¹] based on the following calculation:

d(g_sw)/dt = [mol m⁻² s⁻¹]/s = [mol m⁻² s⁻²]
(dA/dE – d\Theta/dE) = [μmol  m⁻² s⁻¹] / [mol m⁻² s⁻¹] = [μmol mol⁻¹]
tau_osm = [mol² m⁻² s⁻² μmol⁻¹]

bishtgautam avatar Nov 23 '21 04:11 bishtgautam