/[MITgcm]/MITgcm/pkg/aim/AIM_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/aim/AIM_OPTIONS.h

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


Revision 1.2 - (hide annotations) (download)
Fri Feb 2 21:36:29 2001 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre1, checkpoint35, pre38tag1, c37_adj, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre8, checkpoint40pre4, checkpoint40pre3, checkpoint40pre9, pre38-close, checkpoint37, checkpoint40pre7, checkpoint40, checkpoint39, checkpoint38, checkpoint41, checkpoint36
Branch point for: pre38
Changes since 1.1: +14 -0 lines
File MIME type: text/plain
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics

1 adcroft 1.2 C $Header: /u/gcmpack/models/MITgcmUV/pkg/aim/Attic/AIM_OPTIONS.h,v 1.1.2.1 2001/01/26 00:14:31 cnh Exp $
2     C $Name: branch-atmos-merge-freeze $
3    
4     C CPP options file for AIM package
5     C
6     #include "CPP_OPTIONS.h"
7    
8     #ifdef ALLOW_AIM
9    
10     C Macro mapping dynamics vertical indexing (KD) to AIM vertical indexing (KA).
11     C ( dynamics puts K=1 at bottom of atmos., AIM puts K=1 at top of atmos. )
12     #define _KD2KA( KD ) Nr-KD+1
13    
14     #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22