/[MITgcm]/MITgcm/pkg/kpp/KPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/pkg/kpp/KPP_OPTIONS.h

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

revision 1.6 by jmc, Tue Mar 6 17:50:15 2001 UTC revision 1.7 by edhill, Thu Oct 9 04:19:19 2003 UTC
# Line 5  C     | KPP_OPTIONS.h Line 5  C     | KPP_OPTIONS.h
5  C     | o CPP options file for KPP package.                      |  C     | o CPP options file for KPP package.                      |
6  C     |==========================================================|  C     |==========================================================|
7  C     | Use this file for selecting options within the KPP       |  C     | Use this file for selecting options within the KPP       |
8  C     | package.  KPP is enabled with ALLOW_KPP in CPP_OPTIONS.h |  C     | package.                                                 |
9  C     \==========================================================/  C     \==========================================================/
10    
11    #ifndef KPP_OPTIONS_H
12    #define KPP_OPTIONS_H
13    #include "PACKAGES_CONFIG.h"
14    #ifdef ALLOW_KPP
15    
16  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
17    
18  C o Set precision for KPP variables (Real*4 or Real*8)  C o Set precision for KPP variables (Real*4 or Real*8)
19  #define _KPP_RL Real*8  #define _KPP_RL Real*8
20    
 #ifdef ALLOW_KPP  
   
21  C o When set, use exchange calls rather than recomputation  C o When set, use exchange calls rather than recomputation
22  C   to obtain KPP parameters in overlap region.  This option  C   to obtain KPP parameters in overlap region.  This option
23  C   was added to reduce stack size requirements on the  C   was added to reduce stack size requirements on the
# Line 64  C o Include/exclude KPP non/local transp Line 67  C o Include/exclude KPP non/local transp
67  #define KPP_GHAT  #define KPP_GHAT
68    
69  #endif /* ALLOW_KPP */  #endif /* ALLOW_KPP */
70    #endif /* KPP_OPTIONS_H */

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

  ViewVC Help
Powered by ViewVC 1.1.22