FMS
2024.03
Flexible Modeling System
|
Data structure holding a 3D bounding box. It is commonlyused to represent the interval bounds or limits of a 3D sub-array such as the array index bounds of the spatial component a diag_manager field output buffer array. More...
Public Attributes | |
logical | has_halos |
.True. if the buffer has halos | |
integer | imax |
Upper i bound. | |
integer | imin |
Lower i bound. | |
integer | jmax |
Upper j bound. | |
integer | jmin |
Lower j bound. | |
integer | kmax |
Upper k bound. | |
integer | kmin |
Lower k bound. | |
integer | nhalo_i |
Number of halos in i. | |
integer | nhalo_j |
Number of halos in j. | |
Data structure holding a 3D bounding box. It is commonlyused to represent the interval bounds or limits of a 3D sub-array such as the array index bounds of the spatial component a diag_manager field output buffer array.
Definition at line 41 of file fms_diag_bbox.F90.