15 integer idisc,icatg,iparm,locflg
16 character*255 fl_nametbl
24 fl_nametbl=
'params_grib2_tbl_new'
26 if ( ierr .ne. 0 )
then
27 print*,
'Couldnt open table file - return code was ',ierr
32 fl_nametbl=
'params_grib2_tbl_new'
35 print *,
" The output params_grib2_tbl_new file sorted."
37 if ( ierr .ne. 0 )
then
38 print*,
'Couldnt open output file - return code was ',ierr
Define the variables in the derived data type discipline provided in Section 0.
void open_and_read_4dot2(char *, f77int *)
Opens and reads the GRIB2 Code Table 4.2 into an internal memory structure.
void sort_and_write_4dot2(char *, f77int *)
Sorts the contents of GRIB2 Code Table 4.2 within the internal memory structure and writes the output...
program sort_params_grib2_tbl
This program reads params_grib2_tbl_new.text and writes the output file will be sorted with a format ...