/[MITgcm]/MITgcm/pkg/ptracers/ptracers_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/ptracers/ptracers_readparms.F

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

revision 1.4 by dimitri, Thu Nov 13 06:35:15 2003 UTC revision 1.5 by jmc, Tue Jul 13 16:47:49 2004 UTC
# Line 16  C !USES: =============================== Line 16  C !USES: ===============================
16        IMPLICIT NONE        IMPLICIT NONE
17  #include "SIZE.h"  #include "SIZE.h"
18  #include "EEPARAMS.h"  #include "EEPARAMS.h"
19    #include "PTRACERS_SIZE.h"
20  #include "PTRACERS.h"  #include "PTRACERS.h"
21  #include "PARAMS.h"  #include "PARAMS.h"
22    
# Line 37  C  msgBuf              :: message buffer Line 38  C  msgBuf              :: message buffer
38        CHARACTER*(MAX_LEN_MBUF) msgBuf        CHARACTER*(MAX_LEN_MBUF) msgBuf
39  CEOP  CEOP
40    
41    C     PTRACERS_taveFreq :: Frequency with which time-averaged PTRACERS
42    C                          are written to post-processing files.
43          NAMELIST /PTRACERS_PARM01/
44         &                   PTRACERS_taveFreq,
45         &                   PTRACERS_advScheme,
46         &                   PTRACERS_diffKh,
47         &                   PTRACERS_diffK4,
48         &                   PTRACERS_diffKr,
49         &                   PTRACERS_useGMRedi,
50         &                   PTRACERS_useKPP,
51         &                   PTRACERS_numInUse,
52         &                   PTRACERS_initialFile,
53         &                   PTRACERS_useRecords
54    
55  C This routine has been called by the main model so we set our  C This routine has been called by the main model so we set our
56  C internal flag to indicate we are in business  C internal flag to indicate we are in business
57        PTRACERSisON=.TRUE.        PTRACERSisON=.TRUE.

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

  ViewVC Help
Powered by ViewVC 1.1.22