You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like non-temperature tracer fluxes and tendencies are given generic units that don't take into account the units of the tracer (ie it is assumed the tracer is dimensionless):
So for example BGC advective flux terms get the wrong units.
e.g. adic_xflux_adv, eg /g/data/ik11/outputs/access-om2-01/01deg_jra55v140_iaf_cycle4/output882/ocean/oceanbgc-3d-adic_xflux_adv-1-monthly-mean-ym_1991_07.nc has
long_name: rho*dzt*dyt*u*tracer
units: kg/sec
but the adic tracer /g/data/ik11/outputs/access-om2-01/01deg_jra55v140_iaf_cycle4/output882/ocean/oceanbgc-3d-adic-1-monthly-mean-ym_1991_07.nc has
It looks like non-temperature tracer fluxes and tendencies are given generic units that don't take into account the units of the tracer (ie it is assumed the tracer is dimensionless):
MOM5/src/mom5/ocean_tracers/ocean_tracer_advect.F90
Lines 870 to 929 in b68f137
So for example BGC advective flux terms get the wrong units.
e.g.
adic_xflux_adv
, eg/g/data/ik11/outputs/access-om2-01/01deg_jra55v140_iaf_cycle4/output882/ocean/oceanbgc-3d-adic_xflux_adv-1-monthly-mean-ym_1991_07.nc
hasbut the
adic
tracer/g/data/ik11/outputs/access-om2-01/01deg_jra55v140_iaf_cycle4/output882/ocean/oceanbgc-3d-adic-1-monthly-mean-ym_1991_07.nc
hasIf the
adic_xflux_adv
long_name
is correct, theadic_xflux_adv
units should be (mmol kg)/(m^3 sec), which is roughly mol/sec.Maybe generic units for
_xflux_adv
should be given as(tracer units)*kg/sec
. Similarly for the other fluxes, tendencies etc.The text was updated successfully, but these errors were encountered: