Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit c38c2eec on 2022-12-27 05:24:31 UTC
09a6f3668a Jeff*0001 #ifndef ATM2D_OPTIONS_H
                0002 #define ATM2D_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
d6c8672c92 Jean*0004 #include "CPP_OPTIONS.h"
09a6f3668a Jeff*0005 
                0006 #ifdef ALLOW_ATM2D
d6c8672c92 Jean*0007 C     Package-specific Options & Macros go here
09a6f3668a Jeff*0008 
                0009 C turn on MPI or not
                0010 #undef ATM2D_MPI_ON
                0011 
c38c2eec31 Jean*0012 C- allow single grid-point debugging write to standard-output
                0013 #define ALLOW_DBUG_ATM2D
                0014 
09a6f3668a Jeff*0015 #define JBUGI 89
                0016 #define JBUGJ 43
                0017 
c38c2eec31 Jean*0018 C- undocumented options:
                0019 #undef CLM
                0020 #undef CLM35
                0021 #undef CPL_CHEM
                0022 #undef CPL_NEM
                0023 #undef CPL_OCEANCO2
                0024 #undef CPL_TEM
                0025 #undef DATA4TEM
                0026 #undef IPCC_EMI
                0027 #undef ML_2D
                0028 #undef NCEPWIND
                0029 #undef OCEAN_3D
                0030 #undef ORBITAL_FOR
                0031 #undef PREDICTED_AEROSOL
                0032 
09a6f3668a Jeff*0033 #endif /* ALLOW_ATM2D */
                0034 #endif /* ATM2D_OPTIONS_H */