mod_cnvrt Module Reference
Functions/Subroutines | |
subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
subroutine | myhelptxt |
subroutine | convert |
Variables | |
integer, parameter | makesphere =-1 |
integer, parameter | makecartesian =1 |
character(len=80) | cref |
character(len=120) | filename |
integer | ctype |
integer | nnode |
type(ncfile), pointer | ncf |
type(ncvar), pointer | vx |
type(ncvar), pointer | vy |
type(ncvar), pointer | vlat |
type(ncvar), pointer | vlon |
type(ncatt), pointer | att |
type(ncdim), pointer | dim |
real(sp), dimension(:), allocatable | x |
real(sp), dimension(:), allocatable | y |
real(sp), dimension(:), allocatable | lat |
real(sp), dimension(:), allocatable | lon |
Function/Subroutine Documentation
subroutine mod_cnvrt::convert | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_cnvrt::get_commandline | ( | character(len=*), intent(in) | CVS_ID, |
character(len=*), intent(in) | CVS_Date, | ||
character(len=*), intent(in) | CVS_Name, | ||
character(len=*), intent(in) | CVS_Revision | ||
) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_cnvrt::myhelptxt | ( | ) |
Here is the caller graph for this function:

Variable Documentation
type(ncatt), pointer mod_cnvrt::att |
character(len=80) mod_cnvrt::cref |
integer mod_cnvrt::ctype |
type(ncdim), pointer mod_cnvrt::dim |
character(len=120) mod_cnvrt::filename |
real(sp), dimension(:), allocatable mod_cnvrt::lat |
real(sp), dimension(:), allocatable mod_cnvrt::lon |
integer, parameter mod_cnvrt::makecartesian =1 |
integer, parameter mod_cnvrt::makesphere =-1 |
type(ncfile), pointer mod_cnvrt::ncf |
integer mod_cnvrt::nnode |
type(ncvar), pointer mod_cnvrt::vlat |
type(ncvar), pointer mod_cnvrt::vlon |
type(ncvar), pointer mod_cnvrt::vx |
type(ncvar), pointer mod_cnvrt::vy |
real(sp), dimension(:), allocatable mod_cnvrt::x |
real(sp), dimension(:), allocatable mod_cnvrt::y |