Back to home page

MITgcm

 
 

    


File indexing completed on 2020-02-28 06:11:56 UTC

view on githubraw file Latest commit 2704e0df on 2019-12-26 19:40:12 UTC
9952f046d7 dngo*0001 C     *==========================================================*
                0002 C     | SHELFICE_OPTIONS.h
                0003 C     | o CPP options file for SHELFICE package.
                0004 C     *==========================================================*
                0005 C     | Use this file for selecting options within the SHELFICE
                0006 C     | package.
                0007 C     *==========================================================*
                0008 
                0009 #ifndef SHELFICE_OPTIONS_H
                0010 #define SHELFICE_OPTIONS_H
                0011 #include "PACKAGES_CONFIG.h"
                0012 #include "CPP_OPTIONS.h"
                0013 
                0014 #ifdef ALLOW_SHELFICE
                0015 C     Package-specific Options & Macros go here
                0016 
                0017 C     allow code for simple ISOMIP thermodynamics
                0018 #undef ALLOW_ISOMIP_TD
                0019 
                0020 C     allow friction velocity-dependent transfer coefficient
                0021 C     following Holland and Jenkins, JPO, 1999
                0022 #define SHI_ALLOW_GAMMAFRICT
                0023 
                0024 C     allow (vertical) remeshing whenever ocean top thickness factor
                0025 C     exceeds thresholds
                0026 #define ALLOW_SHELFICE_REMESHING
2704e0df95 Jean*0027 C     and allow to print message to STDOUT when this happens
                0028 #define SHELFICE_REMESH_PRINT
9952f046d7 dngo*0029 
                0030 #endif /* ALLOW_SHELFICE */
                0031 #endif /* SHELFICE_OPTIONS_H */