|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_Utils.H>
Functions | |
| BoxArray | ERFPostProcessBaseGrids (const Box &domain, bool decompose_in_z) |
| void | ChopGrids2D (BoxArray &ba, const Box &domain, int target_size) |
| void ChopGrids2D | ( | BoxArray & | ba, |
| const Box & | domain, | ||
| int | target_size | ||
| ) |
Iteratively decompose grids in 2D until the target number of grids is reached.
| [in,out] | ba | BoxArray to be decomposed. |
| domain | Box specifying the domain. | |
| target_size | Target number of grids. |
Referenced by ERF::initHSE(), and make_terrain_fitted_coords().


| BoxArray ERFPostProcessBaseGrids | ( | const Box & | domain, |
| bool | decompose_in_z | ||
| ) |
Decompose the base grids to avoid creating too many grids for the number of processors.
| domain | Box specifying the domain to decompose. |
| decompose_in_z | Whether to decompose in the z-direction. |
Referenced by ERF::MakeNewLevelFromScratch().
