Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
netcdf_c_api_interfaces.F90 File Reference

This module provides Fortran interfaces to the NetCDF C API. More...

Go to the source code of this file.

Data Types

interface  netcdf_c_api_interfaces::nc_create
interface  netcdf_c_api_interfaces::nc_def_var_deflate
interface  netcdf_c_api_interfaces::nc_def_var
interface  netcdf_c_api_interfaces::nc_def_dim
interface  netcdf_c_api_interfaces::nc_enddef
interface  netcdf_c_api_interfaces::nc_redef
interface  netcdf_c_api_interfaces::nc_get_var_short
interface  netcdf_c_api_interfaces::nc_put_var_short
interface  netcdf_c_api_interfaces::nc_get_var_int
interface  netcdf_c_api_interfaces::nc_put_var_int
interface  netcdf_c_api_interfaces::nc_get_var_float
interface  netcdf_c_api_interfaces::nc_put_var_float
interface  netcdf_c_api_interfaces::nc_get_var_double
interface  netcdf_c_api_interfaces::nc_put_var_double
interface  netcdf_c_api_interfaces::nc_get_vars_short
interface  netcdf_c_api_interfaces::nc_put_vars_short
interface  netcdf_c_api_interfaces::nc_get_vars_int
interface  netcdf_c_api_interfaces::nc_put_vars_int
interface  netcdf_c_api_interfaces::nc_get_vars_float
interface  netcdf_c_api_interfaces::nc_put_vars_float
interface  netcdf_c_api_interfaces::nc_get_vars_double
interface  netcdf_c_api_interfaces::nc_put_vars_double
interface  netcdf_c_api_interfaces::nc_get_att_text
interface  netcdf_c_api_interfaces::nc_get_att_int
interface  netcdf_c_api_interfaces::nc_get_att_short
interface  netcdf_c_api_interfaces::nc_get_att_float
interface  netcdf_c_api_interfaces::nc_get_att_double
interface  netcdf_c_api_interfaces::nc_inq_attname
interface  netcdf_c_api_interfaces::nc_inq_att
interface  netcdf_c_api_interfaces::nc_inq_var
interface  netcdf_c_api_interfaces::nc_inq_dim
interface  netcdf_c_api_interfaces::nc_strerror
interface  netcdf_c_api_interfaces::nc_inq_format
interface  netcdf_c_api_interfaces::nc_inq_dimname
interface  netcdf_c_api_interfaces::nc_inq_unlimdim
interface  netcdf_c_api_interfaces::nc_inq_ndims
interface  netcdf_c_api_interfaces::nc_inq_nvars
interface  netcdf_c_api_interfaces::nc_inq_natts
interface  netcdf_c_api_interfaces::nc_put_att_text
interface  netcdf_c_api_interfaces::nc_del_att
interface  netcdf_c_api_interfaces::nc_put_att_int
interface  netcdf_c_api_interfaces::nc_put_att_float
interface  netcdf_c_api_interfaces::nc_put_att_double
interface  netcdf_c_api_interfaces::nc_copy_att
interface  netcdf_c_api_interfaces::nc_open
interface  netcdf_c_api_interfaces::nc__open
interface  netcdf_c_api_interfaces::nc_close

Modules

module  netcdf_c_api_interfaces
 Provides Fortran interfaces to the NetCDF C API. This approach is much more straightforward than using the old Fortran 90 NetCDF interface, which was built on top of the Fortran 77 interface, which (finally) was built atop the C interface.

Detailed Description

This module provides Fortran interfaces to the NetCDF C API.

Definition in file netcdf_c_api_interfaces.F90.