|
NEP 1.5.1
NetCDF Extension Pack: compression extensions for NetCDF
|
Basic NetCDF-4/HDF5 format file creation and format detection (Fortran) More...
Functions/Subroutines | |
| program | f_simple_nc4 |
| subroutine | handle_err (status) |
Basic NetCDF-4/HDF5 format file creation and format detection (Fortran)
Fortran equivalent of simple_nc4.c, demonstrating NetCDF-4 format using the Fortran 90 NetCDF API. Creates a simple 2D array with NF90_NETCDF4 flag.
Learning Objectives:
Fortran NetCDF-4 Constants:
Prerequisites:
Related Examples:
Compilation:
| program f_simple_nc4 |
| subroutine f_simple_nc4::handle_err | ( | integer, intent(in) | status | ) |