CTBTO FLEXPART WO4 (2015-10-15)
 All Classes Files Functions Variables
Public Member Functions | Private Member Functions | Private Attributes | List of all members
cmapf_mod Module Reference

Public Member Functions

subroutine, public cc2gll (strcmp, xlat, xlong, ue, vn, ug, vg)
 
subroutine ccrvll (strcmp, xlat, xlong, gx, gy)
 
subroutine ccrvxy (strcmp, x, y, gx, gy)
 
subroutine cg2cll (strcmp, xlat, xlong, ug, vg, ue, vn)
 
subroutine cg2cxy (strcmp, x, y, ug, vg, ue, vn)
 
real function, public cgszll (strcmp, xlat, xlong)
 
real function cgszxy (strcmp, x, y)
 
subroutine, public cll2xy (strcmp, xlat, xlong, x, y)
 
subroutine cnxyll (strcmp, xi, eta, xlat, xlong)
 
subroutine cpolll (strcmp, xlat, xlong, enx, eny, enz)
 
subroutine cpolxy (strcmp, x, y, enx, eny, enz)
 
real function cspanf (value, begin, end)
 
subroutine, public cxy2ll (strcmp, x, y, xlat, xlong)
 
real function eqvlat (xlat1, xlat2)
 
subroutine, public stcm2p (strcmp, x1, y1, xlat1, xlong1, x2, y2, xlat2, xlong2)
 
subroutine, public stlmbr (strcmp, tnglat, xlong)
 

Private Member Functions

subroutine cnllxy (strcmp, xlat, xlong, xi, eta)
 
subroutine stcm1p (strcmp, x1, y1, xlat1, xlong1, xlatg, xlongg, gridsz, orient)
 

Private Attributes

real, parameter rearth =6371.2
 
real, parameter almst1 =.9999999
 
real, parameter pi =3.14159265358979
 
real, parameter radpdg =pi/180.
 
real, parameter dgprad =180./pi
 

Detailed Description

Definition at line 26 of file cmapf_mod.f90.

Member Function/Subroutine Documentation

subroutine, public cmapf_mod::cc2gll ( real, dimension(9)  strcmp,
real  xlat,
real  xlong,
real  ue,
real  vn,
real  ug,
real  vg 
)

Definition at line 42 of file cmapf_mod.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine cmapf_mod::ccrvll ( real, dimension(9)  strcmp,
real  xlat,
real  xlong,
real  gx,
real  gy 
)

Definition at line 72 of file cmapf_mod.f90.

Here is the call graph for this function:

subroutine cmapf_mod::ccrvxy ( real, dimension(9)  strcmp,
real  x,
real  y,
real  gx,
real  gy 
)

Definition at line 95 of file cmapf_mod.f90.

subroutine cmapf_mod::cg2cll ( real, dimension(9)  strcmp,
real  xlat,
real  xlong,
real  ug,
real  vg,
real  ue,
real  vn 
)

Definition at line 129 of file cmapf_mod.f90.

Here is the call graph for this function:

subroutine cmapf_mod::cg2cxy ( real, dimension(9)  strcmp,
real  x,
real  y,
real  ug,
real  vg,
real  ue,
real  vn 
)

Definition at line 158 of file cmapf_mod.f90.

Here is the call graph for this function:

real function, public cmapf_mod::cgszll ( real, dimension(9)  strcmp,
real  xlat,
real  xlong 
)

Definition at line 208 of file cmapf_mod.f90.

Here is the caller graph for this function:

real function cmapf_mod::cgszxy ( real, dimension(9)  strcmp,
real  x,
real  y 
)

Definition at line 258 of file cmapf_mod.f90.

subroutine, public cmapf_mod::cll2xy ( real, dimension(9)  strcmp,
real  xlat,
real  xlong,
real  x,
real  y 
)

Definition at line 313 of file cmapf_mod.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine cmapf_mod::cnllxy ( real, dimension(9)  strcmp,
real  xlat,
real  xlong,
real  xi,
real  eta 
)
private

Definition at line 328 of file cmapf_mod.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine cmapf_mod::cnxyll ( real, dimension(9)  strcmp,
real(kind=dp)  xi,
real(kind=dp)  eta,
real  xlat,
real  xlong 
)

Definition at line 385 of file cmapf_mod.f90.

Here is the caller graph for this function:

subroutine cmapf_mod::cpolll ( real, dimension(9)  strcmp,
real  xlat,
real  xlong,
real  enx,
real  eny,
real  enz 
)

Definition at line 445 of file cmapf_mod.f90.

Here is the call graph for this function:

subroutine cmapf_mod::cpolxy ( real, dimension(9)  strcmp,
real  x,
real  y,
real  enx,
real  eny,
real  enz 
)

Definition at line 468 of file cmapf_mod.f90.

real function cmapf_mod::cspanf ( real  value,
real  begin,
real  end 
)

Definition at line 512 of file cmapf_mod.f90.

Here is the caller graph for this function:

subroutine, public cmapf_mod::cxy2ll ( real, dimension(9)  strcmp,
real  x,
real  y,
real  xlat,
real  xlong 
)

Definition at line 544 of file cmapf_mod.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real function cmapf_mod::eqvlat ( real  xlat1,
real  xlat2 
)

Definition at line 563 of file cmapf_mod.f90.

subroutine cmapf_mod::stcm1p ( real, dimension(9)  strcmp,
real  x1,
real  y1,
real  xlat1,
real  xlong1,
real  xlatg,
real  xlongg,
real  gridsz,
real  orient 
)
private

Definition at line 595 of file cmapf_mod.f90.

Here is the call graph for this function:

subroutine, public cmapf_mod::stcm2p ( real, dimension(9)  strcmp,
real  x1,
real  y1,
real  xlat1,
real  xlong1,
real  x2,
real  y2,
real  xlat2,
real  xlong2 
)

Definition at line 621 of file cmapf_mod.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public cmapf_mod::stlmbr ( real, dimension(9)  strcmp,
real  tnglat,
real  xlong 
)

Definition at line 802 of file cmapf_mod.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

real, parameter cmapf_mod::almst1 =.9999999
private

Definition at line 35 of file cmapf_mod.f90.

real, parameter cmapf_mod::dgprad =180./pi
private

Definition at line 38 of file cmapf_mod.f90.

real, parameter cmapf_mod::pi =3.14159265358979
private

Definition at line 37 of file cmapf_mod.f90.

real, parameter cmapf_mod::radpdg =pi/180.
private

Definition at line 38 of file cmapf_mod.f90.

real, parameter cmapf_mod::rearth =6371.2
private

Definition at line 35 of file cmapf_mod.f90.


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