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. |