Skip to content

LKedward/netcdf-interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netcdf-interfaces

Netcdf4 interface module reproduced from netcdf-fortran as an fpm package.

License: BSD-3-Clause AND Apache-2.0

fpm test ubuntu-latest ifort 2021.2.0 gfortran 10.2.0

Usage

Prerequisites: The following should already be installed on your system, see each package for their respective installation instructions.

To use within your fpm project, add the following to your package manifest file (fpm.toml):

[dependencies]
netcdf-interfaces = { git = "https://github.com/LKedward/netcdf-interfaces.git" }

NOTE: when building with gfortran-10 you need to use --flag -fallow-argument-mismatch in order to compile correctly.

e.g

$ fpm build --profile debug --flag -fallow-argument-mismatch
$ fpm run --profile debug --flag -fallow-argument-mismatch

About

fpm package containing module interfaces for netcdf-fortran

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •