|
| 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_fact_lake |
| | lake factor More...
|
| |
| logical, dimension(:,:), allocatable, public | scale_landuse::landuse_exists_ocean |
| | ocean calculation flag More...
|
| |
| logical, dimension(:,:), allocatable, public | scale_landuse::landuse_exists_land |
| | land calculation flag More...
|
| |
| logical, dimension(:,:), allocatable, public | scale_landuse::landuse_exists_urban |
| | urban calculation flag More...
|
| |
| logical, dimension(:,:), allocatable, public | scale_landuse::landuse_exists_lake |
| | lake calculation flag More...
|
| |
| real(rp), dimension(:,:), allocatable, public | scale_landuse::landuse_frac_land |
| | land fraction More...
|
| |
| real(rp), dimension(:,:), allocatable, public | scale_landuse::landuse_frac_urban |
| | urban fraction More...
|
| |
| real(rp), dimension(:,:), allocatable, public | scale_landuse::landuse_frac_lake |
| | lake fraction More...
|
| |
| integer, parameter, public | scale_landuse::landuse_index_ocean = 0 |
| | ocean index More...
|
| |
| integer, parameter, public | scale_landuse::landuse_index_urban = -1 |
| | urban index More...
|
| |
| integer, parameter, public | scale_landuse::landuse_index_lake = -2 |
| | lake index More...
|
| |
| integer, parameter, public | scale_landuse::landuse_pft_nmin = -2 |
| | minimum number of PFT type More...
|
| |
| integer, public | scale_landuse::landuse_pft_nmax = 17 |
| | number of plant functional type(PFT) More...
|
| |
| integer, public | scale_landuse::landuse_pft_mosaic = 2 |
| | number of PFT mosaic 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...
|
| |