CBOP
C     !ROUTINE: flow directives for active_file.F
C     !INTERFACE:
C     !DESCRIPTION: \bv
c     ==================================================================
c     active_file.flow
c     ==================================================================
c     provides flow directives for routines in active_file.F
c     required by TAMC/TAF
c     * active_read_xy
c     * active_read_xyz
c     * active_read_xz
c     * active_read_yz
c     * active_write_xy
c     * active_write_xyz
c     * active_write_xz
c     * active_write_yz
c     _tile_ routines are not used nd my not be up-to-date. PH
c     ==================================================================
c     active_file.flow
c     ==================================================================
C     \ev
CEOP

c----------------------------------------
c subroutine active_read_profile
c----------------------------------------
cadj SUBROUTINE active_read_profile FTLNAME = g_active_read_profile
cadj SUBROUTINE active_read_profile ADNAME  = adactive_read_profile
cadj SUBROUTINE active_read_profile INPUT   = 1, 2,   4,5,6,7,8,9,10,11
cadj SUBROUTINE active_read_profile OUTPUT  =       3
cadj SUBROUTINE active_read_profile ACTIVE  =       3
cadj SUBROUTINE active_read_profile DEPEND  = 1, 2,   4,5,6,7,8,9,10

c----------------------------------------
c subroutine active_write_profile
c----------------------------------------
cadj SUBROUTINE active_write_profile FTLNAME = g_active_write_profile
cadj SUBROUTINE active_write_profile ADNAME  = adactive_write_profile
cadj SUBROUTINE active_write_profile INPUT   = 1, 2, 3, 4,5,6,7,8,9,10
cadj SUBROUTINE active_write_profile OUTPUT  =                      10
cadj SUBROUTINE active_write_profile ACTIVE  =       3             ,10
cadj SUBROUTINE active_write_profile DEPEND  = 1, 2,    4,5,6,7,8,9

