Go to the source code of this file.
Functions/Subroutines |
subroutine | geo2atm (im, jm, px, py, pz, plon, plat, pu, pv, pr) |
Function/Subroutine Documentation
subroutine geo2atm |
( |
integer, intent(in) |
im, |
|
|
integer, intent(in) |
jm, |
|
|
real, dimension (im,jm), intent(in) |
px, |
|
|
real, dimension (im,jm), intent(in) |
py, |
|
|
real, dimension (im,jm), intent(in) |
pz, |
|
|
real, dimension (im,jm), intent(in) |
plon, |
|
|
real, dimension (im,jm), intent(in) |
plat, |
|
|
real, dimension (im,jm), intent(out) |
pu, |
|
|
real, dimension (im,jm), intent(out) |
pv, |
|
|
real, dimension (im,jm), intent(out) |
pr |
|
) |
| |