[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20020422: writing a netcdf file (cont.)
- Subject: 20020422: writing a netcdf file (cont.)
- Date: Tue, 23 Apr 2002 14:32:37 -0600
>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