/[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.6 - (show annotations) (download)
Thu Jul 22 23:01:05 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57g_pre, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint54d_post, checkpoint54e_post, checkpoint57d_post, checkpoint57i_post, checkpoint55, checkpoint57, checkpoint56, checkpoint54f_post, checkpoint55i_post, checkpoint55c_post, checkpoint57f_post, checkpoint57a_post, checkpoint57h_pre, checkpoint57h_post, checkpoint55g_post, checkpoint57c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, checkpoint55h_post, checkpoint57e_post, checkpoint55b_post, checkpoint55f_post, eckpoint57e_pre, checkpoint56a_post, checkpoint57h_done, checkpoint57f_pre, checkpoint56c_post, checkpoint57a_pre, checkpoint55a_post, checkpoint55e_post
Changes since 1.5: +4 -1 lines
File MIME type: text/plain
allow dew to form on land (evaporation < 0) with #define ALLOW_DEW_ON_LAND

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/AIM_OPTIONS.h,v 1.5 2004/06/24 23:41:12 jmc 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 C allow time average diagnostic:
22 #define ALLOW_AIM_TAVE
23
24 C allow time average diagnostic:
25 #define ALLOW_CLR_SKY_DIAG
26
27 C Macro mapping dynamics vertical indexing (KD) to AIM vertical indexing (KA).
28 C ( dynamics puts K=1 at bottom of atmos., AIM puts K=1 at top of atmos. )
29 #define _KD2KA( KD ) Nr-KD+1
30
31 #endif /* ALLOW_AIM */
32 #endif /* AIM_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22