Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
pism::grid::InputGridInfo Class Reference

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< doublex
 x coordinates
 
std::vector< doubley
 y coordinates
 
std::vector< doublez
 z coordinates
 
std::string filename
 
std::string variable_name
 
std::map< std::string, AxisTypedimension_types
 
bool longitude_latitude
 

Private Member Functions

void reset ()
 

Detailed Description

Contains parameters of an input file grid.

Definition at line 68 of file Grid.hh.


The documentation for this class was generated from the following files: