Go to the source code of this file.
Functions/Subroutines |
subroutine | atm2geo (im, jm, pte, ptn, plon, plat, pxx, pyy, pzz) |
Function/Subroutine Documentation
subroutine atm2geo |
( |
integer, intent(in) |
im, |
|
|
integer, intent(in) |
jm, |
|
|
real, dimension (im,jm), intent(in) |
pte, |
|
|
real, dimension (im,jm), intent(in) |
ptn, |
|
|
real, dimension (im,jm), intent(in) |
plon, |
|
|
real, dimension (im,jm), intent(in) |
plat, |
|
|
real, dimension (im,jm), intent(out) |
pxx, |
|
|
real, dimension (im,jm), intent(out) |
pyy, |
|
|
real, dimension (im,jm), intent(out) |
pzz |
|
) |
| |