9
9
 
10
10
 
! only pio_offset is intended for export from kinds
11
11
 
12
12
 
  use pio_kinds, only :  pio_offset_kind
13
13
 
14
14
 
  use piolib_mod, only : pio_initdecomp, &
15
15
 
       pio_openfile, pio_closefile, pio_createfile, pio_setdebuglevel, &
16
16
 
       pio_seterrorhandling, pio_setframe, pio_init, pio_get_local_array_size, &
17
17
 
       pio_freedecomp, pio_syncfile, &
18
18
 
       pio_finalize, pio_set_hint, pio_getnumiotasks, pio_file_is_open, &
19
 
-
       PIO_deletefile, PIO_get_numiotasks
 
19
+
       PIO_deletefile, PIO_get_numiotasks, PIO_iotype_available
20
20
 
21
21
 
  use pio_types, only : io_desc_t, file_desc_t, var_desc_t, iosystem_desc_t, &
22
22
 
       pio_int, pio_real, pio_double, pio_noerr, iotype_netcdf, &
23
23
 
       iotype_pnetcdf,  pio_iotype_netcdf4p, pio_iotype_netcdf4c, &
24
24
 
       pio_iotype_pnetcdf,pio_iotype_netcdf, &
25
25
 
       pio_global, pio_char, pio_write, pio_nowrite, pio_clobber, pio_noclobber, &
26
26
 
       pio_max_name, pio_max_var_dims, pio_rearr_subset, pio_rearr_box, &
27
27
 
#if defined(_NETCDF) || defined(_PNETCDF)
28
28
 
       pio_nofill, pio_unlimited, pio_fill_int, pio_fill_double, pio_fill_float, &
29
29
 
#endif