# scm-abl ## 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 ## Installation 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) ``` ## Usage see api examples ## Support ## Contributing Please contribute ## Authors and acknowledgment ## License GPL-3 ## Project status in development