src/netcdf.f90 File Reference

The pmc_netcdf module. More...


Namespaces

namespace  pmc_netcdf

Functions

subroutine pmc_netcdf::pmc_nc_check (status)
 Check the status of a NetCDF function call.
subroutine pmc_netcdf::pmc_nc_check_msg (status, error_msg)
 Check the status of a NetCDF function call and prints the given error message on failure.
subroutine pmc_netcdf::pmc_nc_open_read (filename, ncid)
 Open a NetCDF file for reading.
subroutine pmc_netcdf::pmc_nc_close (ncid)
 Close a NetCDF file.
subroutine pmc_netcdf::pmc_nc_read_real (ncid, var, name, unit)
 Read a single real from a NetCDF file.
subroutine pmc_netcdf::pmc_nc_read_integer (ncid, var, name, unit)
 Read a single integer from a NetCDF file.
subroutine pmc_netcdf::pmc_nc_read_real_1d (ncid, var, name, unit)
 Read a simple real array from a NetCDF file.
subroutine pmc_netcdf::pmc_nc_read_integer_1d (ncid, var, name, unit)
 Read a simple integer array from a NetCDF file.
subroutine pmc_netcdf::pmc_nc_read_real_2d (ncid, var, name, unit)
 Read a simple real 2D array from a NetCDF file.
subroutine pmc_netcdf::pmc_nc_read_integer_2d (ncid, var, name, unit)
 Read a simple integer 2D array from a NetCDF file.
subroutine pmc_netcdf::pmc_nc_write_real (ncid, var, name, unit)
 Write a single real to a NetCDF file.
subroutine pmc_netcdf::pmc_nc_write_integer (ncid, var, name, unit)
 Write a single integer to a NetCDF file.
subroutine pmc_netcdf::pmc_nc_write_real_1d (ncid, var, name, unit, dimids)
 Write a simple real array to a NetCDF file.
subroutine pmc_netcdf::pmc_nc_write_integer_1d (ncid, var, name, unit, dimids)
 Write a simple integer array to a NetCDF file.
subroutine pmc_netcdf::pmc_nc_write_real_2d (ncid, var, name, unit, dimids)
 Write a simple real 2D array to a NetCDF file.
subroutine pmc_netcdf::pmc_nc_write_integer_2d (ncid, var, name, unit, dimids)
 Write a simple integer 2D array to a NetCDF file.


Detailed Description

The pmc_netcdf module.


Generated on Mon Apr 26 17:13:31 2010 for PartMC by  doxygen 1.5.6