#include "scalelib.h"
Go to the source code of this file.
|
subroutine, public | scale_topography::topography_setup |
| Setup. More...
|
|
subroutine, public | scale_topography::topography_fillhalo (Zsfc, FILL_BND) |
| HALO Communication. More...
|
|
subroutine, public | scale_topography::topography_write |
| Write topography. More...
|
|
subroutine, public | scale_topography::topography_calc_tan_slope (IA, IS, IE, JA, JS, JE, RCDX, RCDY, MAPF) |
|
|
logical, public | scale_topography::topography_exist = .false. |
| topography exists? More...
|
|
real(rp), dimension(:,:), allocatable, public | scale_topography::topography_zsfc |
| absolute ground height [m] More...
|
|
real(rp), dimension(:,:), allocatable, public | scale_topography::topography_tansl_x |
| tan(slope_x) More...
|
|
real(rp), dimension(:,:), allocatable, public | scale_topography::topography_tansl_y |
| tan(slope_y) More...
|
|