|
| Parameters (const Config &config) |
| Initialize grid defaults from a configuration database. More...
|
|
| Parameters (const Context &ctx, const std::string &filename, const std::string &variable_name, Registration r) |
| Initialize grid defaults from a configuration database and a NetCDF variable. More...
|
|
| Parameters (const Context &ctx, const File &file, const std::string &variable_name, Registration r) |
| Initialize grid defaults from a configuration database and a NetCDF variable. More...
|
|
void | horizontal_size_from_options () |
| Process -Mx and -My; set Mx and My. More...
|
|
void | horizontal_extent_from_options (std::shared_ptr< units::System > unit_system) |
| Process -Lx, -Ly, -x0, -y0, -x_range, -y_range; set Lx, Ly, x0, y0. More...
|
|
void | vertical_grid_from_options (std::shared_ptr< const Config > config) |
| Process -Mz and -Lz; set z;. More...
|
|
void | ownership_ranges_from_options (unsigned int size) |
| Re-compute ownership ranges. Uses current values of Mx and My. More...
|
|
void | validate () const |
| Validate data members. More...
|
|
Grid parameters; used to collect defaults before an Grid is allocated.
Definition at line 117 of file Grid.hh.