|
| real, dimension(:,:), allocatable | lat |
| |
| real, dimension(:,:), allocatable | lon |
| |
| real, dimension(:,:,:), allocatable | z |
| |
| type(vert_look_up_table) | vert_lut |
| |
| type(geo_look_up_table) | geolut |
| |
| logical | dx_errors_printed =.False. |
| |
| logical | dy_errors_printed =.False. |
| |
| logical data_structures::interpolable_type::dx_errors_printed =.False. |
| logical data_structures::interpolable_type::dy_errors_printed =.False. |
| real, dimension(:,:), allocatable data_structures::interpolable_type::lat |
| real, dimension(:,:), allocatable data_structures::interpolable_type::lon |
| real, dimension(:,:,:), allocatable data_structures::interpolable_type::z |
The documentation for this type was generated from the following file: