This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: "Devendra Singh" <address@hidden> >Organization: ? >Keywords: 200111220941.fAM9fqN08618 netCDF Fortran Devendra, >I am thankful to your guidence provided to me. You are welcome. >One more thing , I wish >to know that is how to write the ascii data into netcdf format. For >example > > do i=1,Along_Track*Across_Track > write(100,110)x(i),y(i) > enddo > >110 format(16x,7f8.2,/,16x,7f8.2,/,16x,7f8.2/,16x,7f8.2, > 1 /,16x,7f8.2/,16x,7f8.2,/) > >how to write this data into netcdf format. As I noted in my previous email, we simply do not have the resources to help people write their own applications. The best advice I can offer is for you to review the online netCDF manual: NetCDF http://www.unidata.ucar.edu/packages/netcdf NetCDF Documentation http://www.unidata.ucar.edu/packages/netcdf/docs.html online HTML http://www.unidata.ucar.edu/packages/netcdf/guidec/ 4 - Use of the NetCDF Library http://www.unidata.ucar.edu/packages/netcdf/guidec/guidec-9.html#HEADING9-0 I wish you the best of luck in your project. >with warm regards, >Devendra Singh Tom Yoksas