Newer
Older
## Atmospheric signle-column boundary layer routines and tests
this is a library (and a set of sets test cases) for parameterization of ABL vertical mixing, shallow and deep convection in ABL
for use in INMCM6 and similar climate models
This is a Cmake based library, so standard cmake rules apply
list of option and their defaults:
```cmake
option(BUILD_DOC "Build documentation" OFF)
option(USE_CONFIG_PARSER "Build config parser" ON)
option(USE_NETCDF "Enable netcdf library" ON)
option(WITH_RRTMG "with(out) RRTMG radiation transfer" OFF)
```