Go to the source code of this file.
Functions/Subroutines |
subroutine | conf_dat2d (title, lons, lats, xd, yd, xf, yf, champd, interbar) |
Function/Subroutine Documentation
subroutine conf_dat2d |
( |
character*25 |
title, |
|
|
integer |
lons, |
|
|
integer |
lats, |
|
|
real, dimension(lons) |
xd, |
|
|
real, dimension(lats) |
yd, |
|
|
real, dimension(lons) |
xf, |
|
|
real, dimension(lats) |
yf, |
|
|
real, dimension(lons,lats) |
champd, |
|
|
logical |
interbar |
|
) |
| |