Skip to content

Commit c4ff398

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 87a9683 commit c4ff398

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pyremo/core/file_conventions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
1111
"""
1212

13-
1413
import os
1514

1615
FILE_FREQS = ["1h", "6h", "day", "mon"]

pyremo/preproc/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# from .remap_new import Remapper
1616
from .utils import write_forcing_file
1717

18-
1918
PREPROCESSOR_CLASSES = {
2019
"CF": CFPreprocessor,
2120
"ERA5": ERA5Preprocessor,

pyremo/preproc/preprocessor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from .cf import get_gcm_dataset, get_gcm_gfile
1414
from ..tables import domains
1515

16-
1716
dkrz_template = {
1817
"path_template": "/pool/data/ERA5/{era_id}/{level_type}/{dataType}/{frequency}/{code:03d}",
1918
"file_template": "{era_id}{level_type}{typeid}_{frequency}_{date}_{code:03d}.grb",

0 commit comments

Comments
 (0)