MONC
Private Member Functions | List of all members
inter_io_specifics_mod::handle_completion Interface Reference

Private Member Functions

subroutine handle_completion (io_configuration, values, field_name, timestep)
 

Detailed Description

Definition at line 18 of file inter-io-specifics.F90.

Constructor & Destructor Documentation

◆ handle_completion()

subroutine inter_io_specifics_mod::handle_completion::handle_completion ( type(io_configuration_type), intent(inout)  io_configuration,
real(default_precision), dimension(:)  values,
character(len=string_length)  field_name,
integer  timestep 
)
private

Definition at line 18 of file inter-io-specifics.F90.

19  import default_precision, string_length, io_configuration_type
20  type(io_configuration_type), intent(inout) :: io_configuration
21  real(DEFAULT_PRECISION), dimension(:) :: values
22  character(len=STRING_LENGTH) :: field_name
23  integer :: timestep

The documentation for this interface was generated from the following file:
datadefn_mod::default_precision
integer, parameter, public default_precision
MPI communication type which we use for the prognostic and calculation data.
Definition: datadefn.F90:17