Back to home page

MITgcm

 
 

    


File indexing completed on 2023-03-03 06:10:19 UTC

view on githubraw file Latest commit 49784117 on 2023-03-01 02:05:27 UTC
4aa4b2baf3 Patr*0001 #ifndef PROFILES_OPTIONS_H
                0002 #define PROFILES_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #include "CPP_OPTIONS.h"
                0005 
4978411747 Jean*0006 C CPP options file for PROFILES package
                0007 C Use this file for selecting options within the PROFILES package
                0008 
d6c8672c92 Jean*0009 #ifdef ALLOW_PROFILES
                0010 C     Package-specific Options & Macros go here
                0011 
7ea6a3439c Jean*0012 C To use file units between 9 and 999 (seems to conflict
4caf2dc194 Gael*0013 C with NF_OPEN some times, but is needed when using g77)
7ea6a3439c Jean*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 c#define PROFILES_USE_MDSFINDUNITS
4caf2dc194 Gael*0017 
f40bb882f5 Jean*0018 C-- Undocumented Options:
                0019 #undef ALLOW_PROFILES_CLIMMASK
                0020 #undef ALLOW_PROFILES_EXCLUDE_CORNERS
                0021 #undef ALLOW_PROFILES_SAMPLESPLIT_COST
                0022 
4aa4b2baf3 Patr*0023 #endif /* ALLOW_PROFILES */
                0024 #endif /* PROFILES_OPTIONS_H */