Skip to content

Commit

Permalink
Set variables for icontools
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Jan 9, 2024
1 parent 07dac89 commit 7169901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/icontools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

import logging
from . import tools
from . import tools, prepare_data


def main(cfg):
Expand All @@ -13,6 +13,7 @@ def main(cfg):
(``cfg.input_root_meteo``), and the remapped meteorological files are saved
in the input folder on scratch (``cfg.icon_input/icbc``).
"""
prepare_data.set_cfg_variables(cfg)
launch_time = cfg.init_time_logging("icontools")
logfile = cfg.log_working_dir / "icontools"
logfile_finish = cfg.log_finished_dir / "icontools"
Expand Down

0 comments on commit 7169901

Please sign in to comment.