SCALE-RM
Modules | Functions/Subroutines | Variables
scale_landuse.F90 File Reference

Go to the source code of this file.

Modules

module  scale_landuse
 module LANDUSE
 

Functions/Subroutines

subroutine, public scale_landuse::landuse_setup
 Setup. More...
 
subroutine, public scale_landuse::landuse_calc_fact
 
subroutine, public scale_landuse::landuse_write
 Write landuse data. More...
 

Variables

real(rp), dimension(:,:), allocatable, public scale_landuse::landuse_fact_ocean
 ocean factor More...
 
real(rp), dimension(:,:), allocatable, public scale_landuse::landuse_fact_land
 land factor More...
 
real(rp), dimension(:,:), allocatable, public scale_landuse::landuse_fact_urban
 urban factor More...
 
real(rp), dimension(:,:), allocatable, public scale_landuse::landuse_frac_land
 land fraction More...
 
real(rp), dimension(:,:), allocatable, public scale_landuse::landuse_frac_lake
 lake fraction More...
 
real(rp), dimension(:,:), allocatable, public scale_landuse::landuse_frac_urban
 urban fraction More...
 
integer, public scale_landuse::landuse_pft_mosaic = 2
 number of PFT mosaic More...
 
integer, public scale_landuse::landuse_pft_nmax = 15
 number of plant functional type(PFT) More...
 
real(rp), dimension(:,:,:), allocatable, public scale_landuse::landuse_frac_pft
 fraction of PFT for each mosaic More...
 
integer, dimension(:,:,:), allocatable, public scale_landuse::landuse_index_pft
 index of PFT for each mosaic More...