|
| integer | modd_slope_effect::nnx |
| |
| integer | modd_slope_effect::nny |
| |
| integer | modd_slope_effect::nix =0 |
| |
| integer | modd_slope_effect::niy =0 |
| |
| integer, save | modd_slope_effect::nnxloc |
| |
| integer, save | modd_slope_effect::nnyloc |
| |
| integer, save | modd_slope_effect::nixloc |
| |
| integer, save | modd_slope_effect::niyloc |
| |
| integer, save | modd_slope_effect::nindx1_x |
| |
| integer, save | modd_slope_effect::nindx2_x |
| |
| integer, save | modd_slope_effect::nindx1_y |
| |
| integer, save | modd_slope_effect::nindx2_y |
| |
| logical | modd_slope_effect::lrevertgrid |
| |
| real, dimension(:,:), allocatable | modd_slope_effect::xzsl |
| |
| real, dimension(:,:), allocatable | modd_slope_effect::xzs_xy |
| |
| real, dimension(:), allocatable | modd_slope_effect::xxhat |
| |
| real, dimension(:), allocatable | modd_slope_effect::xyhat |
| |
| real, dimension(:), allocatable | modd_slope_effect::xxhat_thread |
| |
| real, dimension(:), allocatable | modd_slope_effect::xyhat_thread |
| |
| real, dimension(:,:,:), allocatable | modd_slope_effect::xslopazi |
| |
| real, dimension(:,:,:), allocatable | modd_slope_effect::xslopang |
| |
| real, dimension(:,:,:), allocatable | modd_slope_effect::xsurf_triangle |
| |
| real, dimension(:,:), allocatable | modd_slope_effect::xzs_thread |
| |
| real, dimension(:,:), allocatable | modd_slope_effect::xzs_xy_thread |
| |
| real, dimension(:,:,:), allocatable | modd_slope_effect::xslopang_thread |
| |
| real, dimension(:,:,:), allocatable | modd_slope_effect::xslopazi_thread |
| |
| real, dimension(:,:,:), allocatable | modd_slope_effect::xsurf_triangle_thread |
| |