netCDF examples
blacklight
This example writes a simple 2D array.
- simple_xy_wr.job, job file.
- simple_xy_wr.f90, Fortran source.
- simple_xy.ncdump, netCDF output text file
- simple_xy_wr.out, standard error and output.
This example reads the simple array created by simple_xy_wr.f90.
- simple_xy_rd.job, job file.
- simple_xy_rd.f90, Fortran source.
- simple_xy.ncdump, netCDF output text file
- simple_xy_rd.out, standard error and output.
pople
Example files include:
- netcdf.job, job file.
- s_ex1.f, Fortran source.
- s_ex1.ncdump, netCDF output text file
- netcdf.out, standard error and output.