eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
init
Interface
3 statements
Source File
m_AttrVect.F90
m_AttrVect
init
Contents
Module Procedures
init_
initv_
initl_
public interface init
Module Procedures
private subroutine init_(aV, iList, rList, lsize)
Arguments
Type
Intent
Optional
Attributes
Name
type(
AttrVect
),
intent(out)
::
aV
character(len=*),
intent(in),
optional
::
iList
character(len=*),
intent(in),
optional
::
rList
integer,
intent(in),
optional
::
lsize
private subroutine initv_(aV, bV, lsize)
Arguments
Type
Intent
Optional
Attributes
Name
type(
AttrVect
),
intent(out)
::
aV
type(
AttrVect
),
intent(in)
::
bV
integer,
intent(in)
::
lsize
private subroutine initl_(aV, iList, rList, lsize)
Arguments
Type
Intent
Optional
Attributes
Name
type(
AttrVect
),
intent(out)
::
aV
type(
List
),
intent(in)
::
iList
type(
List
),
intent(in)
::
rList
integer,
intent(in)
::
lsize