Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(TSubbasin), | public, | POINTER | :: | pSub | |||
integer, | public | :: | subnum |
TYPE :: TwamSub
! Subbasin number where water management is associated to.
integer :: subnum
! pointer on TSub (TSubbasin)
TYPE (TSubbasin), POINTER :: pSub
END TYPE TwamSub