File indexing completed on 2018-03-02 18:37:20 UTC
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
d6c8672c92 Jean*0001
6d54cf9ca1 Ed H*0002
0003 #ifndef AIM_OPTIONS_H
0004 #define AIM_OPTIONS_H
0005 #include "PACKAGES_CONFIG.h"
d676f916b2 Jean*0006 #include "CPP_OPTIONS.h"
0007
d6c8672c92 Jean*0008 #ifdef ALLOW_AIM
0009
0010
e98c426c93 Jean*0011
0012 #undef ALLOW_DEW_ON_LAND
0013
fab2b5f59c Jean*0014
0015
0016 #undef ALLOW_INSOLATION
e749d70ece Jean*0017
fab2b5f59c Jean*0018
bd70561229 Davi*0019 #undef ALLOW_CLOUD_3D
0020
fab2b5f59c Jean*0021
b9b8c0897e Davi*0022 #undef ALLOW_AIM_CO2
0023
fab2b5f59c Jean*0024
0025 #define ALLOW_CLR_SKY_DIAG
0026
0027 #ifdef ALLOW_TIMEAVE
0028
0029 # define ALLOW_AIM_TAVE
0030 #endif
0031
d676f916b2 Jean*0032
0033
0034 #define _KD2KA( KD ) Nr-KD+1
0035
0036 #endif /* ALLOW_AIM */
6d54cf9ca1 Ed H*0037 #endif /* AIM_OPTIONS_H */
ad0ca66649 Ed H*0038
0039
0040
0041