FTDSS
Read Me
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
abst_write_line
Interface
27 statements
Source File
output_interface.F90
input_output
abst_write_line
Contents
None
interface
private subroutine abst_write_line(self, unit, time, values)
Arguments
Type
Intent
Optional
Attributes
Name
class(
type_output_observation
),
intent(in)
::
self
integer(kind=int32),
intent(in)
::
unit
real(kind=real64),
intent(in)
::
time
real(kind=real64),
intent(in)
::
values
(:)