Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:45:24 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
f2d956da4b Jean*0001 #ifndef FIZHI_OPTIONS_H
                0002 #define FIZHI_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #include "CPP_OPTIONS.h"
                0005 
a589927d63 Jean*0006 #ifdef ALLOW_FIZHI
f2d956da4b Jean*0007 C     Package-specific options go here
                0008 
                0009 C     use fixed day in the year:
                0010 #define FIZHI_USE_FIXED_DAY
                0011 
ac632d43e3 Jean*0012 C     use new version of S/R GETPWHERE
016987ca9e Jean*0013 #define TRY_NEW_GETPWHERE
f2d956da4b Jean*0014 
                0015 #endif /* ALLOW_FIZHI */
                0016 #endif /* FIZHI_OPTIONS_H */
                0017 
                0018 CEH3 ;;; Local Variables: ***
                0019 CEH3 ;;; mode:fortran ***
                0020 CEH3 ;;; End: ***