|
NEP 1.5.1
NetCDF Extension Pack: compression extensions for NetCDF
|
Demonstrates NetCDF-4 user-defined types (Fortran) More...
Functions/Subroutines | |
| program | f_user_types |
| subroutine | define_and_test_opaque (ncid) |
Demonstrates NetCDF-4 user-defined types (Fortran)
Fortran equivalent of user_types.c, demonstrating NetCDF-4 user-defined types using the Fortran 90 NetCDF API. Note: Fortran support for compound types is limited compared to C, so this focuses on enum, vlen, and opaque types.
Learning Objectives:
Fortran User Type Limitations:
Prerequisites:
Related Examples:
Compilation:
| subroutine f_user_types::define_and_test_opaque | ( | integer, intent(in) | ncid | ) |
| program f_user_types |