C $Header: /u/gcmpack/MITgcm/verification/global1x1_tot/code/autodiff_inadmode_set_ad.F,v 1.1 2005/05/27 23:30:13 heimbach Exp $

#include "AUTODIFF_OPTIONS.h"

      subroutine ADAUTODIFF_INADMODE_SET( myThid )
      IMPLICIT NONE
C     /==========================================================\
C     | SUBROUTINE adautodiff_inadmode_set                       |
C     |==========================================================|
C     == Global variables ===

#include "SIZE.h"
#include "EEPARAMS.h"
#include "PARAMS.h"

C     == Routine arguments ==
C     myThid - Thread number for this instance of the routine.
      integer myThid

      inAdmode = inAdTrue

      useKPP = .FALSE.
      useGMREDI = .FALSE.

      end