Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Sep 5, 2023
1 parent 9838c38 commit a6d51e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions cases/ctdas-test/extract_template_icos_EU
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Nov 29 19:38:13 2021
@author: stem
"""

#%%
"""Import"""
Expand All @@ -14,7 +9,6 @@ import os
import numpy as np
import datetime
from multiprocessing import Pool
from itertools import repeat
from math import sin, cos, sqrt, atan2, radians
import xarray as xr
from multiprocessing import Process, Manager
Expand Down
3 changes: 0 additions & 3 deletions jobs/ctdas.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
import logging
import os
import subprocess
from .tools import write_cosmo_input_ghg
from . import tools
from datetime import datetime, timedelta


def main(starttime, hstart, hstop, cfg):

Expand Down
5 changes: 1 addition & 4 deletions jobs/ctdas_prepare_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
# -*- coding: utf-8 -*-
#

import logging
import os
from re import A
import subprocess
from .tools import write_cosmo_input_ghg
from . import tools
from datetime import datetime, timedelta
from datetime import timedelta
import shutil


Expand Down

0 comments on commit a6d51e9

Please sign in to comment.