Skip to content

FPL (Fortran Processing Library) is a library designed to facilitate the reading, writing and processing of data in the netCDF format using the Fortran 90 programming language. FPL reads and writes data up to 4 dimensions in a very simpler way using dynamic data structures and dynamic modules.

License

Notifications You must be signed in to change notification settings

pimentafm/FortranProcessingLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPL - Fortran Processing Library

 This file is part of FPL (Fortran Processing Library).
 Copyright (C) 2015 Fernando Martins Pimenta
 
  FPL is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
 
  FPL is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
 
  You should have received a copy of the GNU General Public License
  along with FPL.  If not, see <http://www.gnu.org/licenses/>.
 
 ===========================================================================
  About Author:
  Fernando Martins Pimenta
   Student of Surveying and Cartographic Engineering
   Federal University of Viçosa - Brazil
 
   Bachelor of Biosystems Engineer
   Federal University of São João del-Rei - Brazil
 
   Research Group on Atmosphere-Biosphere Interaction
   Federal University of Viçosa
   Data: August 09, 2015
 
 Contacts: [email protected], [email protected]

GitHub language count Made by Fernando Pimenta License

Made with:

made-with-fortran made-with-fortran90netcdf ! made-with-openmp


How to install

Download FPL from My Github.

Compile the library as root.

cd /FortranProcessingLibrary
make

API and USER Documentation

The documentation can be found at Research Group on Atmosphere-Biosphere website.


TODO:
     [Partially OK] Parallelize the code.
     [Partially OK] Creategrid subroutine.
     [->] Implement zonal statistics subroutines/functions
     [->] Implement map plotting subroutines (GMT/Python/GNUPLOT ????).
     [->] Implement subroutines to convert datatypes.
     [->] Command Line Args subroutines

Fernando Pimenta My Github!

About

FPL (Fortran Processing Library) is a library designed to facilitate the reading, writing and processing of data in the netCDF format using the Fortran 90 programming language. FPL reads and writes data up to 4 dimensions in a very simpler way using dynamic data structures and dynamic modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published