Home
last modified time | relevance | path

Searched refs:cell_angles_var (Results 1 – 4 of 4) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/NETCDF/
H A Ddump_netcdf.h88 int cell_angles_var; variable
H A Ddump_netcdf_mpiio.h87 int cell_angles_var; variable
H A Ddump_netcdf.cpp317 NCERRX( nc_inq_varid(ncid, NC_CELL_ANGLES_STR, &cell_angles_var), NC_CELL_ANGLES_STR); in openfile()
391 …NCERRX( nc_def_var(ncid, NC_CELL_ANGLES_STR, NC_DOUBLE, 2, dims, &cell_angles_var), NC_CELL_ANGLES… in openfile()
493 NCERR( nc_put_att_text(ncid, cell_angles_var, NC_UNITS_STR,6, "degree") ); in openfile()
723 NCERR( nc_put_vara_double(ncid, cell_angles_var, start, count, cell_angles) ); in write_header()
H A Ddump_netcdf_mpiio.cpp318 NCERRX( ncmpi_inq_varid(ncid, NC_CELL_ANGLES_STR, &cell_angles_var), NC_CELL_ANGLES_STR); in openfile()
392 …NCERRX( ncmpi_def_var(ncid, NC_CELL_ANGLES_STR, NC_DOUBLE, 2, dims, &cell_angles_var), NC_CELL_ANG… in openfile()
477 NCERR( ncmpi_put_att_text(ncid, cell_angles_var, NC_UNITS_STR, 6, "degree") ); in openfile()
744 NCERR( ncmpi_put_vara_double(ncid, cell_angles_var, start, count, cell_angles) ); in write_time_and_cell()