eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
init
Interface
3 statements
Source File
m_List.F90
m_List
init
Contents
Module Procedures
init_
initStr_
initstr1_
public interface init
Module Procedures
private subroutine init_(aList, Values)
Arguments
Type
Intent
Optional
Attributes
Name
type(
List
),
intent(out)
::
aList
character(len=*),
intent(in)
::
Values
private subroutine initStr_(aList, pstr)
Arguments
Type
Intent
Optional
Attributes
Name
type(
List
),
intent(out)
::
aList
type(
String
),
intent(in)
::
pstr
private subroutine initStr1_(aList, strs)
Arguments
Type
Intent
Optional
Attributes
Name
type(
List
),
intent(out)
::
aList
type(
String
),
intent(in),
dimension(:)
::
strs