| getdnmi {clim.pact} | R Documentation |
Retrieve station record from DNMI (The Norwegian
Meteorological Institute, met.no) database filed. URL
http://www.met.no. Also see getnacd and
getnordklim.
getdnmi(location,ele.c='101',silent = FALSE,direc="data/stations/")
location |
name of climate station location. |
ele.c |
name of element [e.g. avail.elem(), or 't2m', 'rr', 'slp']. |
silent |
TRUE: no printing |
direc |
name of directory in which the data are stored. |
a list of "monthly.station.record" class:
| val | The monthly values (a 12-column matrix with one column for each year). |
| station | station number. |
| yy | The years of observation (vector). |
| lat,lon | Latitude and longitude of the location. |
| x.0E65N,y.0E65N | Distance in km from 0E, 65N. |
| location | Name of location . |
| wmo.no | WMO number. |
| start | Start of observatins from this location. |
| yy0 | First year in current record. |
| ele | Code of theelement. |
| obs.name | Name of the element. |
| unit | Unit of the element. |
| country | The country in which the location is located. |
| quality | Code/description for data quality. |
| found | Flag: T - the data requested was found. |
| ref | Reference for the data set. |
R.E. Benestad
## Not run:
oslo.t2m.dnmi <- getdnmi("oslo")
ferder.t2m.dnmi <- getdnmi("ferder")
## End(Not run)