/[MITgcm]/MITgcm/verification/global_ocean_ebm/code/CD_CODE_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/global_ocean_ebm/code/CD_CODE_OPTIONS.h

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

revision 1.1 by jmc, Thu Nov 19 22:32:51 2009 UTC revision 1.2 by jmc, Sat Dec 24 01:17:52 2011 UTC
# Line 2  C $Header$ Line 2  C $Header$
2  C $Name$  C $Name$
3    
4  C CPP options file for CD_CODE package  C CPP options file for CD_CODE package
 C  
5  C Use this file for selecting CPP options within the cd_code package  C Use this file for selecting CPP options within the cd_code package
6    
7  #ifndef CD_CODE_OPTIONS_H  #ifndef CD_CODE_OPTIONS_H
8  #define CD_CODE_OPTIONS_H  #define CD_CODE_OPTIONS_H
9  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
 #ifdef ALLOW_CD_CODE  
   
10  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
11    
12    #ifdef ALLOW_CD_CODE
13    C     Package-specific Options & Macros go here
14    
15  C Change defaut to get the same time-stepping for D-grid momentum and  C Change defaut to get the same time-stepping for D-grid momentum and
16  C  C-grid momentum. D-grid velocity used to be stepped forward in time  C  C-grid momentum. D-grid velocity used to be stepped forward in time
17  C  with Adams-Bashforth only on surface pressure term. Tests show that  C  with Adams-Bashforth only on surface pressure term. Tests show that
# Line 20  C  CD-scheme paper). The following 2 opt Line 20  C  CD-scheme paper). The following 2 opt
20  #define CD_CODE_NO_AB_MOMENTUM  #define CD_CODE_NO_AB_MOMENTUM
21  #define CD_CODE_NO_AB_CORIOLIS  #define CD_CODE_NO_AB_CORIOLIS
22    
 C CPP macros go here  
   
23  #endif /* ALLOW_CD_CODE */  #endif /* ALLOW_CD_CODE */
24  #endif /* CD_CODE_OPTIONS_H */  #endif /* CD_CODE_OPTIONS_H */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22