Back to home page

MITgcm

 
 

    


File indexing completed on 2023-03-03 06:09:58 UTC

view on githubraw file Latest commit 06d4643e on 2023-01-18 18:18:37 UTC
c83e0242d5 Ed H*0001 #ifndef FIZHI_OPTIONS_H
                0002 #define FIZHI_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #include "CPP_OPTIONS.h"
                0005 
d6c8672c92 Jean*0006 #ifdef ALLOW_FIZHI
c83e0242d5 Ed H*0007 C     Package-specific options go here
                0008 
496dcc12d9 Jean*0009 C     use fixed day in the year:
                0010 #undef FIZHI_USE_FIXED_DAY
                0011 
                0012 C     use new version of S/R GETPWHERE
                0013 #define TRY_NEW_GETPWHERE
c83e0242d5 Ed H*0014 
4e1c053948 Jean*0015 C     Compiler and Processor specific code
                0016 #undef FIZHI_F77_COMPIL
06d4643e1f Jean*0017 #undef FIZHI_CRAY
                0018 #undef FIZHI_SGI
4e1c053948 Jean*0019 
c83e0242d5 Ed H*0020 #endif /* ALLOW_FIZHI */
                0021 #endif /* FIZHI_OPTIONS_H */
                0022 
                0023 CEH3 ;;; Local Variables: ***
                0024 CEH3 ;;; mode:fortran ***
                0025 CEH3 ;;; End: ***