Example Weather File
Download an example weather file to use as a formatting reference when creating your own file.
VarroaPop Weather Files
The weather files used in VarroaPop are required to be in the following format:
A standard text file containing cr/lf-terminated lines of text. The first line optionally contains the latitude of the weather collection station then each following line contains the weather data.
The first line (optional) contains the latitude information:
- "Latitude=xxx.xx" where xxx.xx is a decimal number of degrees north. (no quotation marks)
A line for each sequential date in the simulation where each line contains the following comma-separated variables:
- Date in mm/dd/yyyy format
- Maximum Temp - degrees C
- Minimum Temp - degrees C
- Mean Temp - degrees C
- Windspeed - m/s
- Daily Rainfall - mm
A weather file is assumed to be complete with no missing dates. The Daylight Hours variable is determined by the Latitude value in the weather file. If Latitude is not set prior to the weather being loaded, 30 degrees north is assumed.
A number of weather files are available on the VarroaPop site and can be used for simulations. If you would like to create your own files, you can upload them from your computer using the link under the Weather tab of the Input Parameters page.