/[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.2 - (show annotations) (download)
Fri Jan 3 03:51:27 2003 UTC (21 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint50c_post, checkpoint48e_post, checkpoint50c_pre, checkpoint48i_post, checkpoint50d_pre, checkpoint50, checkpoint50d_post, checkpoint50b_pre, checkpoint48b_post, checkpoint48c_pre, checkpoint48d_pre, checkpoint47i_post, checkpoint48d_post, checkpoint48f_post, checkpoint48h_post, checkpoint47g_post, checkpoint48a_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint47j_post, checkpoint48c_post, checkpoint50g_post, checkpoint50e_pre, checkpoint50e_post, checkpoint48, checkpoint49, checkpoint47h_post, checkpoint50b_post, checkpoint48g_post
Changes since 1.1: +4 -1 lines
File MIME type: text/plain
 time-average AIM output: become independent from statvars time-average
  (can be used with #undef ALLOW_TIMEAVE) ; add new variables (e.g., RH)

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

  ViewVC Help
Powered by ViewVC 1.1.22