PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
YacOutputWriter.hh File Reference
#include <memory>
#include <mpi.h>
#include <string>
#include "OutputWriter.hh"
#include "pism/util/io/OutputWriter.hh"
#include "pism/external/nlohmann/json.hpp"

Go to the source code of this file.

Classes

class  pism::YacOutputWriter
 

Namespaces

namespace  pism
 
namespace  pism::io
 Input and output code (NetCDF wrappers, etc)
 

Enumerations

enum  pism::ServerActions : int {
  pism::OPEN_FILE = 1 , pism::CLOSE_FILE = 2 , pism::DEFINE_DIMENSION = 3 , pism::SET_FILE_ATTRIBUTES = 4 ,
  pism::APPEND_HISTORY = 5 , pism::DEFINE_YAC_GRID = 6 , pism::DEFINE_YAC_FIELD = 7 , pism::FINISH_YAC_INITIALIZATION = 8 ,
  pism::DEFINE_VARIABLE = 9 , pism::SEND_VARIABLE = 10 , pism::SEND_GRIDDED_VARIABLE = 11 , pism::APPEND_TIME = 12 ,
  pism::FINISH = 13 , pism::SYNC = 14
}