Back to home page

MITgcm

 
 

    


File indexing completed on 2021-11-06 05:19:37 UTC

view on githubraw file Latest commit 7ea6a343 on 2021-10-29 18:49:16 UTC
e40e18b61b Gael*0001 C CPP options file for PROFILES package
                0002 C Use this file for selecting options within the PROFILES package
                0003 
                0004 #ifndef PROFILES_OPTIONS_H
                0005 #define PROFILES_OPTIONS_H
                0006 #include "PACKAGES_CONFIG.h"
                0007 #include "CPP_OPTIONS.h"
                0008 
                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
e40e18b61b Gael*0013 C with NF_OPEN some times, but is needed when using g77)
                0014 #define PROFILES_USE_MDSFINDUNITS
                0015 
                0016 #endif /* ALLOW_PROFILES */
                0017 #endif /* PROFILES_OPTIONS_H */
                0018 
                0019 CEH3 ;;; Local Variables: ***
                0020 CEH3 ;;; mode:fortran ***
                0021 CEH3 ;;; End: ***