1 |
C $Header: /u/gcmpack/MITgcm_contrib/arctic40km/code_ad/autodiff_inadmode_unset_ad.F,v 1.2 2006/05/31 21:30:36 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 |
#ifdef ALLOW_SEAICE |
16 |
# include "SEAICE_PARAMS.h" |
17 |
#endif |
18 |
|
19 |
C == Routine arguments == |
20 |
C myThid - Thread number for this instance of the routine. |
21 |
integer myThid |
22 |
|
23 |
inAdMode = inAdFALSE |
24 |
|
25 |
useKPP = .TRUE. |
26 |
useGMREDI = .TRUE. |
27 |
|
28 |
cph useSEAICE = .TRUE. |
29 |
SEAICEuseDYNAMICS = .TRUE. |
30 |
|
31 |
end |
32 |
|
33 |
|
34 |
|
35 |
|
36 |
|
37 |
|
38 |
|
39 |
|
40 |
|