Contains all data related to grid. More...
Public Attributes | |
real(kind=8), dimension(3) | origin |
origin of the grid | |
real(kind=8) | factor |
multiplicative factor read in the input | |
integer | grid_type |
refer to mod_gridtype | |
integer | iform |
if the format is ascii ( true ) or binary ( false ) | |
character *128 | filename |
character *72 | title |
real(kind=8) | scfct |
parameter uhbd or dtgrid More... | |
logical | is_logical |
if set to yes, store logical values, otherwise real number | |
real(kind=8) | h |
spacing of the grid, and scale read from uhbd header but not used | |
real(kind=8) | scale |
real | hpin |
precomcomputed values | |
real | rp |
real | rpsq |
integer | size_x |
size of the grid, in number of cells | |
integer | size_y |
integer | size_z |
integer | npx |
not used, to delete ? | |
integer | npy |
integer | npz |
type(type_uhbd_grid), pointer | p_grid |
pointer to the 3d array | |
Contains all data related to grid.
Most are common to both types : origin, size, h, etc
Grids can be real or logical, be read/writen in binary or ascii format
Only the pointer to the real array may be of type UHBD or dtgrid
real ( kind=8 ) mod_grid::type_grid::scfct |
parameter uhbd or dtgrid
scaling factot, used ?