PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Member Functions | List of all members
pism::grid::InputGridInfo Class Reference

#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, AxisTypedimension_types
 
bool longitude_latitude
 
std::vector< doublez
 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< doublex
 x coordinates
 
std::vector< doubley
 y coordinates
 

Private Member Functions

void reset ()
 

Detailed Description

Definition at line 60 of file Grid.hh.


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