|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|

Functions | |
| void | tag_on_distance_from_eye (const Geometry &cgeom, TagBoxArray *tags, const Real eye_x, const Real eye_y, const Real rad_tag) |
| Tag cells based on 2D distance from the storm eye. More... | |
| void tag_on_distance_from_eye | ( | const Geometry & | cgeom, |
| TagBoxArray * | tags, | ||
| const Real | eye_x, | ||
| const Real | eye_y, | ||
| const Real | rad_tag | ||
| ) |
Tag cells based on 2D distance from the storm eye.
| [in] | cgeom | Geometry defining the domain. |
| [out] | tags | Array of tagged cells for refinement. |
| [in] | eye_x | X-coordinate of the eye center. |
| [in] | eye_y | Y-coordinate of the eye center. |
| [in] | rad_tag | Radius within which cells are tagged. |
Tag cells based on distance from the hurricane eye.
| cgeom | Geometry used for coordinates. | |
| [out] | tags | TagBoxArray to be filled. |
| eye_x | x-coordinate of the eye. | |
| eye_y | y-coordinate of the eye. | |
| rad_tag | Radius within which to tag. |
Referenced by ERF::ErrorEst(), and ERF::HurricaneTracker().

