Accessing SMEAR databases

The MySQL database server on the Division of Atmospheric Sciences is wisp.atm.helsinki.fi. It is handling three databases having data from SMEAR stations: hyde, kumpula and varrio. To access the databases and the tables inside the database you need a username and password smear_usr / T4v4EW23. With this username you can download data from all three databases.

You can also download data from smartSearch

You can download data from several programs like Matlab, Excel, Mathematica, Igor .. with the ODBC interface.
You can also use the platform independent JDBC-interface JAR-file. Latest version from here. Here are the install instructions to Matlab.
For Matlab you can also use custom made interface. You can compile it to both Windows and Linux. Here is the Windows version compiled with Matlab2010b and Microsoft VisualC 2010 Express.
Here is a Matlab example demonstrating how to download temperature, rh and pressure from hyde database table meta.

From Excel you can use Data- Get data from external data -  From other sources - From Microsoft Query

One advanced tool for accessing the database is MySQL Workbench

You need to use SQL-command select * from table -command a lot. You can seek help from the MySQL documentation:
To find out what the databases and tables contain you can use SQL-commands
To find out what is in the columns of the tables you better check the Wiki