Skip to content

Commit c2c2589

Browse files
committed
First round of deletions
1 parent 25dfb39 commit c2c2589

File tree

9 files changed

+0
-638
lines changed

9 files changed

+0
-638
lines changed

src/dscim/preprocessing/climate/all_masks_rff.py

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/dscim/preprocessing/climate/ssp_clipped_rff.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/dscim/preprocessing/climate/stack_iterations.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/dscim/preprocessing/climate/stack_masks.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/dscim/preprocessing/midprocessing.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,6 @@
44
USER = os.getenv("USER")
55
import xarray as xr
66

7-
8-
def update_damage_function_library(
9-
input,
10-
output,
11-
recipe,
12-
disc,
13-
eta,
14-
rho,
15-
fit=True,
16-
):
17-
os.makedirs(output, exist_ok=True)
18-
shutil.copy2(
19-
f"{input}/{recipe}_{disc}_eta{eta}_rho{rho}_damage_function_coefficients.nc4",
20-
output,
21-
)
22-
23-
if fit:
24-
shutil.copy2(
25-
f"{input}/{recipe}_{disc}_eta{eta}_rho{rho}_damage_function_fit.nc4", output
26-
)
27-
28-
297
def combine_CAMEL_coefs(
308
recipe,
319
disc,

src/dscim/preprocessing/misc/bottom_code_econ_zarr.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)