subroutine IO_init()
use IO_data
use RuntimeParamters_interface, ONLY : RuntimeParameters_get
implicit none
call RuntimeParameters_get('plotFileNumber',io_plotFileNumber)
call RuntimeParameters_get('checkpointFileNumber',io_checkpointFileNumber)
call RuntimeParameters_get('plotFileIntervalTime',io_plotFileIntervalTime)
call RuntimeParameters_get('plotFileIntervalStep',io_plotFileIntervalStep)
call RuntimeParameters_get('checkpointFileIntervalTime',io_checkpointFileIntervalTime)
call RuntimeParameters_get('checkpointFileIntervalStep',io_checkpointFileIntervalStep)
!! etc ...
Note that the parameters found in the