|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
#include <Grid.hh>
Inheritance diagram for pism::grid::InputGridInfo:Public Member Functions | |
| InputGridInfo (const File &file, const std::string &variable, std::shared_ptr< units::System > unit_system, Registration registration) | |
| void | report (const Logger &log, int threshold, std::shared_ptr< units::System > s) const |
Public Attributes | |
| unsigned int | t_len |
| std::string | filename |
| std::string | variable_name |
| std::map< std::string, AxisType > | dimension_types |
| bool | longitude_latitude |
| std::vector< double > | z |
| z coordinates: input grids may be 3-dimensional | |
Public Attributes inherited from pism::grid::GridInfo | |
| double | x0 |
| x-coordinate of the domain center | |
| double | y0 |
| y-coordinate of the domain center | |
| double | Lx |
| domain half-width in the X direction | |
| double | Ly |
| domain half-width in the Y direction | |
| std::vector< double > | x |
| x coordinates | |
| std::vector< double > | y |
| y coordinates | |
Private Member Functions | |
| void | reset () |