GlobalConstants.h contains Earth's radius.
|
constexpr Real REarth = pcd::mean_radius; // Mean radius of the Earth ~ m (from |
|
// Physical Constants Dictionary) |
However, MPAS meshes define an attribute called
sphere_radius, which is consistent with the input coordinates, but different from
REarth. Omega currently does not read the radius attribute. How do we want to handle this ? The computation of reconstruction weights in high-order tracer advection needs the radius and needs it to be consistent to match MPAS-O convergence rates.
GlobalConstants.hcontains Earth's radius.Omega/components/omega/src/ocn/GlobalConstants.h
Lines 44 to 45 in e6e7b09
However, MPAS meshes define an attribute called
sphere_radius, which is consistent with the input coordinates, but different fromREarth. Omega currently does not read the radius attribute. How do we want to handle this ? The computation of reconstruction weights in high-order tracer advection needs the radius and needs it to be consistent to match MPAS-O convergence rates.