43BaseType *HDF5GMCFMissNonLLCVArray::ptr_duplicate()
45 auto HDF5GMCFMissNonLLCVArray_unique = make_unique<HDF5GMCFMissNonLLCVArray>(*
this);
46 return HDF5GMCFMissNonLLCVArray_unique.release();
49bool HDF5GMCFMissNonLLCVArray::read()
51 BESDEBUG(
"h5",
"Coming to HDF5GMCFMissNonLLCVArray read "<<endl);
54 read_data_NOT_from_mem_cache(
false,
nullptr);
57 if(
nullptr == HDF5RequestHandler::get_srdata_mem_cache())
58 read_data_NOT_from_mem_cache(
false,
nullptr);
62 string cache_key = dataset() + name();
63 handle_data_with_mem_cache(H5INT32,tnumelm,1,cache_key);
70void HDF5GMCFMissNonLLCVArray::read_data_NOT_from_mem_cache(
bool ,
void*) {
72 BESDEBUG(
"h5",
"Coming to HDF5GMCFMissNonLLCVArray: read_data_NOT_from_mem_cache "<<endl);
73 write_nature_number_buffer(rank,tnumelm);
This class specifies the retrieval of the values of non-lat/lon coordinate variables for general HDF5...
include the entry functions to execute the handlers