PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ run()
Run PISM in the "standalone" mode. Run the time-stepping loop from the current time until the time specified by the IceModel::grid::time object. This is the method used by PISM in the "standalone" mode. Definition at line 767 of file IceModel.cc. References pism::Profiling::begin(), dt_TempAge, pism::Profiling::end(), enforce_consistency_of_geometry(), m_age_model, m_config, m_ctx, m_dt, m_log, m_skip_countdown, m_stdout_flags, m_time, m_ts_diagnostics, pism::PISM_CHEKPOINT, pism::PISM_DONE, pism::PISM_SIGNAL, print_summary(), print_summary_line(), process_signals(), prune_diagnostics(), REMOVE_ICEBERGS, pism::Profiling::stage_begin(), pism::Profiling::stage_end(), step(), t_TempAge, update_diagnostics(), update_viewers(), write_checkpoint(), write_extras(), and write_snapshot(). |