Skip to content

ClimAg/ClimAg

Repository files navigation

ClimAg: Multifactorial causes of fodder crises in Ireland and risks due to climate change

ClimAg project logos

Documentation Status

ClimAg is examining past fodder crises such as the 2018 dry summer and placing them in the context of long-term climate change.

ClimAg seeks to identify the multifactorial drivers of fodder crises by:

  • developing a detailed understanding of the multiple interlinked drivers of previous fodder crises affecting the Irish agricultural sector
  • combining datasets from 21st century climate simulations with grass growth models to predict the frequency and severity of fodder crisis events under future climate change scenarios

Repositories

Documentation is available at: https://climag.readthedocs.io. All repositories can be found in the ClimAg GitHub organisation. This repository hosts Python code for the grass growth model and scripts to perform data preparation, model simulations, and analysis.

Acknowledgements

ClimAg is a three-year research project funded by the Environmental Protection Agency (EPA) under the Climate Change Research Programme grant number 2018-CCRP-MS.50, with additional funding provided under the COVID-19 research support scheme of the Higher Education Authority.

The Python implementation of the ModVege pasture model adapted for use in this project was translated from Java to Python by Y. Chemin of JRC Ispra. This Python implementation was originally published as public domain software on GitHub under the Unlicence license. The Java model was provided by R. Martin of INRAE UREP Clermont-Ferrand for the original Python implementation. The original ModVege pasture model was developed by Jouven et al..

Installation

This project uses Conda with Python 3.10.

Note

Windows users should use Conda within Windows Subsystem for Linux (WSL), as some packages (e.g. CDO) are unavailable for Windows.

Clone the ClimAg repository including submodules:

git clone --recurse-submodules https://github.com/ClimAg/ClimAg.git

Navigate to the directory of the cloned repository:

cd ClimAg

Create a virtual environment and install all requirements:

conda env create

Activate the virtual environment:

conda activate ClimAg

To run tests:

python -m pytest --cov

To update the virtual environment:

conda env update

To build the documentation locally:

cd doc && make html

To clean build the documentation locally:

cd doc && make clean html

Licence

Copyright 2022-2024 N. Streethran

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

EPA Research Project: Multifactorial causes of fodder crises in Ireland and risks due to climate change

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published