Home
last modified time | relevance | path

Searched refs:DEGREES_EAST (Results 1 – 20 of 20) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/examples/C/
H A Dsfc_pres_temp_wr.c32 #define DEGREES_EAST "degrees_east" macro
121 strlen(DEGREES_EAST), DEGREES_EAST))) in main()
H A Dpres_temp_4D_wr.c36 #define DEGREES_EAST "degrees_east" macro
133 strlen(DEGREES_EAST), DEGREES_EAST))) in main()
H A Dpres_temp_4D_rd.c41 #define DEGREES_EAST "degrees_east" macro
/dports/science/netcdf/netcdf-c-4.7.4/examples/C/
H A Dsfc_pres_temp_wr.c34 #define DEGREES_EAST "degrees_east" macro
123 strlen(DEGREES_EAST), DEGREES_EAST))) in main()
H A Dpres_temp_4D_wr.c39 #define DEGREES_EAST "degrees_east" macro
136 strlen(DEGREES_EAST), DEGREES_EAST))) in main()
H A Dpres_temp_4D_rd.c42 #define DEGREES_EAST "degrees_east" macro
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_coords3.c75 #define DEGREES_EAST "degrees_east" macro
191 if (strncmp(att_text_in, DEGREES_EAST, strlen(DEGREES_EAST))) ERR; in check_cf_metadata()
259 if (nc_put_att_text(ncid, varids[4], UNITS, strlen(DEGREES_EAST), DEGREES_EAST)) ERR; in main()
345 if (nc_put_att_text(ncid, varids[4], UNITS, strlen(DEGREES_EAST), DEGREES_EAST)) ERR; in main()
449 if (nc_put_att_text(ncid, varids[4], UNITS, strlen(DEGREES_EAST), DEGREES_EAST)) ERR; in main()
H A Dtst_vars.c52 #define DEGREES_EAST "degrees_east" macro
138 strlen(DEGREES_EAST), DEGREES_EAST)) ERR; in create_4D_example()
279 if (xtype_in != NC_CHAR || len_in != strlen(DEGREES_EAST)) ERR; in check_4D_example()
281 if (strncmp(units_in, DEGREES_EAST, strlen(DEGREES_EAST))) ERR; in check_4D_example()
H A Dtst_dims.c1204 #define DEGREES_EAST "degrees_east" in main() macro
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_coords3.c75 #define DEGREES_EAST "degrees_east" macro
191 if (strncmp(att_text_in, DEGREES_EAST, strlen(DEGREES_EAST))) ERR; in check_cf_metadata()
259 if (nc_put_att_text(ncid, varids[4], UNITS, strlen(DEGREES_EAST), DEGREES_EAST)) ERR; in main()
345 if (nc_put_att_text(ncid, varids[4], UNITS, strlen(DEGREES_EAST), DEGREES_EAST)) ERR; in main()
449 if (nc_put_att_text(ncid, varids[4], UNITS, strlen(DEGREES_EAST), DEGREES_EAST)) ERR; in main()
H A Dtst_vars.c52 #define DEGREES_EAST "degrees_east" macro
138 strlen(DEGREES_EAST), DEGREES_EAST)) ERR; in create_4D_example()
279 if (xtype_in != NC_CHAR || len_in != strlen(DEGREES_EAST)) ERR; in check_4D_example()
281 if (strncmp(units_in, DEGREES_EAST, strlen(DEGREES_EAST))) ERR; in check_4D_example()
H A Dtst_dims.c1204 #define DEGREES_EAST "degrees_east" in main() macro
/dports/science/netcdf-cxx/netcdf-cxx4-4.3.1/examples/
H A Dsfc_pres_temp_wr.cpp38 string DEGREES_EAST = "degrees_east"; variable
112 lonVar.putAtt(UNITS,DEGREES_EAST); in main()
H A Dpres_temp_4D_wr.cpp51 string DEGREES_EAST = "degrees_east"; variable
113 lonVar.putAtt(UNITS, DEGREES_EAST); in main()
H A Dpres_temp_4D_plugin_wr.cpp59 string DEGREES_EAST = "degrees_east"; variable
122 lonVar.putAtt(UNITS, DEGREES_EAST); in main()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/C/
H A Dpres_temp_4D_wr.c50 #define DEGREES_EAST "degrees_east" macro
168 strlen(DEGREES_EAST), DEGREES_EAST); in main()
H A Dpres_temp_4D_rd.c49 #define DEGREES_EAST "degrees_east" macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/cxx/
H A Dnctst.cpp31 const char DEGREES_EAST[] = "degrees_east"; variable
181 if (check_u_ln_atts(lonVar, DEGREES_EAST, LONGITUDE)) in read()
292 lon->add_att(UNITS, DEGREES_EAST); in gen()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/CXX/
H A Dnctst.cpp37 const char DEGREES_EAST[] = "degrees_east"; variable
176 if (check_u_ln_atts(lonVar, DEGREES_EAST, LONGITUDE)) in read()
292 lon.putAtt(UNITS, DEGREES_EAST); in gen()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.out.netcdf/
H A Dmain.c52 #define DEGREES_EAST "degrees_east" macro
212 nc_put_att_text(ncid, lon_varid, UNITS, strlen(DEGREES_EAST), in write_netcdf_header()
213 DEGREES_EAST))) in write_netcdf_header()