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