NetCDF-Fortran  4.4.2
module_netcdf4_f03.f90
1 Module netcdf4_f03
2 
3 ! Module to provide inheritance of Netcdf4 data and interfaces from nf_data
4 ! and 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 ! modules 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 
14 ! License (and other Lawyer Language)
15 
16 ! This software is released under the Apache 2.0 Open Source License. The
17 ! full text of the License can be viewed at :
18 !
19 ! http:www.apache.org/licenses/LICENSE-2.0.html
20 !
21 ! The author grants to the University Corporation for Atmospheric Research
22 ! (UCAR), Boulder, CO, USA the right to revise and extend the software
23 ! without restriction. However, the author retains all copyrights and
24 ! intellectual property rights explicitly stated in or implied by the
25 ! Apache license
26 
27 ! Version 1.0 - April 2009 - Separate module for netcdf 4 for now to
28 ! to simplify build process
29 
30 ! This module can be used as a replacement for an include to netcdf.inc
31 ! The module is named netcdf4_f03 to differentiate it from the
32 ! netcdf_f03 module
33 
34 
35  USE netcdf_nf_data ! Brings in the nf interface error flags etc.
36  USE netcdf_nf_interfaces ! Brings in explicit interfaces to nf_ routines
37  USE netcdf4_nf_interfaces ! Bring in netcdf4 interfaces
38 
39  Implicit NONE
40 
41 !------------------------------- End of Module netcdf4_f03 ---------------------
42  End Module netcdf4_f03

Return to the Main Unidata NetCDF page.
Generated on Sun Dec 27 2015 13:19:48 for NetCDF-Fortran. NetCDF is a Unidata library.