Skip to content

ahomoudi/AquaFortR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AquaFortR

R-CMD-check Quarto Publish GitHub tag License

This is the official repository of the project AquaFortR: Streamlining Atmospheric Science, Oceanography, Climate, and Water Research with Fortran-accelerated R.

The repository is structured as follows:

  • QuartoBook
  • RPackage
  • SwirlCourse

The documentation of the project is rendered here

Installation

Package

To install the AquaFortR package, please use:

remotes::install_github("ahomoudi/AquaFortR", subdir = "RPackage")

Swirl

To install the AquaFortR Swirl Course, please download the compressed course from here and use the code below.

swirl::install_course_zip("path/to/AquaFortR_Swirl.zip")

NOTE: The R packages dotCall64, ggplot2, and microbenchmark are required for the course.

Book

Materials for Chapter 2 are available here. Please, revise the path to the shared libraries files in the R-Fortran functions.

Funding

This work has been funded by the German Research Foundation (DFG) through the project NFDI4Earth (DFG project no. 460036893, https://www.nfdi4earth.de/) within the German National Research Data Infrastructure (NFDI, https://www.nfdi.de/).

Acknowledgement

Appreciation is extended to Dr. Klemens Barfus for providing invaluable Fortran routines to estimate CAPE.

License

This book is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License (https://creativecommons.org/licenses/by-nc/4.0/).