Skip to main content

Type fortran::syscsetupfileinfof undefined

Definition: syscCommonTypesF.fi (line 365)

Provide a type for writing System Coupling setup files.

To create and/or initialize the SyscSetupFileInfoF type, it is highly recommended to use syscGetSetupFileInfoF function. This function will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

type(SyscSetupFileInfoF) :: setupFileInfo
setupFileInfo = syscGetSetupFileInfoF("setup.scp")

Members

Public attributes

Variable setupfilename

Definition: syscCommonTypesF.fi (line 366)

character(len=syscfilepathlen) setupfilename

Setup file name.

Type: character(len=syscfilepathlen)

Variable restartssupported

Definition: syscCommonTypesF.fi (line 367)

logical restartssupported

Restarts support flag.

Type: logical