| Reads |
read (MetaUnit, '(q,a)', end=99)
* ALineLength, ALine(1:ALineLength)
read (MetaUnit, '(q,a)', end=99)
* ALineLength, ALine(1:ALineLength)
read (MetaUnit, '(q,a)', end=99)
* ALineLength, ALine(1:ALineLength)
read (InUnit, '(a)') ALine
read (InUnit, '(a)') ALine
read (InUnit, '(a)') ALine
read (InUnit, '(a)') ALine
read (InUnit, '(q,a)', end=99)
* ALineLength, ALine(1:ALineLength)
read (InUnit, '(a)') ALine
read (InUnit, '(a)') ALine
read (InUnit, '(a)') ALine
read (InUnit, '(a)') ALine
read (MetaUnit, '(q,a)', end=98)
* ALineLength, ALine(1:ALineLength)
read (InUnit, '(q,a)', end = 99)
* ALineLength, ALine(1:ALineLength)
read (InUnit, '(q,a)', end = 99)
* NextLineLength, NextLine(1:NextLineLength)
read (InUnit, '(q,a)', end = 99)
* NextLineLength, NextLine(1:NextLineLength)
read (InUnit, '(q,a)', end = 99)
* NextLineLength, NextLine(1:NextLineLength)
read (InUnit, '(q,a)', end = 99)
* NextLineLength, NextLine(1:NextLineLength)
read (InUnit, '(q,a)', end = 99)
* NextLineLength, NextLine(1:NextLineLength)
read (InUnit, '(q,a)', end = 99)
* NextLineLength, NextLine(1:NextLineLength)
read (InUnit, '(q,a)', end = 99)
* ALineLength, ALine(1:ALineLength)
|
| Writes |
write (OutUnit, '(a)') ALine(1:ALineLength)
write (OutUnit, '(a)') '<hea
write (OutUnit, '(a)')
* '<link href="http://walrus.wr.usgs.gov/infobank/programs
* '/html/tools/common.css" rel="stylesheet" type="text/css"&g
write (OutUnit, '(a)')
* '<link href="http://walrus.wr.usgs.gov/infobank/programs
* '/html/tools/custom.css" rel="stylesheet" type="text/css"&g
write (OutUnit, '(a)')
* '<link href="http://walrus.wr.usgs.gov/infobank/programs
* '/html/tools/infobank.css" rel="stylesheet" type="text/css"&g
write (OutUnit, '(a)') ALine(1:ALineLength)
write (OutUnit, '(a)') ALine(1:ALineLength)
write (OutUnit, '(a)')
* 'United States Geological Survey, '//
* 'Coastal and Marine Geology (CMG), '//
* 'USGS/CMG Information Bank.<
write (OutUnit, '(a)') ALine(1:ALineLength)
write (OutUnit, '(a)')
* ' Only metadata available.'
write (OutUnit, '(a)')
* ' Only metadata available.'
write (OutUnit, '(a)')
* ' Only metadata available.'
write (OutUnit, '(a)')
* ' Only metadata available.'
write (OutUnit, '(a)')
* ' Only metadata available.'
write (OutUnit, '(a)')
* ' Only metadata available.'
write (OutUnit, '(a)')
* ' Unspecified'
write (OutUnit, '(a)')
* ' Unspecified'
|
| Opens |
open (unit = InUnit,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name = '/infobank/tmp/makefmetamp.faq.temp')
open (unit = MetaUnit,
* access = 'sequential',
* form = 'formatted',
* status = 'old',
* name = '/infobank/'//ShortID(1:1)//'/'//
* ShortID(1:IDLength)//'/html/'//
* LongID(1:IDLength+3)//'.meta.html')
open (unit = OutUnit,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name = '/infobank/'//ShortID(1:1)//'/'//
* ShortID(1:IDLength)//'/html/'//
* LongID(1:IDLength+3)//'.fmeta.faq.html')
|