|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
Public Member Functions | |
| Impl (MPI_Comm comm_, const Config &config) | |
Public Attributes | |
| std::string | time_name |
| MPI_Comm | comm |
| std::map< std::tuple< std::string, std::string >, bool > | written_time_independent |
| std::map< std::tuple< std::string, std::string >, bool > | written_time_dependent |
| std::map< std::string, VariableMetadata > | variables |
| std::string | experiment_id_name |
| std::string | experiment_id |
| int | experiment_id_max_length |
| bool | relaxed_mode |
| bool | is_async |
Definition at line 98 of file OutputWriter.cc.