https://github.com/bgin/wrf-cpp-port
C++ port of 2 Fortran 90 modules from WRF.
https://github.com/bgin/wrf-cpp-port
Last synced: 12 months ago
JSON representation
C++ port of 2 Fortran 90 modules from WRF.
- Host: GitHub
- URL: https://github.com/bgin/wrf-cpp-port
- Owner: bgin
- Created: 2016-04-24T18:13:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T15:18:58.000Z (about 6 years ago)
- Last Synced: 2025-01-11T04:50:51.736Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 5.56 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WRF-CPP-PORT
This is an attempt to port to C++ a part of famous Weather Research and Forecasting model written in FORTRAN 90.
The work on code porting just only started. I concentrated my effort on Physics library first.
The most complicated problem will surely be identification of objects in usually structural and
procedural code which is based on FORTRAN subroutines wrapped in modules and converting it to
modern C++ which in turn will be based solely on generic pprogrammic as much as possible.