/[MITgcm]/MITgcm/pkg/admtlm/admtlm_bypassad.F
ViewVC logotype

Diff of /MITgcm/pkg/admtlm/admtlm_bypassad.F

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

revision 1.1 by heimbach, Mon Dec 19 23:29:25 2005 UTC revision 1.2 by heimbach, Thu Apr 27 12:49:02 2006 UTC
# Line 12  C     == Global variables === Line 12  C     == Global variables ===
12  #include "SIZE.h"  #include "SIZE.h"
13  #include "EEPARAMS.h"  #include "EEPARAMS.h"
14  #include "PARAMS.h"  #include "PARAMS.h"
15  #ifdef ALLOW_ADMTLM  #if (defined (ALLOW_ADMTLM) && defined (ALLOW_BYPASSAD))
16  # include "ctrl.h"  # include "ctrl.h"
17  # include "ctrl_dummy.h"  # include "ctrl_dummy.h"
18  # include "optim.h"  # include "optim.h"
# Line 25  C     ======== Routine arguments ======= Line 25  C     ======== Routine arguments =======
25  C     myThid - Thread number for this instance of the routine.  C     myThid - Thread number for this instance of the routine.
26        integer myThid        integer myThid
27    
28  #ifdef ALLOW_ADMTLM  #if (defined (ALLOW_ADMTLM) && defined (ALLOW_BYPASSAD))
29    
30  C     ========= Local variables =========================  C     ========= Local variables =========================
31        integer i, j, k        integer i, j, k

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22