PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ init_time()

void pism::hydrology::SteadyState::init_time ( const std::string &  input_file)
protected

Read time bounds corresponding to the water input rate in the forcing file.

These times are used to compute the maximum time step the model can take while still capturing temporal variability of the forcing.

Definition at line 283 of file SteadyState.cc.

References pism::RuntimeError::formatted(), pism::is_increasing(), pism::k, pism::Component::m_grid, pism::Component::m_log, m_time, m_time_bounds, PISM_ERROR_LOCATION, pism::io::PISM_GUESS, pism::io::PISM_READONLY, pism::File::read_text_attribute(), pism::io::read_time_bounds(), pism::Component::time(), pism::io::time_dimension(), and pism::Time::units_string().

Referenced by bootstrap_impl(), and restart_impl().