/[MITgcm]/MITgcm/verification/OpenAD/code_ad/CD_CODE_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/OpenAD/code_ad/CD_CODE_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Thu Nov 19 22:32:51 2009 UTC (14 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62a, checkpoint62g, checkpoint62u, checkpoint62e, checkpoint62d, checkpoint62z, checkpoint63g, checkpoint62f, checkpoint62c, checkpoint62b, checkpoint62k, checkpoint62m, checkpoint62j, checkpoint62x, checkpoint62n, checkpoint62i, checkpoint62h, checkpoint62t, checkpoint62o, checkpoint62y, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint61z, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62s, checkpoint62r, checkpoint62l, checkpoint62q, checkpoint62p, checkpoint62, checkpoint63, checkpoint62w, checkpoint62v
File MIME type: text/plain
Added to reproduce CD-scheme old time-stepping.

1 jmc 1.1 C $Header: /u/gcmpack/MITgcm/pkg/cd_code/CD_CODE_OPTIONS.h,v 1.1 2003/10/28 22:57:59 edhill Exp $
2     C $Name: $
3    
4     C CPP options file for CD_CODE package
5     C
6     C Use this file for selecting CPP options within the cd_code package
7    
8     #ifndef CD_CODE_OPTIONS_H
9     #define CD_CODE_OPTIONS_H
10     #include "PACKAGES_CONFIG.h"
11     #ifdef ALLOW_CD_CODE
12    
13     #include "CPP_OPTIONS.h"
14    
15     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
17     C with Adams-Bashforth only on surface pressure term. Tests show that
18     C using AB on D-grid coriolis term improves stability (as expected from
19     C CD-scheme paper). The following 2 options allow to reproduce old results.
20     #define CD_CODE_NO_AB_MOMENTUM
21     #define CD_CODE_NO_AB_CORIOLIS
22    
23     C CPP macros go here
24    
25     #endif /* ALLOW_CD_CODE */
26     #endif /* CD_CODE_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22