Skip to content

Commit 9ed283f

Browse files
detach constants that are only used in petals
1 parent 7b9d1cf commit 9ed283f

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

climada/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,9 @@
5757
ENT_DEMO_FUTURE,
5858
EXP_DEMO_H5,
5959
HAZ_DEMO_FL,
60-
HAZ_DEMO_FLDDPH,
61-
HAZ_DEMO_FLDFRC,
6260
HAZ_DEMO_MAT,
6361
HAZ_DEMO_H5,
6462
TC_ANDREW_FL,
65-
DEMO_GDP2ASSET,
6663
DEMO_DIR.joinpath('demo_emdat_impact_data_2020.csv'),
6764
DEMO_DIR.joinpath('histsoc_landuse-15crops_annual_FR_DE_DEMO_2001_2005.nc'),
6865
DEMO_DIR.joinpath('hist_mean_mai-firr_1976-2005_DE_FR.hdf5'),

climada/util/constants.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
'ENT_DEMO_FUTURE',
2626
'HAZ_DEMO_MAT',
2727
'HAZ_DEMO_FL',
28-
'HAZ_DEMO_FLDDPH',
29-
'HAZ_DEMO_FLDFRC',
3028
'ENT_TEMPLATE_XLS',
3129
'HAZ_TEMPLATE_XLS',
3230
'ONE_LAT_KM',
@@ -35,7 +33,6 @@
3533
'GLB_CENTROIDS_NC',
3634
'ISIMIP_GPWV3_NATID_150AS',
3735
'NATEARTH_CENTROIDS',
38-
'DEMO_GDP2ASSET',
3936
'RIVER_FLOOD_REGIONS_CSV',
4037
'TC_ANDREW_FL',
4138
'HAZ_DEMO_H5',
@@ -96,12 +93,6 @@
9693
HAZ_DEMO_FL = DEMO_DIR.joinpath('SC22000_VE__M1.grd.gz')
9794
"""Raster file of flood over Venezuela. Model from GAR2015"""
9895

99-
HAZ_DEMO_FLDDPH = DEMO_DIR.joinpath('flddph_2000_DEMO.nc')
100-
"""NetCDF4 Flood depth from isimip simulations"""
101-
102-
HAZ_DEMO_FLDFRC = DEMO_DIR.joinpath('fldfrc_2000_DEMO.nc')
103-
"""NetCDF4 Flood fraction from isimip simulations"""
104-
10596
HAZ_DEMO_MAT = DEMO_DIR.joinpath('atl_prob_nonames.mat')
10697
"""
10798
Hazard demo from climada in MATLAB: hurricanes from 1851 to 2011 over Florida with 100 centroids.
@@ -112,9 +103,6 @@
112103
Hazard demo in hdf5 format: IBTrACS from 1990 to 2004 over Florida with 2500 centroids.
113104
"""
114105

115-
DEMO_GDP2ASSET = DEMO_DIR.joinpath('gdp2asset_CHE_exposure.nc')
116-
"""Exposure demo file for GDP2Asset"""
117-
118106
WS_DEMO_NC = [DEMO_DIR.joinpath('fp_lothar_crop-test.nc'),
119107
DEMO_DIR.joinpath('fp_xynthia_crop-test.nc')]
120108
"""

0 commit comments

Comments
 (0)