https://github.com/douglowe/f2py-manic-demo
Testing the construction of Python modules from complex Fortran model code.
https://github.com/douglowe/f2py-manic-demo
fortran python
Last synced: 4 months ago
JSON representation
Testing the construction of Python modules from complex Fortran model code.
- Host: GitHub
- URL: https://github.com/douglowe/f2py-manic-demo
- Owner: douglowe
- License: gpl-3.0
- Created: 2017-10-04T19:38:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T14:58:48.000Z (almost 7 years ago)
- Last Synced: 2024-01-29T08:48:48.842Z (over 1 year ago)
- Topics: fortran, python
- Language: Fortran
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# f2py-manic-demo
Testing the construction of Python modules from complex Fortran model code.Directory Structure:
library_files: Contains compilation and library directories for MANIC
|-> MANIC_SourceCode: Compilation directory for MANIC fortran model
|-> MANIC_Python_Interface: Compilation directory for MANIC-Python interfacefortran_model_run_dir: Contains input file needed for running MANIC testcase
|-> example_output: Contains example output (and log file) from successful model run