/[MITgcm]/MITgcm/model/src/do_statevars_diags.F
ViewVC logotype

Diff of /MITgcm/model/src/do_statevars_diags.F

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

revision 1.14 by jahn, Fri Jun 26 23:10:09 2009 UTC revision 1.15 by dimitri, Sun Aug 7 07:08:15 2011 UTC
# Line 86  C                    and stagger/synchro Line 86  C                    and stagger/synchro
86          ENDIF          ENDIF
87  #endif  #endif
88    
89    #ifdef ALLOW_BBL
90           IF ( seqFlag.EQ.0 .AND. useBBL ) THEN
91             CALL BBL_DIAGNOSTICS_STATE( myTime, myIter, myThid )
92           ENDIF
93    #endif /* ALLOW_MYPACKAGE */
94    
95  #ifdef ALLOW_SEAICE  #ifdef ALLOW_SEAICE
96         IF ( seqFlag.EQ.0 .AND. useSEAICE ) THEN         IF ( seqFlag.EQ.0 .AND. useSEAICE ) THEN
97          CALL SEAICE_DIAGNOSTICS_STATE( myTime, myIter, myThid )          CALL SEAICE_DIAGNOSTICS_STATE( myTime, myIter, myThid )

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.22