Back to home page

darwin3

 
 

    


File indexing completed on 2024-12-17 18:40:48 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
034e3f51ee Jean*0001 C CPP options file for LAYERS package
                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"
                0007 #include "CPP_OPTIONS.h"
                0008 
                0009 #ifdef ALLOW_LAYERS
                0010 C     Package-specific Options & Macros go here
                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
                0018 C Do water mass thermodynamics?
                0019 #define LAYERS_THERMODYNAMICS
                0020 C Use refined grid for diapycnal terms? (gives worse results)
                0021 #undef LAYERS_FINEGRID_DIAPYCNAL
                0022 
                0023 C The MNC stuff is too complicated
                0024 #undef LAYERS_MNC
                0025 
                0026 C Allow use of potential density as a layering field.
                0027 #define LAYERS_PRHO_REF
                0028 
                0029 #endif /* ALLOW_LAYERS */
                0030 #endif /* LAYERS_OPTIONS_H */