** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.

Last-Modified: Fri, 16 May 2024 05:11:24 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/verification/halfpipe_streamice/code_tap/STREAMICE_OPTIONS.h
Back to home page

MITgcm

 
 

    


File indexing completed on 2023-05-28 05:11:08 UTC

view on githubraw file Latest commit b4daa243 on 2023-05-28 03:53:22 UTC
b4daa24319 Shre*0001 C CPP options file for STREAMICE
                0002 C Use this file for selecting options within package "streamice"
                0003 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
                0004 
                0005 #ifndef STREAMICE_OPTIONS_H
                0006 #define STREAMICE_OPTIONS_H
                0007 #include "PACKAGES_CONFIG.h"
                0008 #include "CPP_OPTIONS.h"
                0009 
                0010 #ifdef ALLOW_STREAMICE
                0011 
                0012 C Place CPP define/undef flag here
                0013 
                0014 #define STREAMICE_CONSTRUCT_MATRIX
                0015 #define STREAMICE_HYBRID_STRESS
                0016 #undef STREAMICE_FLOWLINE_BUTTRESS
                0017 #define USE_ALT_RLOW
                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
                0023 #define STREAMICE_SMOOTH_FLOATATION
                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 #endif /* ALLOW_STREAMICE */
                0032 #endif /* STREAMICE_OPTIONS_H */
                0033 
                0034 CEH3 ;;; Local Variables: ***
                0035 CEH3 ;;; mode:fortran ***
                0036 CEH3 ;;; End: ***