Skip to content

Commit

Permalink
Modify docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Jan 8, 2024
1 parent 5c43231 commit 767ec08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion jobs/geosp.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

def main(cfg):
"""
Add GEOSP to all meteo files
The constant variable 'GEOSP' is added to the files not containing it
using python-cdo bindings.
"""
prepare_data.set_cfg_variables(cfg)
launch_time = cfg.init_time_logging("geosp")
Expand Down
7 changes: 7 additions & 0 deletions jobs/icontools.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@


def main(cfg):
"""
- Submit the runscript for the DWD ICON tools to remap the meteorological files.
- All runscripts specified in ``cfg.icontools_runjobs`` are submitted.
- The meteorological files are read from the original input directory
(``cfg.input_root_meteo``), and the remapped meteorological files are saved
in the input folder on scratch (``cfg.icon_input/icbc``).
"""
launch_time = cfg.init_time_logging("icontools")

#-----------------------------------------------------
Expand Down
6 changes: 0 additions & 6 deletions jobs/prepare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@ def main(cfg):
copying meteorological files, and handling specific data processing for each model.
**ICON:**
- Create directories ``cfg.icon_input_icbc`` and ``cfg.icon_work``.
- Submit the runscript for the DWD ICON tools to remap the meteorological files.
- All runscripts specified in ``cfg.icontools_runjobs`` are submitted.
- The meteorological files are read from the original input directory (``cfg.input_root_meteo``),
and the remapped meteorological files are saved in the input folder on scratch (``cfg.icon_input/icbc``).
- The constant variable 'GEOSP' is added to the files not containing it using python-cdo bindings.
**COSMO:**
Expand Down

0 comments on commit 767ec08

Please sign in to comment.