Version 9 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE InitializeRun()
Defined In:
Inputs:
None.
Description:
This routine opens a number of input files. These are:
Of these, the information in the files Grid0001.data and Grid0001.wavebear.data are read into the namelists GridData
and WaveBearData
respectively.
(For information on the variables in these namelists, see the wiki pages Grid0001.data and Grid0001.wavebear.data.)
Though opened here the domain.data and physics.data input files are read in the subroutines ReadDomain and ReadPhysics respectively.
InitializeRun also initializes the integer counting variable "iVacuum," which is used in subroutine NormalWaveExact, one or another version of which may be found in the subroutines dev/contrib/astro/physics/i_i_ExactRS.f90 and dev/contrib/astro/physics/ExactRS_new.f90.
Called In:
Modules Used:
None.
Files Included:
None.