Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 582 Bytes

INSTALL.md

File metadata and controls

30 lines (19 loc) · 582 Bytes

Project Dependencies

C Compiler

At present, GCC is officially supported.

Tested version (GCC) 8.3.1

OS

TOPMODEL is compatible on both Windows and Linux machines.

Tested version RHEL v8.3.1-5

Make

Recommended build tool GNU Make

Build and Run

Run TOPMODEL BMI using Make,

cd src/
make clean; make
cd ..
./run_bmi

Default configuration generates OUT files, topmod.out and hyd.out, to root directory. See here for example of hydrograph output.