/[MITgcm]/MITgcm/model/inc/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/model/inc/CPP_OPTIONS.h

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

revision 1.44 by mlosch, Mon Nov 23 16:13:57 2009 UTC revision 1.48 by jmc, Fri May 11 23:36:56 2012 UTC
# Line 28  C o Include/exclude Implicit vertical ad Line 28  C o Include/exclude Implicit vertical ad
28  C o Include/exclude AdamsBashforth-3rd-Order code  C o Include/exclude AdamsBashforth-3rd-Order code
29  #undef ALLOW_ADAMSBASHFORTH_3  #undef ALLOW_ADAMSBASHFORTH_3
30    
31  C o Include/exclude code for single reduction cg-solver  C o Include/exclude code for single reduction Conjugate-Gradient solver
32  #undef ALLOW_SRCG  #define ALLOW_SRCG
33    
34  C o Include/exclude nonHydrostatic code  C o Include/exclude nonHydrostatic code
35  #undef ALLOW_NONHYDROSTATIC  #undef ALLOW_NONHYDROSTATIC
# Line 57  C o Allow mass source or sink of Fluid i Line 57  C o Allow mass source or sink of Fluid i
57  C   (3-D generalisation of oceanic real-fresh water flux)  C   (3-D generalisation of oceanic real-fresh water flux)
58  #undef ALLOW_ADDFLUID  #undef ALLOW_ADDFLUID
59    
60    C o Choices for implicit solver routines solve_*diagonal.F
61    C   The following has low memory footprint, but not suitable for AD
62    #undef SOLVE_DIAGONAL_LOWMEMORY
63    C   The following one suitable for AD but does not vectorize
64    #undef SOLVE_DIAGONAL_KINNER
65    
66  C o ALLOW isotropic scaling of harmonic and bi-harmonic terms when  C o ALLOW isotropic scaling of harmonic and bi-harmonic terms when
67  C   using an locally isotropic spherical grid with (dlambda) x (dphi*cos(phi))  C   using an locally isotropic spherical grid with (dlambda) x (dphi*cos(phi))
68  C *only for use on a lat-lon grid*  C *only for use on a lat-lon grid*

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.48

  ViewVC Help
Powered by ViewVC 1.1.22