NetCDF-Fortran
4.4.3
Main Page
Related Pages
Files
File List
module_netcdf_f03.f90
1
Module
netcdf_f03
2
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
Return to the Main Unidata NetCDF page.
Generated on Fri Jan 22 2016 10:52:16 for NetCDF-Fortran. NetCDF is a
Unidata
library.