Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-09 06:09:17 UTC

view on githubraw file Latest commit 84f265d4 on 2018-03-08 18:49:29 UTC
d6c8672c92 Jean*0001 C CPP options file for LAYERS package
108a00eab9 Ryan*0002 C Use this file for selecting options within package "LAYERS"
                0003 
                0004 #ifndef LAYERS_OPTIONS_H
                0005 #define LAYERS_OPTIONS_H
                0006 #include "PACKAGES_CONFIG.h"
d6c8672c92 Jean*0007 #include "CPP_OPTIONS.h"
108a00eab9 Ryan*0008 
                0009 #ifdef ALLOW_LAYERS
d6c8672c92 Jean*0010 C     Package-specific Options & Macros go here
108a00eab9 Ryan*0011 
                0012 C Compute isopycnal tranports in the U direction?
                0013 #define LAYERS_UFLUX
                0014 C Compute isopycnal tranports in the V direction?
                0015 #define LAYERS_VFLUX
                0016 C Keep track of layer thicknesses?
                0017 #define LAYERS_THICKNESS
cf336ab6c5 Ryan*0018 C Do water mass thermodynamics?
                0019 #undef LAYERS_THERMODYNAMICS
cdcbace143 Ryan*0020 C Use refined grid for diapycnal terms? (gives worse results)
                0021 #undef LAYERS_FINEGRID_DIAPYCNAL
108a00eab9 Ryan*0022 
                0023 C The MNC stuff is too complicated
                0024 #undef LAYERS_MNC
                0025 
17ce8d85dd Davi*0026 C Allow use of potential density as a layering field.
                0027 #define LAYERS_PRHO_REF
                0028 
84f265d4b3 dfer*0029 C Allow use of Moist Static Energy as a coordinate (relevant in the atmosphere)
                0030 #undef LAYERS_MSE
                0031 
108a00eab9 Ryan*0032 #endif /* ALLOW_LAYERS */
                0033 #endif /* LAYERS_OPTIONS_H */