| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | lx1 | this is a useful shorthand for most program units using this module, occassionally a program unit needs to define its own size in which case an only statement is required when using this module. |
|||
| integer, | public | :: | lx2 | this is a useful shorthand for most program units using this module, occassionally a program unit needs to define its own size in which case an only statement is required when using this module. |
|||
| integer, | public | :: | lx3 | this is a useful shorthand for most program units using this module, occassionally a program unit needs to define its own size in which case an only statement is required when using this module. |
|||
| integer, | public | :: | lx2all | this is a useful shorthand for most program units using this module, occassionally a program unit needs to define its own size in which case an only statement is required when using this module. |
|||
| integer, | public | :: | lx3all | this is a useful shorthand for most program units using this module, occassionally a program unit needs to define its own size in which case an only statement is required when using this module. |
|||
| real(kind=wp), | public, | dimension(:,:,:), allocatable | :: | g1 | |||
| real(kind=wp), | public, | dimension(:,:,:), allocatable | :: | g2 | |||
| real(kind=wp), | public, | dimension(:,:,:), allocatable | :: | g3 | |||
| integer, | public | :: | gridflag | ||||
| integer, | public | :: | flagswap |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | indatsize | |||
| character(len=*), | intent(in) | :: | indatgrid | |||
| integer, | intent(in) | :: | flagperiodic | |||
| type(curvmesh), | intent(inout) | :: | x |
CHECK THE SIZE OF THE GRID TO BE LOADED AND SET SIZES IN THIS MODULE (NOT IN STRUCTURE THOUGH)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | indatsize |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(curvmesh), | intent(inout) | :: | x |
DEALLOCATE GRID UNIT VECTORS, WHICH TAKE UP A LOT OF MEMORY
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(curvmesh), | intent(inout) | :: | x |
LOAD UP GRAV. FIELD ARRAY. IT IS EXPECTED THAT GHOST CELLS WILL HAVE BEEN TRIMMED FROM ARRAYS BEFORE THEY ARE PASSED INTO THIS ROUTINE.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:,:,:) | :: | alt |
DEALLOCATE GRAV. FIELD ARRAY.