Back to home page

MITgcm

 
 

    


File indexing completed on 2020-04-22 05:11:54 UTC

view on githubraw file Latest commit 07e78522 on 2020-04-21 13:33:29 UTC
07e785229e dngo*0001 C CPP options file for STREAMICE
243831f5e5 Patr*0002 C Use this file for selecting options within package "streamice"
07e785229e dngo*0003 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
243831f5e5 Patr*0004 
                0005 #ifndef STREAMICE_OPTIONS_H
                0006 #define STREAMICE_OPTIONS_H
                0007 #include "PACKAGES_CONFIG.h"
                0008 #include "CPP_OPTIONS.h"
                0009 
07e785229e dngo*0010 #ifdef ALLOW_STREAMICE
                0011 
243831f5e5 Patr*0012 C Place CPP define/undef flag here
                0013 
                0014 #define STREAMICE_CONSTRUCT_MATRIX
07e785229e dngo*0015 #define STREAMICE_HYBRID_STRESS
                0016 #undef STREAMICE_FLOWLINE_BUTTRESS
243831f5e5 Patr*0017 #define USE_ALT_RLOW
07e785229e dngo*0018 #undef STREAMICE_GEOM_FILE_SETUP
                0019 C   The following will taper basal stress in a cell based
                0020 C   on height above floatation, and option (2) will also
                0021 C   smooth surface elevation across grounding line;
                0022 C   only one should be defined
243831f5e5 Patr*0023 #define STREAMICE_SMOOTH_FLOATATION
07e785229e dngo*0024 #undef STREAMICE_SMOOTH_FLOATATION2
                0025 
                0026 #undef ALLOW_PETSC
                0027 #undef ALLOW_STREAMICE_2DTRACER
                0028 #undef STREAMICE_TRACER_AB
                0029 #undef STREAMICE_SERIAL_TRISOLVE
                0030 
                0031 C- for OpenAD:
bf535e1ade Dani*0032 #define STREAMICE_ALLOW_BGLEN_CONTROL
                0033 #define ALLOW_STREAMICE_OAD_FP
243831f5e5 Patr*0034 
07e785229e dngo*0035 #endif /* ALLOW_STREAMICE */
                0036 #endif /* STREAMICE_OPTIONS_H */
243831f5e5 Patr*0037 
                0038 CEH3 ;;; Local Variables: ***
                0039 CEH3 ;;; mode:fortran ***
                0040 CEH3 ;;; End: ***