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

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

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

revision 1.4 by jmc, Fri Dec 24 21:51:45 2010 UTC revision 1.5 by jmc, Tue May 17 22:14:43 2011 UTC
# Line 32  c#endif Line 32  c#endif
32  #ifdef ALLOW_EXF  #ifdef ALLOW_EXF
33  # include "EXF_PARAM.h"  # include "EXF_PARAM.h"
34  #endif  #endif
35    #ifdef ALLOW_OBCS
36    # include "OBCS.h"
37    #endif
38    
39  C     !INPUT/OUTPUT PARAMETERS:  C     !INPUT/OUTPUT PARAMETERS:
40  C     seqFlag :: flag that indicates where this S/R is called from:  C     seqFlag :: flag that indicates where this S/R is called from:
# Line 54  C--   Set output freq. to zero to avoid Line 57  C--   Set output freq. to zero to avoid
57  C     averaged fields in reverse checkpointing loops  C     averaged fields in reverse checkpointing loops
58        monitorFreq  = 0.        monitorFreq  = 0.
59        dumpFreq     = 0.        dumpFreq     = 0.
60          diagFreq     = 0.
61        taveFreq     = 0.        taveFreq     = 0.
62        chkPtFreq    = 0.        chkPtFreq    = 0.
63        pChkPtFreq   = 0.        pChkPtFreq   = 0.
# Line 75  C-    should call a S/R EXF_TURNOFF_IO ( Line 79  C-    should call a S/R EXF_TURNOFF_IO (
79        IF ( useEXF ) exf_monFreq = 0.        IF ( useEXF ) exf_monFreq = 0.
80  #endif  #endif
81    
82    #ifdef ALLOW_OBCS
83    C-    should call a S/R OBCS_TURNOFF_IO (like SEAICE) to reset this flag
84          IF ( useOBCS ) OBCS_monitorFreq = 0.
85    #endif
86    
87  C--   Disable SBO output  C--   Disable SBO output
88        useSBO       = .FALSE.        useSBO       = .FALSE.
89    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22