Fortran-support library
This repository is an external library of ICON collecting low-level supporting modules of ICON.
How to contribute
Please open a merge request and select one of our templates for new features or bugfixes. Detailed instructions on how to proceed are provided there.
Some notes for developers
- The
fortran-support
library is only configured by CMake. - The
fortran-support
library usesfprettify
for formatting Fortran codes. Runmake format
before you commit. - The
fortran-support
library is unit tested. (work in progress) All merge request changes are preferable to have a unit test. - Fortran preprocessing is automatically applied for files with
.F90
extensions. See #4 for more details.
Contact
This repository is mainly maintained by the following developers:
- Yen-Chen Chen (yen-chen.chen@kit.edu)
- Jonas Jucker (jonas.jucker@env.ethz.ch)
- Terry Cojean (terry.cojean@kit.edu)