gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
gtdata_netcdf_generic Module Reference

Data Types

interface  open
 Basic open/close operations More...
interface  search_dim
interface  create
interface  gdncvardel
interface  close
interface  tostring
 Variable inquiry More...
interface  inquire
interface  inquireplus
interface  attr_rewind
interface  attr_next
interface  get_attr
interface  put_attr
interface  del_attr
interface  copy_attr
interface  get
 Data I/O More...
interface  put
 Write data to a variable More...
interface  var_search
 Search for variables by filename More...
interface  gdncvarsync
interface  gdncxtypename
 Internal routine for an layer More...

Detailed Description

Generic interface declarations for abstract netCDF interface

This module provides generic interface declarations for the abstract netCDF layer. In the an library, "variables" rather than "files" are opened and closed. Everything is treated as variables and their attributes.

Main interfaces

Interface Description
Open Open a variable
Close Close a variable
Create Create a variable
Inquire Query variable properties
Get Read data from a variable
Put Write data to a variable
get_attr Get attribute value
Put_Attr Set attribute value
del_attr Delete an attribute
copy_attr Copy an attribute
attr_rewind Reset attribute iterator
attr_next Get next attribute name
var_search Search for variables