https://forgemia.inra.fr/record-open-archives/ambhas_cpp.git
Raw File
Tip revision: 634d96f20ca006b3d53478f72c29d381a7d73ca2 authored by ecasellas on 30 January 2023, 10:26:34 UTC
publishing info
Tip revision: 634d96f
codemeta.json
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "license": "https://spdx.org/licenses/GPL-3.0-or-later",
    "codeRepository": "git+https://forgemia.inra.fr/record-open-archives/ambhas_cpp.git",
    "dateCreated": "2019-01-17",
    "datePublished": "2023-01-27",
    "issueTracker": "https://forgemia.inra.fr/record-open-archives/ambhas_cpp/-/issues",
    "name": "Ambhas_Cpp",
    "description": "A distributed groundwater model for simulating daily evolution of the water table level",
    "funding": "ANR-16-CE03-0006",
    "developmentStatus": "inactive",
    "isPartOf": "http://www.vle-project.org",
    "referencePublication": "http://dx.doi.org/10.1016/j.jhydrol.2008.04.022",
    "funder": {
        "@type": "Organization",
        "name": "ANR,CEFIPRA"
    },
    "programmingLanguage": [
        "C++"
    ],
    "operatingSystem": [
        "Linux",
        "Windows"
    ],
    "softwareRequirements": [
        "vle 2.0",
        "http://www.vle-project.org",
        "",
        "boost 1.49",
        "http://www.boost.org",
        "",
        "cmake 2.8",
        "http://www.cmake.org"
    ],
    "author": [
        {
            "@type": "Person",
            "@id": "https://orcid.org/ 0000-0002-8492-0511",
            "givenName": "Eric",
            "familyName": "Casellas",
            "email": "eric.casellas@inrae.fr",
            "affiliation": {
                "@type": "Organization",
                "name": "MIAT,INRAE"
            }
        }
    ]
}
back to top