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

Data Types

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