/[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.8 - (show annotations) (download)
Wed Aug 24 23:19:45 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57s_post, checkpoint58b_post, checkpoint57y_post, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint58y_post, checkpoint58t_post, checkpoint58m_post, checkpoint57t_post, checkpoint57v_post, checkpoint58w_post, checkpoint57y_pre, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, checkpoint58r_post, checkpoint58n_post, checkpoint59e, checkpoint59d, checkpoint59a, checkpoint59c, checkpoint59b, checkpint57u_post, checkpoint58k_post, checkpoint58v_post, checkpoint58l_post, checkpoint58g_post, checkpoint58x_post, checkpoint58h_post, checkpoint58j_post, checkpoint57w_post, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post
Changes since 1.7: +4 -2 lines
File MIME type: text/plain
default is #define ALLOW_AIM_TAVE (only if ALLOW_TIMEAVE is defined)

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/AIM_OPTIONS.h,v 1.7 2005/06/23 20:02:50 edhill Exp $
2 C $Name: $
3
4 C CPP options file for AIM package
5
6 #ifndef AIM_OPTIONS_H
7 #define AIM_OPTIONS_H
8 #include "PACKAGES_CONFIG.h"
9 #ifdef ALLOW_AIM
10
11 #include "CPP_OPTIONS.h"
12
13 C restore the old AIM interface (ref: coupled run, summer 2000):
14 C - use a simple shift of 1/2 mesh for mapping A.grid <-> C.grid.
15 C - do not include minor changes (added to avoid negative Q).
16 #undef OLD_AIM_INTERFACE
17
18 C allow dew to form on land (=negative evaporation)
19 #undef ALLOW_DEW_ON_LAND
20
21 #ifdef ALLOW_TIMEAVE
22 C allow time average diagnostic:
23 # define ALLOW_AIM_TAVE
24 #endif
25
26 C allow time average diagnostic:
27 #define ALLOW_CLR_SKY_DIAG
28
29 C Macro mapping dynamics vertical indexing (KD) to AIM vertical indexing (KA).
30 C ( dynamics puts K=1 at bottom of atmos., AIM puts K=1 at top of atmos. )
31 #define _KD2KA( KD ) Nr-KD+1
32
33 #endif /* ALLOW_AIM */
34 #endif /* AIM_OPTIONS_H */
35
36 CEH3 ;;; Local Variables: ***
37 CEH3 ;;; mode:fortran ***
38 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22