|
NEP 1.7.0
NetCDF Extension Pack: compression extensions for NetCDF
|
Demonstrates all five NetCDF binary format variants in Fortran. More...
Functions/Subroutines | |
| program | f_format_variants |
| subroutine | populate_file (ncid) |
Demonstrates all five NetCDF binary format variants in Fortran.
This is the Fortran equivalent of format_variants.c, demonstrating all five NetCDF binary format variants using the Fortran 90 NetCDF API. The program creates identical data structures in each format and compares their characteristics.
Learning Objectives:
Fortran Format Constants:
Prerequisites:
Related Examples:
Compilation:
Usage:
| program f_format_variants |
| subroutine f_format_variants::populate_file | ( | integer, intent(in) | ncid | ) |