browndog.met.RdUse browndog to get the met data for a specific model
browndog.met(browndog, source, site, start_date, end_date, model, dir, username, con)
| browndog, | list with url, username and password to connect to browndog |
|---|---|
| source, | the source of the met data, currently only NARR an Ameriflux is supported |
| site, | site information should have id, lat, lon and name (ameriflux id) |
| start_date, | start date for result |
| end_date, | end date for result |
| model, | model to convert the met data to |
| dir, | folder where results are stored (in subfolder) |
| username, | used when downloading data from Ameriflux like sites |
| con, | database connection |