An open API service indexing awesome lists of open source software.

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.

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.