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

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

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

revision 1.6 by cnh, Sun Feb 4 14:38:48 2001 UTC revision 1.7 by cnh, Wed Sep 26 18:09:16 2001 UTC
# Line 3  C $Name$ Line 3  C $Name$
3    
4  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
5    
6  CStartOfInterface  CBOP
7    C     !ROUTINE: STATE_SUMMARY
8    C     !INTERFACE:
9        SUBROUTINE STATE_SUMMARY( myThid )        SUBROUTINE STATE_SUMMARY( myThid )
 C     /==========================================================\  
 C     | SUBROUTINE STATE_SUMMARY                                 |  
 C     | o Summarize model prognostic variables.                  |  
 C     |==========================================================|  
 C     | This routine can be called at any time during an         |  
 C     | integration to provide a summary of the model state.     |  
 C     | Note                                                     |  
 C     |  1. Under multi-process parallelism the state summary    |  
 C     |     is only given for the per-process data.              |  
 C     |  2. Under multi-threading the summary is produced by     |  
 C     |     the master thread. This threads reads data managed by|  
 C     |     other threads.                                       |  
 C     \==========================================================/  
       IMPLICIT NONE  
10    
11    C     !DESCRIPTION: \bv
12    C     *==========================================================*
13    C     | SUBROUTINE STATE_SUMMARY                                  
14    C     | o Summarize model prognostic variables.                  
15    C     *==========================================================*
16    C     | This routine can be called at any time during an          
17    C     | integration to provide a summary of the model state.      
18    C     | Note                                                      
19    C     |  1. Under multi-process parallelism the state summary    
20    C     |     is only given for the per-process data.              
21    C     |  2. Under multi-threading the summary is produced by      
22    C     |     the master thread. This threads reads data managed by
23    C     |     other threads.                                        
24    C     *==========================================================*
25    C     \ev
26    
27    C     !USES:
28          IMPLICIT NONE
29  C     === Global variables ===  C     === Global variables ===
30  #include "SIZE.h"  #include "SIZE.h"
31  #include "EEPARAMS.h"  #include "EEPARAMS.h"
# Line 27  C     === Global variables === Line 33  C     === Global variables ===
33  #include "GRID.h"  #include "GRID.h"
34  #include "DYNVARS.h"  #include "DYNVARS.h"
35    
36    C     !INPUT/OUTPUT PARAMETERS:
37  C     == Routine arguments ==  C     == Routine arguments ==
38  C     myThid -  Number of this instance of STATE_SUMMARY  C     myThid -  Number of this instance of STATE_SUMMARY
39        INTEGER myThid        INTEGER myThid
 CEndOfInterface  
40    
41    C     !LOCAL VARIABLES:
42  C     == Local variables ==  C     == Local variables ==
43        CHARACTER*(MAX_LEN_MBUF) msgBuf        CHARACTER*(MAX_LEN_MBUF) msgBuf
44    CEOP
45    
46        _BARRIER        _BARRIER
47    

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

  ViewVC Help
Powered by ViewVC 1.1.22