Back to home page

MITgcm

 
 

    


File indexing completed on 2024-05-16 05:11:14 UTC

view on githubraw file Latest commit 0c90ef58 on 2024-05-15 16:50:06 UTC
0c90ef582a Jean*0001 #ifndef PROFILES_OPTIONS_H
                0002 #define PROFILES_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #include "CPP_OPTIONS.h"
                0005 
                0006 C CPP options file for PROFILES package
                0007 C Use this file for selecting options within the PROFILES package
                0008 
                0009 #ifdef ALLOW_PROFILES
                0010 C     Package-specific Options & Macros go here
                0011 
                0012 C To use file units between 9 and 999 (seems to conflict
                0013 C with NF_OPEN some times, but is needed when using g77)
                0014 C Note: comment out the #define below (instead of having an #undef) to
                0015 C       enable to set this Option in CPP command line (from the optfile)
                0016 #define PROFILES_USE_MDSFINDUNITS
                0017 
                0018 C-- Undocumented Options:
                0019 #undef ALLOW_PROFILES_CLIMMASK
                0020 #undef ALLOW_PROFILES_EXCLUDE_CORNERS
                0021 #undef ALLOW_PROFILES_SAMPLESPLIT_COST
                0022 
                0023 #endif /* ALLOW_PROFILES */
                0024 #endif /* PROFILES_OPTIONS_H */