eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
dyn_file_type
Derived Type
6 statements
Source File
dynFileMod.F90
dynFileMod
dyn_file_type
Contents
Variables
time_info
Constructor
dyn_file_type
type, public, extends(file_desc_t) :: dyn_file_type
Components
Type
Visibility
Attributes
Name
Initial
type(
time_info_type
),
public
::
time_info
Constructor
public interface
dyn_file_type
private function constructor(filename, year_position)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
filename
type(
year_position_type
),
intent(in)
::
year_position
Return Value
type(
dyn_file_type
)