PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
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 More... | |
double | y0 |
y-coordinate of the domain center More... | |
double | Lx |
domain half-width More... | |
double | Ly |
domain half-height More... | |
double | z_min |
minimal value of the z dimension More... | |
double | z_max |
maximal value of the z dimension More... | |
std::vector< double > | x |
x coordinates More... | |
std::vector< double > | y |
y coordinates More... | |
std::vector< double > | z |
z coordinates More... | |
std::string | filename |
std::string | variable_name |
std::map< std::string, AxisType > | dimension_types |
Private Member Functions | |
void | reset () |