|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
Contains parameters of an input file grid. More...
#include <Grid.hh>
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 |
| double | x0 |
| x-coordinate of the domain center | |
| double | y0 |
| y-coordinate of the domain center | |
| double | Lx |
| domain half-width | |
| double | Ly |
| domain half-height | |
| double | z_min |
| minimal value of the z dimension | |
| double | z_max |
| maximal value of the z dimension | |
| std::vector< double > | x |
| x coordinates | |
| std::vector< double > | y |
| y coordinates | |
| std::vector< double > | z |
| z coordinates | |
| std::string | filename |
| std::string | variable_name |
| std::map< std::string, AxisType > | dimension_types |
| bool | longitude_latitude |
Private Member Functions | |
| void | reset () |