Skip to content

Earth radius constant #346

@mwarusz

Description

@mwarusz

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions