NCEPLIBS-g2 4.0.0
|
Write a GRIB2 index file. More...
Go to the source code of this file.
Functions/Subroutines | |
program | grb2index |
This program creates an index file from a GRIB2 file. | |
integer function | ncbase (c, n) |
Locate basename of a file. | |
program grb2index |
This program creates an index file from a GRIB2 file.
Definition at line 15 of file grb2index.F90.
References g2_create_index(), and ncbase().
integer function ncbase | ( | character, dimension(*) | c, |
integer | n | ||
) |
Locate basename of a file.
This subprogram locates the character number after the last '/' in a character string. For unix filenames, the character number returned marks the beginning of the basename of the file.
[in] | c | character string to search |
[in] | n | integer length of string |
Definition at line 94 of file grb2index.F90.
References ncbase().
Referenced by grb2index(), ncbase(), and wrgi1h().