60 CHARACTER(CHRLEN+4) :: fname
61 CHARACTER(256) ::
line
68 'RVAV_ReadInputFile.F90' )
72 WRITE(fname,
'(A,I5.5,A,1PE11.5)') trim(global%casename)//
'.inp_RVAV'
74 OPEN(if_rvav_input,file=fname,
form=
'formatted',
status=
'old',iostat=errorflag)
75 global%error = errorflag
76 IF (global%error /= 0) &
77 CALL
errorstop( global, err_file_open,__line__,
'File: '//trim(fname) )
82 READ(if_rvav_input,
'(A256)',err=10,
end=999)
line
84 SELECT CASE(trim(
line))
85 CASE (
'# RVAV_STREAM1')
86 IF ( global%verbLevel/=verbose_none ) &
87 WRITE(stdout,
'(/,A)')
' RVAV_ReadSectionStream1 ...'
91 CASE (
'# RVAV_STREAM2')
92 IF ( global%verbLevel/=verbose_none ) &
93 WRITE(stdout,
'(/,A)')
' RVAV_ReadStream2Section ...'
97 CASE (
'# RVAV_COMPARISONS')
98 IF ( global%verbLevel/=verbose_none ) &
99 WRITE(stdout,
'(/,A)')
' RVAV_ReadComparisonSection ...'
109 IF ( global%verbLevel/=verbose_none ) &
110 WRITE(stdout,
'(/,A)')
'Closing IF_RVAV_INPUT ...'
112 CLOSE(if_rvav_input,iostat=errorflag)
113 global%error = errorflag
114 IF (global%error /= 0) &
115 CALL
errorstop( global,err_file_close,__line__,
'File: '//trim(fname) )
122 CALL
errorstop( global,err_file_read,__line__,
'File: '//trim(fname) )
CImg< T > & line(const unsigned int y0)
Get a line.
subroutine rvav_readsectionstream2(global)
subroutine registerfunction(global, funName, fileName)
int status() const
Obtain the status of the attribute.
subroutine rvav_readcomparisonssection(global)
subroutine rvav_readsectionstream1(global)
**********************************************************************Rocstar Simulation Suite Illinois Rocstar LLC All rights reserved ****Illinois Rocstar LLC IL **www illinoisrocstar com **sales illinoisrocstar com WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **Arising OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE **********************************************************************INTERFACE SUBROUTINE form
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)