INTERFACE:
subroutine ncd_pio_createfile(file, fname)DESCRIPTION:
Create a new NetCDF file with PIO
ARGUMENTS:
implicit none
type(file_desc_t), intent(inout) :: file ! PIO file descriptor
character(len=*), intent(in) :: fname ! File name to create
REVISION HISTORY:
LOCAL VARIABLES:
integer :: ierr
character(len=*),parameter :: subname='ncd_pio_createfile' ! subroutine name
-----------------------------------------------------------------------