PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches

◆ write_darray_impl()

void pism::io::NCFile::write_darray_impl ( const std::string &  variable_name,
const grid::DistributedGridInfo grid,
unsigned int  z_count,
bool  time_dependent,
unsigned int  record,
const double input 
)
protectedvirtual

The default implementation computes start and count and calls put_vara_double()

Definition at line 176 of file NCFile.cc.

References count, and put_vara_double().

Referenced by write_darray().