-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWorldClim.inc.php
40 lines (33 loc) · 1.14 KB
/
WorldClim.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
/*=======================================================================================
* *
* WorldClim.inc.php *
* *
*======================================================================================*/
/**
* WorldClim definitions.
*
* This file contains private definitions of the {@link WorldClim.php CWorldClimGrid} page.
*
* @package Services
* @subpackage WorldClim
*
* @author Milko A. Škofič <[email protected]>
* @version 1.00 02/12/2010
*/
/*=======================================================================================
* ENVIRONMENT *
*======================================================================================*/
/**
* Climate command.
*
* This value defines the <b><i>absolute</i></b> path to the climate load command.
*/
define( "kPATH_CLIM_CMD", "/Library/WebServer/Library/MyWrapper/Commands/10.6/GeographicFeatures" );
/**
* Climate data.
*
* This value defines the <b><i>absolute</i></b> path to the climate data directory.
*/
define( "kPATH_CLIM_DIR", "/Library/WebServer/Data/GeographicFeatures/" );
?>