Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | clump_pproc | ||||
integer, | public, | parameter | :: | BOUNDS_SUBGRID_GRIDCELL | = | 1 | |
integer, | public, | parameter | :: | BOUNDS_SUBGRID_LANDUNIT | = | 2 | |
integer, | public, | parameter | :: | BOUNDS_SUBGRID_COLUMN | = | 3 | |
integer, | public, | parameter | :: | BOUNDS_SUBGRID_PATCH | = | 4 | |
integer, | public, | parameter | :: | BOUNDS_SUBGRID_COHORT | = | 5 | |
integer, | public, | parameter | :: | BOUNDS_LEVEL_PROC | = | 1 | |
integer, | public, | parameter | :: | BOUNDS_LEVEL_CLUMP | = | 2 | |
integer, | public | :: | nclumps | ||||
integer, | public | :: | numg | ||||
integer, | public | :: | numl | ||||
integer, | public | :: | numc | ||||
integer, | public | :: | nump | ||||
integer, | public | :: | numCohort | ||||
type(processor_type), | public | :: | procinfo | ||||
type(clump_type), | public, | allocatable | :: | clumps(:) | |||
type(decomp_type), | public, | target | :: | ldecomp | |||
type(GlobalSegMap), | public, | target | :: | gsMap_lnd_gdc2glo | |||
type(GlobalSegMap), | public, | target | :: | gsMap_gce_gdc2glo | |||
type(GlobalSegMap), | public, | target | :: | gsMap_lun_gdc2glo | |||
type(GlobalSegMap), | public, | target | :: | gsMap_col_gdc2glo | |||
type(GlobalSegMap), | public, | target | :: | gsMap_patch_gdc2glo | |||
type(GlobalSegMap), | public, | target | :: | gsMap_cohort_gdc2glo | |||
type(GlobalSegMap), | public, | target | :: | gsMap_lnd2Dsoi_gdc2glo |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
integer, | intent(out) | :: | begg | |||
integer, | intent(out) | :: | endg | |||
integer, | intent(out) | :: | begl | |||
integer, | intent(out) | :: | endl | |||
integer, | intent(out) | :: | begc | |||
integer, | intent(out) | :: | endc | |||
integer, | intent(out) | :: | begp | |||
integer, | intent(out) | :: | endp | |||
integer, | intent(out) | :: | begCohort | |||
integer, | intent(out) | :: | endCohort |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
type(bounds_type), | intent(out) | :: | bounds |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out), | optional | :: | begg | ||
integer, | intent(out), | optional | :: | endg | ||
integer, | intent(out), | optional | :: | begl | ||
integer, | intent(out), | optional | :: | endl | ||
integer, | intent(out), | optional | :: | begc | ||
integer, | intent(out), | optional | :: | endc | ||
integer, | intent(out), | optional | :: | begp | ||
integer, | intent(out), | optional | :: | endp | ||
integer, | intent(out), | optional | :: | begCohort | ||
integer, | intent(out), | optional | :: | endCohort |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(out) | :: | bounds |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | begg | ||||
integer, | public | :: | endg | ||||
integer, | public | :: | begl | ||||
integer, | public | :: | endl | ||||
integer, | public | :: | begc | ||||
integer, | public | :: | endc | ||||
integer, | public | :: | begp | ||||
integer, | public | :: | endp | ||||
integer, | public | :: | begCohort | ||||
integer, | public | :: | endCohort | ||||
integer, | public | :: | level | ||||
integer, | public | :: | clump_index |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nclumps | ||||
integer, | public, | pointer | :: | cid(:) | |||
integer, | public | :: | ncells | ||||
integer, | public | :: | nlunits | ||||
integer, | public | :: | ncols | ||||
integer, | public | :: | npatches | ||||
integer, | public | :: | nCohorts | ||||
integer, | public | :: | begg | ||||
integer, | public | :: | endg | ||||
integer, | public | :: | begl | ||||
integer, | public | :: | endl | ||||
integer, | public | :: | begc | ||||
integer, | public | :: | endc | ||||
integer, | public | :: | begp | ||||
integer, | public | :: | endp | ||||
integer, | public | :: | begCohort | ||||
integer, | public | :: | endCohort |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | owner | ||||
integer, | public | :: | ncells | ||||
integer, | public | :: | nlunits | ||||
integer, | public | :: | ncols | ||||
integer, | public | :: | npatches | ||||
integer, | public | :: | nCohorts | ||||
integer, | public | :: | begg | ||||
integer, | public | :: | endg | ||||
integer, | public | :: | begl | ||||
integer, | public | :: | endl | ||||
integer, | public | :: | begc | ||||
integer, | public | :: | endc | ||||
integer, | public | :: | begp | ||||
integer, | public | :: | endp | ||||
integer, | public | :: | begCohort | ||||
integer, | public | :: | endCohort |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | pointer | :: | gdc2glo(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | subgrid_level |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | subgrid_level |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | clmlevel |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | pid | |||
integer, | intent(out) | :: | ncells | |||
integer, | intent(out) | :: | nlunits | |||
integer, | intent(out) | :: | ncols | |||
integer, | intent(out) | :: | npatches | |||
integer, | intent(out) | :: | nCohorts |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out), | optional | :: | ng | ||
integer, | intent(out), | optional | :: | nl | ||
integer, | intent(out), | optional | :: | nc | ||
integer, | intent(out), | optional | :: | np | ||
integer, | intent(out), | optional | :: | nCohorts |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | clmlevel | |||
type(GlobalSegMap), | pointer | :: | gsmap |