Back to home page

MITgcm

 
 

    


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 C  CPP options file for AIM package
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 C     Package-specific Options & Macros go here
                0010 
e98c426c93 Jean*0011 C  allow dew to form on land (=negative evaporation)
                0012 #undef ALLOW_DEW_ON_LAND
                0013 
fab2b5f59c Jean*0014 C  calculate top-atmosphere insolation using orbital parameters
                0015 C   (obliquity, eccentricity ...) provided as run-time params
                0016 #undef ALLOW_INSOLATION
e749d70ece Jean*0017 
fab2b5f59c Jean*0018 C  allow 3D cloud fraction for computation of radiation
bd70561229 Davi*0019 #undef ALLOW_CLOUD_3D
                0020 
fab2b5f59c Jean*0021 C  allow CO2 concentration
b9b8c0897e Davi*0022 #undef ALLOW_AIM_CO2
                0023 
fab2b5f59c Jean*0024 C  allow Clear-Sky diagnostic:
                0025 #define ALLOW_CLR_SKY_DIAG
                0026 
                0027 #ifdef ALLOW_TIMEAVE
                0028 C  allow time average diagnostic:
                0029 # define ALLOW_AIM_TAVE
                0030 #endif
                0031 
d676f916b2 Jean*0032 C   Macro mapping dynamics vertical indexing (KD) to AIM vertical indexing (KA).
                0033 C   ( dynamics puts K=1 at bottom of atmos., AIM puts K=1 at top of atmos. )
                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 CEH3 ;;; Local Variables: ***
                0040 CEH3 ;;; mode:fortran ***
                0041 CEH3 ;;; End: ***