Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=200), | public | :: | TransitionFilePath | ||||
character(len=200), | public | :: | ClimateFile | ||||
character(len=200), | public | :: | Run | ||||
logical, | public | :: | DirectRead | ||||
logical, | public | :: | READrst | ||||
logical, | public | :: | WRITErst | ||||
logical, | public, | ALLOCATABLE | :: | prim_only(:) | |||
logical, | public, | ALLOCATABLE | :: | ptos(:) | |||
logical, | public, | ALLOCATABLE | :: | ptog(:) | |||
logical, | public, | ALLOCATABLE | :: | stog(:) | |||
logical, | public, | ALLOCATABLE | :: | gtos(:) | |||
integer, | public, | ALLOCATABLE | :: | ivegp(:) | |||
integer, | public, | ALLOCATABLE | :: | biome(:) | |||
integer, | public | :: | YearStart | ||||
integer, | public | :: | YearEnd | ||||
integer, | public | :: | nfile | ||||
integer, | public | :: | CTSTEP | ||||
real, | public, | ALLOCATABLE | :: | primaryf(:) | |||
real, | public, | ALLOCATABLE | :: | mtemp_min20(:) | |||
real, | public, | ALLOCATABLE | :: | grass(:) | |||
real, | public, | ALLOCATABLE | :: | secdf(:) | |||
character(len=200), | public, | DIMENSION(9) | :: | TransFile | |||
character(len=12), | public, | DIMENSION(9) | :: | VAR_NAME | |||
integer, | public, | DIMENSION(9) | :: | F_ID | |||
integer, | public, | DIMENSION(9) | :: | V_ID | |||
type(LUC_INPUT_TYPE), | public, | DIMENSION(9) | :: | INPUT | |||
integer, | public | :: | YEAR | ||||
integer, | public | :: | ydimsize | ||||
integer, | public | :: | xdimsize | ||||
integer, | public | :: | nrec | ||||
integer, | public | :: | FirstYear |