| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(veg_type), | public | :: | veg | ||||
| type(vegp_type), | public | :: | vegp | ||||
| logical, | public | :: | has_sveg | = | .false. | ||
| real, | public, | allocatable | :: | sveg(:) | |||
| integer, | public | :: | npts_u | = | 0 | ||
| integer, | public | :: | npts_v | = | 0 | ||
| integer, | public | :: | npts_w | = | 0 | ||
| integer, | public, | allocatable | :: | ijk_u(:,:) | |||
| integer, | public, | allocatable | :: | ijk_v(:,:) | |||
| integer, | public, | allocatable | :: | ijk_w(:,:) | |||
| real, | public, | allocatable | :: | dcoef_u(:) | |||
| real, | public, | allocatable | :: | dcoef_v(:) | |||
| real, | public, | allocatable | :: | dcoef_w(:) | |||
| real, | public, | allocatable | :: | veg_up(:) | |||
| real, | public, | allocatable | :: | veg_vp(:) | |||
| real, | public, | allocatable | :: | veg_wp(:) | |||
| real, | public, | allocatable | :: | lad_3d(:,:,:) | |||
| real, | public, | allocatable | :: | dcoef_3d(:,:,:) | |||
| logical, | public | :: | vegetation_ready | = | .false. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | npts | = | 0 | ||
| integer, | public, | allocatable | :: | id(:) | |||
| integer, | public, | allocatable | :: | gidx(:) | |||
| integer, | public, | allocatable | :: | ijk(:,:) | |||
| real, | public, | allocatable | :: | lad(:) | |||
| real, | public, | allocatable | :: | cd(:) | |||
| real, | public, | allocatable | :: | ud(:) | |||
| real, | public, | allocatable | :: | dec(:) | |||
| real, | public, | allocatable | :: | lsize(:) | |||
| real, | public, | allocatable | :: | rs(:) | |||
| real, | public, | allocatable | :: | laiv(:) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real, | public, | allocatable | :: | qt(:) | |||
| real, | public, | allocatable | :: | qtR(:) | |||
| real, | public, | allocatable | :: | qtA(:) | |||
| real, | public, | allocatable | :: | thl(:) | |||
| real, | public, | allocatable | :: | omega(:) | |||
| real, | public, | allocatable | :: | sv(:,:) |