/[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.50 by jmc, Tue Aug 14 02:58:00 2012 UTC revision 1.52 by jmc, Fri Jul 11 18:28:45 2014 UTC
# Line 46  C o Include/exclude AdamsBashforth-3rd-O Line 46  C o Include/exclude AdamsBashforth-3rd-O
46  C o Include/exclude nonHydrostatic code  C o Include/exclude nonHydrostatic code
47  #undef ALLOW_NONHYDROSTATIC  #undef ALLOW_NONHYDROSTATIC
48    
49    C o Allow to account for heating due to friction (and momentum dissipation)
50    #undef ALLOW_FRICTION_HEATING
51    
52  C o Allow mass source or sink of Fluid in the interior  C o Allow mass source or sink of Fluid in the interior
53  C   (3-D generalisation of oceanic real-fresh water flux)  C   (3-D generalisation of oceanic real-fresh water flux)
54  #undef ALLOW_ADDFLUID  #undef ALLOW_ADDFLUID
# Line 108  C   such other header files. Line 111  C   such other header files.
111  C#define COSINEMETH_III  C#define COSINEMETH_III
112    
113  C o Use "OLD" UV discretisation near boundaries (*not* recommended)  C o Use "OLD" UV discretisation near boundaries (*not* recommended)
114  C   Note - only works with  #undef NO_SLIP_LATERAL  in calc_mom_rhs.F  C   Note - only works with pkg/mom_fluxform and "no_slip_sides=.FALSE."
115  C          because the old code did not have no-slip BCs  C          because the old code did not have no-slip BCs
116  #undef  OLD_ADV_BCS  #undef OLD_ADV_BCS
117    
118  C o Use LONG.bin, LATG.bin, etc., initialization for ini_curviliear_grid.F  C o Use LONG.bin, LATG.bin, etc., initialization for ini_curviliear_grid.F
119  C   Default is to use "new" grid files (OLD_GRID_IO undef) but OLD_GRID_IO  C   Default is to use "new" grid files (OLD_GRID_IO undef) but OLD_GRID_IO
120  C   is still useful with, e.g., single-domain curvilinear configurations.  C   is still useful with, e.g., single-domain curvilinear configurations.
121  #undef OLD_GRID_IO  #undef OLD_GRID_IO
122    
123    C o Use old EXTERNAL_FORCING_U,V,T,S subroutines (for backward compatibility)
124    #undef USE_OLD_EXTERNAL_FORCING
125    
126  C o Execution environment support options  C o Execution environment support options
127  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
128    

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.52

  ViewVC Help
Powered by ViewVC 1.1.22