Skip to content
Snippets Groups Projects
README.md 741 B
Newer Older
  • Learn to ignore specific revisions
  • Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    # scm-abl
    
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    ## 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
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    
    ## Installation
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    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)
    ```
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    ## Usage
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    see api examples
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    ## Support
    
    ## Contributing
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    Please contribute 
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    
    ## Authors and acknowledgment
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    
    ## License
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    GPL-3
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    
    ## Project status
    
    Debolskiy Andrey's avatar
    Debolskiy Andrey committed
    in development