MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
CoordinateVariable
Interface
3 statements
Source File
CoordinateVariable.F90
pFIO_CoordinateVariableMod
CoordinateVariable
Contents
Module Procedures
new_CoordinateVariable
public interface CoordinateVariable
Module Procedures
private function new_CoordinateVariable(var, coordinate_data, rc) result(coordinate_variable)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Variable
),
intent(in)
::
var
class(*),
intent(in)
::
coordinate_data
(:)
integer,
intent(out),
optional
::
rc
Return Value
type(
CoordinateVariable
)