MI - Fimex
Data Types | Variables
fimex2d Module Reference

Fimex Fortran90 interface for 2-dimensional fields. More...

Data Types

interface  EPOCH2DTG
 Convert an epoch time to a DTG (YYYYMMDDHH) More...
 
interface  FI_ERROR
 Print an error string and abort. More...
 
interface  FI_GET_DIMENSIONS
 Get dimensions of a variable. More...
 
interface  FI_READ_DIMENSION
 Read all dimension values from a dimension. More...
 
interface  FI_READ_FIELD
 Read a 2-dimensional x,y field for any other given dimension(s) More...
 
interface  FI_WRITE_FIELD
 Write a 2-dimensional x,y field for any other given dimension(s). The file must be pre-generated with the proper dimensions. More...
 

Variables

integer, parameter rkind =8
 
integer, parameter ikind =4
 
real(kind=rkind), parameter xundef =1e20
 

Detailed Description

Fimex Fortran90 interface for 2-dimensional fields.

Author
Trygve Aspelien, Heiko Klein

The Fimex F90 interface for 2-dimensional fields contains support routines for typical handling of 2-dimensional meteorological fields.

The fimex.f90 interface is currently not precompiled with building fimex. Please copy the fimex.f90 file to your f90-project and compile it from there, and link with ''-lfimex2d''.

See also
https://github.com/metno/fimex/blob/master/modules/F90/fimex2d.F90

Variable Documentation

integer, parameter fimex2d::ikind =4
integer, parameter fimex2d::rkind =8
real(kind=rkind), parameter fimex2d::xundef =1e20

Referenced by fi_read_field().