1 |
heimbach |
1.3 |
C $Header: /u/gcmpack/MITgcm_contrib/arctic40km/code_ad/autodiff_inadmode_set_ad.F,v 1.2 2006/05/31 21:30:36 heimbach Exp $ |
2 |
heimbach |
1.1 |
|
3 |
|
|
#include "AUTODIFF_OPTIONS.h" |
4 |
|
|
|
5 |
|
|
subroutine adautodiff_inadmode_set( myThid ) |
6 |
|
|
IMPLICIT NONE |
7 |
|
|
C /==========================================================\ |
8 |
|
|
C | SUBROUTINE adautodiff_inadmode_set | |
9 |
|
|
C |==========================================================| |
10 |
|
|
C == Global variables === |
11 |
|
|
|
12 |
|
|
#include "SIZE.h" |
13 |
|
|
#include "EEPARAMS.h" |
14 |
|
|
#include "PARAMS.h" |
15 |
heimbach |
1.3 |
#ifdef ALLOW_SEAICE |
16 |
|
|
# include "SEAICE_PARAMS.h" |
17 |
|
|
#endif |
18 |
heimbach |
1.1 |
|
19 |
|
|
C == Routine arguments == |
20 |
|
|
C myThid - Thread number for this instance of the routine. |
21 |
|
|
integer myThid |
22 |
|
|
|
23 |
|
|
inAdmode = inAdTrue |
24 |
|
|
|
25 |
heimbach |
1.3 |
useKPP = .FALSE. |
26 |
heimbach |
1.1 |
useGMREDI = .FALSE. |
27 |
heimbach |
1.3 |
|
28 |
|
|
cph useSEAICE = .FALSE. |
29 |
|
|
SEAICEuseDYNAMICS = .FALSE. |
30 |
heimbach |
1.1 |
|
31 |
|
|
end |
32 |
|
|
|