NetCDF-Fortran
4.4.4
module_netcdf_f03.f90
Go to the documentation of this file.
1
Module
netcdf_f03
2
3
!! Module to provide inheritance of data and interfaces from nf_data and
4
!! nf_interfaces modules. Not really needed by netCDF but provided for
5
!! folks writing new code or updating old code who would prefer using
6
!! a module instead of the old netcdf.inc include file.
7
8
!! Written by: Richard Weed, Ph.D.
9
!! Center for Advanced Vehicular Systems
10
!! Mississippi State University
11
!! rweed@cavs.msstate.edu
12
13
!! License (and other Lawyer Language)
14
15
!! This software is released under the Apache 2.0 Open Source License. The
16
!! full text of the License can be viewed at :
17
!!
18
!! http:www.apache.org/licenses/LICENSE-2.0.html
19
!!
20
!! The author grants to the University Corporation for Atmospheric Research
21
!! (UCAR), Boulder, CO, USA the right to revise and extend the software
22
!! without restriction. However, the author retains all copyrights and
23
!! intellectual property rights explicitly stated in or implied by the
24
!! Apache license
25
26
!! Version 1.0 - Sept. 2005 - Initial Cray X1 version
27
!! Version 2.0 - April 2009 - Added netcdf4 interfaces
28
29
!! This module can be used as a replacement for an include to netcdf.inc
30
!! The module is named netcdf_f03 to avoid a conflict with the netcdf
31
!! module generated by the Fortran 90 interfaces
32
33
USE
netcdf_nf_data
! Brings in the nf interface error flags etc.
34
USE
netcdf_nf_interfaces
! Brings in explicit interfaces to nf_ routines
35
36
Implicit NONE
37
38
!!------------------------------- End of Module netcdf_f03 ---------------------
39
End Module
netcdf_f03
netcdf_nf_data
Definition:
module_netcdf_nf_data.F90:1
netcdf_f03
Definition:
module_netcdf_f03.f90:1
netcdf_nf_interfaces
Definition:
module_netcdf_nf_interfaces.F90:1
Return to the Main Unidata NetCDF page.
Generated on Fri Oct 27 2017 08:12:17 for NetCDF-Fortran. NetCDF is a
Unidata
library.