- Command line applications:
- New command line application:
foxes_yaml
, runs foxes by interpreting ayaml
input parameter file (no script neccessary) - New command line application:
foxes_windio
, runs foxes by interpreting a windioyaml
input parameter file (no script neccessary)
- New command line application:
- Config:
- Introducing a dictionary-like configuration object
foxes.config
, setting default data types, the directory choices, etc.
- Introducing a dictionary-like configuration object
- Inputs:
- New input package
foxes.input.yaml
, realizing the run via yaml parameter files. This is not followingwindio
, but a foxes specific structure. - Reworked
windio
input package, now atfoxes.input.yaml.windio
and based onfoxes.input.yaml
- New input package
- Outputs:
- Introducing the idea of a default output directory, accessible via
foxes.config.out_dir
. The file writing output classes now refer to this, or a output specific output directory that is given as an argument to the constructor of the output class.
- Introducing the idea of a default output directory, accessible via
- Examples:
- New example
yaml_input
, demonstrating the command line applicationfoxes_yaml
and the new yaml parameter file
- New example
- Bug fixes:
- Fix for
TurbOParkIX
wake model: Nowk
is trulyk
, such that onlyambka
orka
choices fromWakeK
correspond to multiplication withAMB_TI
orTI
, respectively.
- Fix for
Full Changelog: https://github.com/FraunhoferIWES/foxes/commits/v1.2