Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pygem/bin/run/run_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,8 +913,9 @@ def run(list_packed_vars):
# set calving_k in config
cfg.PARAMS['use_kcalving_for_run'] = True
cfg.PARAMS['calving_k'] = calving_k
# some tidewater glaciers require a timestep << OGGM default of 60 seconds
cfg.PARAMS['cfl_min_dt'] = pygem_prms['sim']['oggm_dynamics']['fs']
# note, some tidewater glaciers require a timestep << OGGM default of 60 seconds
cfg.PARAMS['cfl_number'] = pygem_prms['sim']['oggm_dynamics']['cfl_number']
cfg.PARAMS['cfl_min_dt'] = pygem_prms['sim']['oggm_dynamics']['cfl_min_dt']

# if `args.spinup`, grab appropriate model flowlines
if args.spinup:
Expand Down