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
fb1e8c9704 Dani*0002 C Use this file for selecting options within package "streamice"
07e785229e dngo*0003 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
fb1e8c9704 Dani*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 
fb1e8c9704 Dani*0012 C Place CPP define/undef flag here
                0013 
                0014 #define STREAMICE_CONSTRUCT_MATRIX
                0015 #define STREAMICE_HYBRID_STRESS
07e785229e dngo*0016 #undef STREAMICE_FLOWLINE_BUTTRESS
fb1e8c9704 Dani*0017 #define USE_ALT_RLOW
                0018 #undef STREAMICE_GEOM_FILE_SETUP
07e785229e dngo*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
fb1e8c9704 Dani*0023 #define STREAMICE_SMOOTH_FLOATATION
07e785229e dngo*0024 #undef STREAMICE_SMOOTH_FLOATATION2
                0025 
fb1e8c9704 Dani*0026 #undef ALLOW_PETSC
                0027 #undef ALLOW_STREAMICE_2DTRACER
                0028 #undef STREAMICE_TRACER_AB
07e785229e dngo*0029 #undef STREAMICE_SERIAL_TRISOLVE
fb1e8c9704 Dani*0030 
07e785229e dngo*0031 #endif /* ALLOW_STREAMICE */
                0032 #endif /* STREAMICE_OPTIONS_H */
fb1e8c9704 Dani*0033 
                0034 CEH3 ;;; Local Variables: ***
                0035 CEH3 ;;; mode:fortran ***
                0036 CEH3 ;;; End: ***