C $Header: /u/gcmpack/MITgcm/pkg/autodiff/myactivefunction_ad.F,v 1.1 2005/06/23 21:52:47 heimbach Exp $
C $Name:  $

#include "PACKAGES_CONFIG.h"
#include "CPP_OPTIONS.h"

CBOP
C     !INTERFACE:
      SUBROUTINE ADMYACTIVEFUNCTION ( 
     &     mytmp3d, mythid, admytmp3d,admyactivetmp )
C     !DESCRIPTION: \bv
C     *==========================================================*
C     *==========================================================*
C     \ev

C     !USES:
      IMPLICIT NONE
C     == Global variables ===
#include "SIZE.h"
#include "EEPARAMS.h"
#include "PARAMS.h"

C     !INPUT/OUTPUT PARAMETERS:
C     == Routine arguments ==
C     myThid - Thread number for this instance of the routine.
C     myIter - Iteration number
C     myTime - Current time of simulation ( s )
      _RL     mytmp3d(sNx,sNy,Nr,nSx,nSy)
      _RL     admytmp3d(sNx,sNy,Nr,nSx,nSy)
      _RL     admyactivetmp
      INTEGER myThid
      INTEGER myIter

C     !LOCAL VARIABLES:

c     == external ==

CEOP

cph   Do nothing and nothing will be done

      RETURN
      END