Version 11 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE ReadDomain()
Defined In:
Inputs:
None.
Description:
Initializes variables from the DomainData
namelist in globaldeclarations.f90. Then it reads in the values for these variables from the domain.data file in the simulation's problem directory.
The most important thing in the domain data is the collection of flags that enable and disable the various modules (lClump
, lAccretion
, and so forth).
Called In:
Modules Used:
None are brought in by the USE
statement, but GlobalDeclarations must be USE
d in problem.f90 or this subroutine is pretty pointless.
Files Included:
None.
Note:
See TracWiki
for help on using the wiki.