/[MITgcm]/MITgcm/verification/global1x1_tot/code_seaice_adj/autodiff_inadmode_unset_ad.F
ViewVC logotype

Contents of /MITgcm/verification/global1x1_tot/code_seaice_adj/autodiff_inadmode_unset_ad.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sat Feb 4 02:46:57 2012 UTC (12 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
move global1x1_tot un-tested set-up to MITgcm_contrib/verification_other/global1x1_tot/

1 C $Header: /u/gcmpack/MITgcm/verification/global1x1_tot/code_seaice_adj/autodiff_inadmode_unset_ad.F,v 1.2 2005/06/16 15:40:07 heimbach Exp $
2
3 #include "AUTODIFF_OPTIONS.h"
4
5 subroutine adautodiff_inadmode_unset( myThid )
6 IMPLICIT NONE
7 C /==========================================================\
8 C | SUBROUTINE autodiff_inadmode_unset |
9 C |==========================================================|
10 C == Global variables ===
11
12 #include "SIZE.h"
13 #include "EEPARAMS.h"
14 #include "PARAMS.h"
15
16 C == Routine arguments ==
17 C myThid - Thread number for this instance of the routine.
18 integer myThid
19
20 inAdMode = inAdFALSE
21
22 useGMREDI = .TRUE.
23 useKPP = .TRUE.
24 useSEAICE = .TRUE.
25
26 end
27
28
29
30
31
32
33
34
35

  ViewVC Help
Powered by ViewVC 1.1.22