Hi Logan,Sorry this is a late reply, but for anyone else over looking this thread please pay attention to the EXACT files names.You need to combine all your grd files into one folder. When you download the original tiles and convert bil to grd the standard naming convention is '(variable)(month)_(tile)' ie bio3_11.grd; tmin6_11.grd ect.. In the file prefix boxes rename the prefixs to "tmin_', 'tmax_' and 'prec_' then rename all of your files to match this prefix (ie. tmin5_11, would become tmin_5) (variable)_(month).grd . Leave altitude as just alt.grd.If you need to combine multiple tiles you can use merge tiles in Diva gis, click on grid -> merge. If you want to merge many grid files ie. 3 worldclim tiles with 19 bioclim variables follow the steps outlined in this thread:https://groups.google.com/forum/#!msg/maxent/045l4NYb4JI/c4uXWKYYC5YJ (or follow steps in the R-raster package)
Making the 19 Bioclimatic grids from monthly climate grids:
It is my understanding that there are at least ways that this can be accomplished
1. In R using the biovars function in the dismo package
2. In ArcGIS using an AML scrit via ArcInfo
3. In DIVA GIS using the climate map option
4. Other methods(?) …
1.) The method in R is very straightforward, simple review the help page for the biovars function in the dismo package http://www.inside-r.org/packages/cran/dismo/docs/biovars The limitation to this method is that the biovars function seems to just freeze up for me when I am trying to make some large raster files. I have only had success with biovars with very small files.
2.) ArcGIS is another option, however; ever with Arcmap 10.X I still would need to pay extra $$$ to use ArcInfo from a home computer.
3.) DIVGIS seems to be the simplest and more straightforward option for entry level modelers & students.
a. Install DIVA GIS
b. Gather whatever monthly climate data you have into a single folder (you need monthly precipitation; minimum temperature and maximum temperature).
c. Make climate files from monthly grids (Data > Climate > Make CLM files *search google for a tutorial on this part if needed.
d. Select your new climate files to be used in DIVA GIS (tools > options > climate *again, search google for a tutorial on this step if needed.
e. MAKE 19 BIOCLIMATE GRIDS: Data > Climate > Map > draw rectangle (select area of interest) > Output (change to bioclim & select ‘all’) > set destination folder & create your 19 bioclimatic grids from the monthly data.