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

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

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


Revision 1.3 - (show annotations) (download)
Tue Sep 25 19:50:28 2001 UTC (22 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint48f_post, checkpoint47j_post, icebear2, checkpoint48d_pre, checkpoint51j_post, branch-exfmods-tag, checkpoint47e_post, checkpoint44h_pre, release1_p12, checkpoint48i_post, release1_p10, release1_p11, release1_p16, release1_p15, ecco_c44_e17, checkpoint47f_post, ecco_c44_e16, checkpoint48d_post, checkpoint46j_post, checkpoint47c_post, checkpoint50e_post, checkpoint50c_post, checkpoint46i_post, checkpoint47d_post, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, icebear5, icebear4, checkpoint44f_pre, checkpoint47a_post, icebear3, checkpoint46f_post, ecco_c50_e33a, checkpoint48a_post, checkpoint51f_pre, release1_p13_pre, checkpoint46d_pre, checkpoint48e_post, checkpoint46e_post, checkpoint48h_post, checkpoint50c_pre, release1-branch_tutorials, ecco_c50_e28, release1_p14, checkpoint44g_post, branchpoint-genmake2, checkpoint46h_pre, checkpoint44h_post, release1_p12_pre, checkpoint44e_post, checkpoint46k_post, checkpoint46e_pre, ecco-branch-mod4, checkpoint43a-release1mods, checkpoint50d_pre, checkpoint45d_post, checkpoint47i_post, checkpoint46l_pre, checkpoint46j_pre, checkpoint45b_post, checkpoint46b_pre, checkpoint47h_post, checkpoint48c_post, checkpoint46l_post, chkpt44a_pre, release1-branch-end, release1_final_v1, ecco_c44_e19, checkpoint51e_post, checkpoint51b_post, checkpoint46, ecco_c44_e20, checkpoint51c_post, ecco_c50_e32, ecco_c50_e31, checkpoint44, release1_p13, ecco_c44_e18, checkpoint48, checkpoint49, checkpoint44f_post, checkpoint47b_post, checkpoint48g_post, release1_p17, release1_b1, checkpoint44b_post, chkpt44c_post, ecco_c51_e34, chkpt44d_post, ecco_c50_e29, checkpoint42, release1_p9, checkpoint51, checkpoint50, release1_p8, checkpoint50d_post, checkpoint43, checkpoint46g_pre, release1_p2, release1_p3, release1_p4, checkpoint51b_pre, release1_p6, checkpoint46a_post, checkpoint47g_post, chkpt44a_post, checkpoint44b_pre, release1_p1, checkpoint46m_post, checkpoint51h_pre, checkpoint46a_pre, ecco_c51_e34e, ecco-branch-mod1, checkpoint50g_post, checkpoint45c_post, checkpoint50b_pre, release1_p5, checkpoint44e_pre, checkpoint51g_post, chkpt44c_pre, release1_p7, ecco_ice2, ecco_ice1, checkpoint46b_post, checkpoint51f_post, checkpoint46d_post, ecco-branch-mod2, checkpoint48b_post, checkpoint50b_post, checkpoint46g_post, checkpoint45a_post, ecco_c51_e34d, ecco_c51_e34f, ecco_c51_e34g, ecco_c51_e34a, ecco_c51_e34b, ecco_c51_e34c, checkpoint50f_post, checkpoint50a_post, checkpoint46c_pre, checkpoint50f_pre, ecco-branch-mod3, ecco_c50_e33, checkpoint47d_pre, checkpoint51d_post, ecco_c50_e30, checkpoint48c_pre, ecco-branch-mod5, ecco_c44_e22, release1_beta1, ecco_c44_e23, release1-branch_branchpoint, checkpoint47, checkpoint46c_post, checkpoint50h_post, checkpoint51a_post, checkpoint45, checkpoint46h_post, checkpoint50e_pre, checkpoint50i_post, release1_chkpt44d_post, ecco_c44_e25, checkpoint51i_pre
Branch point for: c24_e25_ice, ecco-branch, branch-genmake2, release1_coupled, icebear, release1_final, release1-branch, release1, release1_50yr, branch-exfmods-curt
Changes since 1.2: +9 -4 lines
File MIME type: text/plain
add a CPP option to turn back to old AIM Interface.

1 C $Header: /u/gcmpack/models/MITgcmUV/pkg/aim/AIM_OPTIONS.h,v 1.2 2001/02/02 21:36:29 adcroft 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 Macro mapping dynamics vertical indexing (KD) to AIM vertical indexing (KA).
16 C ( dynamics puts K=1 at bottom of atmos., AIM puts K=1 at top of atmos. )
17 #define _KD2KA( KD ) Nr-KD+1
18
19 #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22