/[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.9 - (show annotations) (download)
Fri Aug 10 03:09:07 2007 UTC (16 years, 10 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59g, checkpoint59f, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint62b, checkpoint61f, checkpoint61n, checkpoint61q, checkpoint61z, checkpoint61e, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.8: +5 -2 lines
File MIME type: text/plain
Daniel's new option: 3d cloud fraction used to compute radiative fluxes,
 turned on/off with ALLOW_CLOUD_3D in AIM_OPTIONS.h

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/AIM_OPTIONS.h,v 1.8 2005/08/24 23:19:45 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 #ifdef ALLOW_TIMEAVE
22 C allow time average diagnostic:
23 # define ALLOW_AIM_TAVE
24 #endif
25
26 C allow Clear-Sky diagnostic:
27 #define ALLOW_CLR_SKY_DIAG
28
29 C allow 3D cloud fraction for computation of radiation
30 #undef ALLOW_CLOUD_3D
31
32 C Macro mapping dynamics vertical indexing (KD) to AIM vertical indexing (KA).
33 C ( dynamics puts K=1 at bottom of atmos., AIM puts K=1 at top of atmos. )
34 #define _KD2KA( KD ) Nr-KD+1
35
36 #endif /* ALLOW_AIM */
37 #endif /* AIM_OPTIONS_H */
38
39 CEH3 ;;; Local Variables: ***
40 CEH3 ;;; mode:fortran ***
41 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22