Skip to content

Commit

Permalink
Temporary fix for "LATBC file not found" error in
Browse files Browse the repository at this point in the history
restart runs
  • Loading branch information
corink21 committed Mar 18, 2024
1 parent 7a65070 commit d87a968
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jobs/prepare_icon.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ def set_cfg_variables(cfg):
cfg.restart_filename = 'restart_atm_DOM01.nc'
cfg.restart_file = cfg.icon_restart_in / cfg.restart_filename
cfg.restart_file_scratch = cfg.icon_work / cfg.restart_filename
cfg.ini_LBC_filename = cfg.startdate.strftime(cfg.lbcdata_prefix +
cfg.lbcdata_nameformat +
cfg.lbcdata_filename_suffix
)
cfg.ini_LBC_file = cfg.icon_input_icbc_prev / cfg.ini_LBC_filename
cfg.ini_LBC_file_scratch = cfg.icon_input_icbc / cfg.ini_LBC_filename

# Nudge type (global or nothing)
cfg.nudge_type = 2 if hasattr(cfg,
Expand Down

0 comments on commit d87a968

Please sign in to comment.