Skip to content
Snippets Groups Projects
Select Git revision
  • 87e26fdcec123a2365c9674f515c01be184ad3a7
  • main default protected
2 results

review.R

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    PersefoneDesktop.jl 630 B
    ### PersefoneDesktop - a GUI to the Persefone model of agriculture and ecosystems
    ###
    ### Daniel Vedder <daniel.vedder@idiv.de>
    ### Guy Pe'er <guy.peer@idiv.de>
    ### https://git.idiv.de/persefone/persefone-desktop
    ### (c) 2022-2023, licensed under the terms of the MIT license
    ###
    ### This file defines the module/package for the Persefone desktop software.
    ### To run the model, either execute `run.jl` from the commandline, #TODO
    ### or import the module using your own wrapper script or software.
    ###
    
    
    module PersefoneDesktop
    
    using
        QML,
        TOML,
        Makie,
        Persefone
    
    include("GUI.jl")
    
    end # module PersefoneDesktop