SCALE-RM
Modules | Functions/Subroutines | Variables
scale_topography.F90 File Reference
#include "scalelib.h"
Include dependency graph for scale_topography.F90:

Go to the source code of this file.

Modules

module  scale_topography
 module TOPOGRAPHY
 

Functions/Subroutines

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)
 

Variables

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...