forked from CLIMADA-project/climada_python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
climada.conf
30 lines (30 loc) · 954 Bytes
/
climada.conf
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
{
"_comment": "this is a climada configuration file meant to supersede the default configuration in climada/conf during test",
"test_directory": ".../climada",
"test_data": "{test_directory}/test/data",
"disc_rates": {
"test_data": "{test_directory}/entity/disc_rates/test/data"
},
"engine": {
"test_data": "{test_directory}/engine/test/data"
},
"exposures": {
"test_data": "{test_directory}/entity/exposures/test/data"
},
"impact_funcs": {
"test_data": "{test_directory}/entity/impact_funcs/test/data"
},
"hazard": {
"test_data": "{test_directory}/hazard/test/data"
},
"measures": {
"test_data": "{test_directory}/entity/measures/test/data"
},
"util": {
"test_data": "{test_directory}/util/test/data"
},
"data_api": {
"supported_exposures_types": ["litpop", "crop_production", "base"]
},
"log_level": "INFO"
}