The Intermediate Complexity Atmospheric Research model (ICAR)
A computationally efficient atmospheric model for downscaling.
 All Classes Files Functions Variables
Data Types | Public Member Functions | Public Attributes | List of all members
string Module Reference


Various functions to convert a number to a string and a string to a number More...

Data Types

interface  str
 

Public Member Functions

double precision function get_double (str_in)
 
real function get_real (str_in)
 
integer function get_integer (str_in)
 
character(len=maxstringlength)
function 
str_d (value, fmt)
 
character(len=maxstringlength)
function 
str_r (value, fmt)
 
character(len=maxstringlength)
function 
str_i (value, fmt)
 

Public Attributes

integer, parameter maxstringlength =100
 

Detailed Description


Various functions to convert a number to a string and a string to a number

Author
Ethan Gutmann (gutma.nosp@m.nn@u.nosp@m.car.e.nosp@m.du)

Member Function/Subroutine Documentation

double precision function string::get_double ( character(len=*), intent(in)  str_in)
integer function string::get_integer ( character(len=*), intent(in)  str_in)
real function string::get_real ( character(len=*), intent(in)  str_in)
character(len=maxstringlength) function string::str_d ( double precision  value,
character(len=*), optional  fmt 
)
character(len=maxstringlength) function string::str_i ( integer  value,
character(len=*), optional  fmt 
)
character(len=maxstringlength) function string::str_r ( real  value,
character(len=*), optional  fmt 
)

Member Data Documentation

integer, parameter string::maxstringlength =100

The documentation for this module was generated from the following file: