Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:41:40 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
d6c8672c92 Jean*0001 C  CPP options file for Land package
e0a2f8aec4 Jean*0002 
6d54cf9ca1 Ed H*0003 #ifndef LAND_OPTIONS_H
                0004 #define LAND_OPTIONS_H
                0005 #include "PACKAGES_CONFIG.h"
                0006 #include "CPP_OPTIONS.h"
                0007 
d6c8672c92 Jean*0008 #ifdef ALLOW_LAND
                0009 C     Package-specific Options & Macros go here
                0010 
14f4a56c0a Jean*0011 #ifdef ALLOW_TIMEAVE
e0a2f8aec4 Jean*0012 C  allow time average diagnostic:
14f4a56c0a Jean*0013 # define ALLOW_LAND_TAVE
                0014 #endif
e0a2f8aec4 Jean*0015 
4c9728b121 Jean*0016 C  to write debugging diagnostics:
                0017 #undef LAND_DEBUG
                0018 
89992793c5 Jean*0019 C  to reproduce results from version.1 (not conserving heat)
                0020 #undef LAND_OLD_VERSION
                0021 
e0a2f8aec4 Jean*0022 #endif /* ALLOW_LAND */
6d54cf9ca1 Ed H*0023 #endif /* LAND_OPTIONS_H */