Skip to content

Commit

Permalink
Add imports for art-global job
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Jan 8, 2024
1 parent 8ded708 commit 1d8f314
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jobs/prepare_art_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
import os
import logging
import xarray as xr
import shutil
import subprocess
from . import tools
from pathlib import Path
from .tools.interpolate_data import create_oh_for_restart, create_oh_for_inicond
from .tools.fetch_external_data import fetch_era5, fetch_era5_nudging

Expand Down

0 comments on commit 1d8f314

Please sign in to comment.