By Els Kuipers 28/6/2024 at Utrecht University
Using a .nc file entailing environmental variables, the barbel model can be run using the code in the following code repository: https://github.com/ERKuipers/CoupledFieldFish
Install Campo (https://campo.computationalgeography.org/) And some packages
- XUgrid (https://github.com/Deltares/xugrid) (for flexible mesh manipulation)
- XRarray (https://docs.xarray.dev/en/stable/)
- Numpy (https://numpy.org/doc/)
- Pandas (https://pandas.pydata.org/docs/)
Set up specific configurations using one of the configurations files in the 'input' folder. Please also check settings in the 'phenomena.py' script in the 'pre_processing' folder, which may be altered depending on whether a moving average over your environmental field data is required.
Using one of the files in the 'running' folder, you may change the linking to the configuration setting script you are using.
Exports can be called using the 'exporting.py' script. When requiring specific data reduction from any of the properties as you define them in the model, please consult this script in the 'post_processing' folder for your options.
Some datareduction visualisation and analysis scripts are suggested in the post_processing folder.