Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/NETCDF/
H A Ddump_netcdf.h81 int spatial_var; variable
H A Ddump_netcdf_mpiio.h80 int spatial_var; variable
H A Ddump_netcdf.cpp310 NCERRX( nc_inq_varid(ncid, NC_SPATIAL_STR, &spatial_var), NC_SPATIAL_STR ); in openfile()
377 NCERRX( nc_def_var(ncid, NC_SPATIAL_STR, NC_CHAR, 1, dims, &spatial_var), NC_SPATIAL_STR ); in openfile()
512 NCERR( nc_put_var_text(ncid, spatial_var, "xyz") ); in openfile()
H A Ddump_netcdf_mpiio.cpp311 NCERRX( ncmpi_inq_varid(ncid, NC_SPATIAL_STR, &spatial_var), NC_SPATIAL_STR ); in openfile()
378 NCERRX( ncmpi_def_var(ncid, NC_SPATIAL_STR, NC_CHAR, 1, dims, &spatial_var), NC_SPATIAL_STR ); in openfile()
499 NCERR( ncmpi_put_var_text(ncid, spatial_var, "xyz") ); in openfile()