Corfield
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
ascii_map Module Reference

Public Member Functions

subroutine write_ascii (funit, magmap)
 Master write routine for ascii format. More...
 
subroutine read_ascii (funit, magmap)
 Master read routine for different map ascii format. More...
 
subroutine write_ascii_v0 (funit, magmap)
 Write map object in a file unit already open in proper mode (append,replace...). More...
 
subroutine write_ascii_v10 (funit, magmap)
 Write map object in a file unit already open in proper mode (append,replace...). More...
 
subroutine read_ascii_v10 (funit, magmap)
 Read map object in a file unit already open in proper mode (append,replace...). More...
 

Public Attributes

integer, parameter len_name = 256
 
real, parameter rsun2km = 695700.
 
real, parameter pi = acos(-1.)
 

Member Function/Subroutine Documentation

subroutine ascii_map::read_ascii ( integer, intent(in)  funit,
type(map), intent(out)  magmap 
)

Master read routine for different map ascii format.

Author

Here is the call graph for this function:

subroutine ascii_map::read_ascii_v10 ( integer, intent(in)  funit,
type(map), intent(out)  magmap 
)

Read map object in a file unit already open in proper mode (append,replace...).

Author

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine ascii_map::write_ascii ( integer, intent(in)  funit,
type(map), intent(in)  magmap 
)

Master write routine for ascii format.

Author
subroutine ascii_map::write_ascii_v0 ( integer, intent(in)  funit,
type(map), intent(in)  magmap 
)

Write map object in a file unit already open in proper mode (append,replace...).

Author
subroutine ascii_map::write_ascii_v10 ( integer, intent(in)  funit,
type(map), intent(in)  magmap 
)

Write map object in a file unit already open in proper mode (append,replace...).

Author

Member Data Documentation

integer, parameter ascii_map::len_name = 256
real, parameter ascii_map::pi = acos(-1.)
real, parameter ascii_map::rsun2km = 695700.

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