surface_fieldEarth
- Workspace.surface_fieldEarth(self, surface_field: pyarts3.arts.SurfaceField | None = None, model: pyarts3.arts.String | None = None, surface_elevation: pyarts3.arts.Numeric | None = None) None
Earth reference ellipsoids.
The reference ellipsoid is set to model the Earth.
See
EarthEllipsoidfor validmodelAuthor: Patrick Eriksson
- Parameters:
surface_field (SurfaceField, optional) – The surface field. See
surface_field, defaults toself.surface_field[OUT]model (String, optional) – Model ellipsoid to use. Options listed above. Defaults to
"Sphere"[IN]surface_elevation (Numeric, optional) – Surface elevation over the full field. Defaults to
0[IN]