TwamSub Derived Type

type, public :: TwamSub


Inherits

type~~twamsub~~InheritsGraph type~twamsub TwamSub type~tsubbasin TSubbasin type~twamsub->type~tsubbasin pSub

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(TSubbasin), public, POINTER:: pSub
integer, public :: subnum

Source Code

  TYPE :: TwamSub
    ! Subbasin number where water management is associated to.
    integer :: subnum
    ! pointer on TSub (TSubbasin)
    TYPE (TSubbasin), POINTER :: pSub
  END TYPE TwamSub