Skip to content

Hop311/OpenVic-Simulation

 
 

Repository files navigation

OpenVic-Simulation

Repo of the OpenVic-Simulation Library for OpenVic

Quickstart Guide

For detailed instructions, view the OpenVic Contributor Quickstart Guide here

Required

Build Instructions

  1. Install scons for your system.
  2. Run the command git submodule update --init --recursive to retrieve all related submodules.
  3. Run scons in the project root, you should see a openvic-simulation.headless file in bin.

Link Instructions

  1. Call ovsim_env = SConscript("openvic-simulation/SConstruct")
  2. Use the values stored in the ovsim_env.openvic_simulation to link and compile against:
Variable Name Description Correlated ENV variable
LIBPATH Library path list env["LIBPATH"]
LIBS Library files names in the library paths env["LIBS"]
INCPATH Library include files env["CPPPATH"]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.5%
  • Other 0.5%