/[MITgcm]/MITgcm/pkg/ctrl/ctrl_set_unpack_xyz.F
ViewVC logotype

Diff of /MITgcm/pkg/ctrl/ctrl_set_unpack_xyz.F

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

revision 1.7 by heimbach, Fri May 28 16:04:42 2004 UTC revision 1.8 by heimbach, Tue Nov 16 05:42:12 2004 UTC
# Line 28  c     == global variables == Line 28  c     == global variables ==
28  #include "GRID.h"  #include "GRID.h"
29    
30  #include "ctrl.h"  #include "ctrl.h"
   
 #ifdef ALLOW_ECCO_OPTIMIZATION  
31  #include "optim.h"  #include "optim.h"
 #endif  
32    
33  c     == routine arguments ==  c     == routine arguments ==
34    
# Line 46  c     == routine arguments == Line 43  c     == routine arguments ==
43    
44  c     == local variables ==  c     == local variables ==
45    
 #ifndef ALLOW_ECCO_OPTIMIZATION  
       integer optimcycle  
 #endif  
   
46        integer bi,bj        integer bi,bj
47        integer ip,jp        integer ip,jp
48        integer i,j,k        integer i,j,k
# Line 107  c     Initialise temporary file Line 100  c     Initialise temporary file
100           enddo           enddo
101        enddo        enddo
102    
 #ifndef ALLOW_ECCO_OPTIMIZATION  
       optimcycle = 0  
 #endif  
   
103  c--   Only the master thread will do I/O.  c--   Only the master thread will do I/O.
104        _BEGIN_MASTER( mythid )        _BEGIN_MASTER( mythid )
105    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22