Installing the model

Prerequisites

Bedymo depends on
  • A fortran compiler (tested first and foremost with gfortran).

  • A netCDF library (tested first and foremost with libnetcdf-4.4.4 with HDF5-support).

  • A python environment with numpy, matplotlib, and PyQt5 for the graphical user interface.

Compilation

The model code contains a compile script which defines the compiler and compile options in the uppermost section (called section 0). Possible settings are comprehenseively documented there. When compiling on a not yet defined host system, you will likely need to adapt section 1a of the compile script to your specific setup. Use the existing configuration for host systems at the University of Bergen and MacOS (with homebrew) will as reference for your new host configuration.