Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 974 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 974 Bytes

VarBCFiles

Read, write and mergeVARBC.cycle files version 6

Installation

This package is registered in the Harmonie Registry. Hit ] in the Julia REPL to go into package mode and add the Harmonie registry

pkg> registry add General
pkg> registry add https://github.com/Hirlam/HarmonieRegistry

Followed by

pkg> add VarBCFiles

To develop VarBCFiles

pkg> dev VarBCFiles

This will put a git clone in $HOME/.julia/dev/VarBCFiles/ by default.