Skip to content

Commit

Permalink
Merge pull request #86 from samharrison7/fortran-example
Browse files Browse the repository at this point in the history
Adding Fortran example to the docs
  • Loading branch information
mcflugen authored Mar 4, 2024
2 parents a9de551 + b80f97b commit 34af626
Show file tree
Hide file tree
Showing 10 changed files with 522 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/source/babel_heatf.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[library.HeatModel]
language = "fortran"
library = "bmiheatf"
header = ""
entry_point = "bmi_heat"

[build]
undef_macros = []
define_macros = []
libraries = []
library_dirs = []
include_dirs = []
extra_compile_args = []

[package]
name = "pymt_heatf"
requirements = [""]

[info]
github_username = "pymt-lab"
package_author = "csdms"
package_author_email = "[email protected]"
package_license = "MIT License"
summary = "PyMT plugin for the Fortran heat model"

[ci]
python_version = ["3.9"]
os = ["linux", "mac", "windows"]
12 changes: 12 additions & 0 deletions docs/source/environment-fortran.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# A conda environment file for the babelizer Fortran example
name: wrap
channels:
- conda-forge
dependencies:
- python=3
- make
- cmake
- pkg-config
- fortran-compiler
- bmi-fortran
- babelizer
Loading

0 comments on commit 34af626

Please sign in to comment.