- Category:
- Algorithm
- Tags:
-
- File Size:
- 16kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- airportgy
Description: Test program to read any netCDF file. by Barry Schwartz October 1993 modified Apr 1996
This program will ask the user for the name of a netcdf file to read. It will open that file and using the proper netCDF calls, get info on the variables and their dimensions. It then
!C generates a FORTRAN program that can be used to actually read the
!C netCDF file and fills the variables with data. This program
!C can be used to read ANY netCDF file. The user only has to
!C write fortran statements to print the data or pass to another
!C program. Once you have generated a program, you may use it
!C to read any file of that data type i.e., the program is general until the powers to be change variable attributes.
To Search:
File list (Check if you may need any files):
f90\netcdf.f90
...\netcdf_attributes.f90
...\netcdf_constants.f90
...\netcdf_dims.f90
...\netcdf_expanded.f90
...\netcdf_externals.f90
...\netcdf_file.f90
...\netcdf_overloads.f90
...\netcdf_test.f90
...\netcdf_text_variables.f90
...\netcdf_variables.f90
...\netcdf_visibility.f90
...\typeSizes.f90
f90