|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
◆ 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 753 of file IceModel.cc. References pism::Profiling::begin(), dt(), pism::Profiling::end(), enforce_consistency_of_geometry(), m_age_model, m_available_scalar_diagnostics, m_config, m_ctx, m_dt, m_dt_TempAge, m_log, m_skip_countdown, m_stdout_flags, m_t_TempAge, m_time, pism::PISM_CHEKPOINT, pism::PISM_DONE, pism::PISM_SIGNAL, print_summary(), print_summary_line(), process_signals(), REMOVE_ICEBERGS, pism::set_member(), pism::Profiling::stage_begin(), pism::Profiling::stage_end(), step(), update_diagnostics(), update_viewers(), write_checkpoint(), write_snapshot(), and write_spatial_diagnostics(). Referenced by run_to(). |