Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:45:41 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
b14f3e9bf7 Jean*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     *==========================================================*
9a037d41df Patr*0008 
                0009 #ifndef SHELFICE_OPTIONS_H
                0010 #define SHELFICE_OPTIONS_H
                0011 #include "PACKAGES_CONFIG.h"
b14f3e9bf7 Jean*0012 #include "CPP_OPTIONS.h"
9a037d41df Patr*0013 
                0014 #ifdef ALLOW_SHELFICE
b14f3e9bf7 Jean*0015 C     Package-specific Options & Macros go here
9a037d41df Patr*0016 
                0017 C     allow code for simple ISOMIP thermodynamics
                0018 #define ALLOW_ISOMIP_TD
                0019 
                0020 C     allow friction velocity-dependent transfer coefficient
                0021 C     following Holland and Jenkins, JPO, 1999
                0022 #undef SHI_ALLOW_GAMMAFRICT
                0023 
                0024 #endif /* ALLOW_SHELFICE */
                0025 #endif /* SHELFICE_OPTIONS_H */