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

Contents of /MITgcm/pkg/aim_v23/AIM_OPTIONS.h

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


Revision 1.3 - (show annotations) (download)
Thu Jun 12 17:59:06 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51, checkpoint51f_post, checkpoint51d_post, checkpoint51j_post, checkpoint51b_pre, checkpoint51h_pre, branchpoint-genmake2, checkpoint51b_post, checkpoint51c_post, checkpoint50h_post, checkpoint50i_post, checkpoint51i_pre, checkpoint51e_post, checkpoint51f_pre, checkpoint51g_post, checkpoint51a_post
Branch point for: branch-genmake2
Changes since 1.2: +3 -1 lines
File MIME type: text/plain
A simple land model provide surface B.C. for AIM (_v23) atmospheric physics

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/AIM_OPTIONS.h,v 1.2 2003/01/03 03:51:27 jmc Exp $
2 C $Name: $
3
4 C CPP options file for AIM package
5 C
6 #ifndef _CPP_EEOPTIONS_H_
7 #include "CPP_OPTIONS.h"
8 #endif
9
10 C restore the old AIM interface (ref: coupled run, summer 2000):
11 C - use a simple shift of 1/2 mesh for mapping A.grid <-> C.grid.
12 C - do not include minor changes (added to avoid negative Q).
13 #undef OLD_AIM_INTERFACE
14
15 #ifdef ALLOW_AIM
16
17 C allow time average diagnostic:
18 #define ALLOW_AIM_TAVE
19
20 C Macro mapping dynamics vertical indexing (KD) to AIM vertical indexing (KA).
21 C ( dynamics puts K=1 at bottom of atmos., AIM puts K=1 at top of atmos. )
22 #define _KD2KA( KD ) Nr-KD+1
23
24 #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22