USGS InfoBank banner.  USGS, Coastal and Marine Geology, InfoBank banner.
 USGS Coastal and Marine Geology banner.    Search InfoBank.
USGS InfoBank program -- scientists4refers Skip navigational links
    ________   ________   ______________   ________   _________   _______________   ________  
  tab edge  Home  tab edge  Data  tab edge  Activities  tab edge  FACS  tab edge  Atlas  tab edge  Definitions  tab edge  More  tab edge  
   
InfoBank Programs: by Name   by Data Type   General Tools   GIS   Plotting   Web   USGS Disclaimer   InfoBank Programs   Boothill  
   
Expanded description
Topic Description
Name
scientists4refers
Synopsis
/infobank2/programs/edit/scientists4refers/scientists4refers.for
Description
  Program to add field activity chief scientist names to information 
  about refrigerated cores item information.
    
Author
  Clint Steele        3/16/2004


    
Opens
     open (unit = 91,
*          form = 'formatted',
*          access = 'sequential',
*          status = 'unknown',
*          name = InFile(1:InLength))
     open (unit = 92,
*          form = 'formatted',
*          access = 'sequential',
*          status = 'unknown',
*          name = '/tmp/scientists4refers.temp')

                 open (unit = 93,
*                      access = 'sequential',
*                      form = 'formatted',
*                      status = 'unknown',
*                      name = IDPath(1:IDPathLength))
    
Reads
     read (90, '(q,a)', end=99)
*        InLength, InFile(1:InLength)
         read (91, '(q,a)', end = 98)
*            ALineLength, ALine(1:ALineLength)

                 read (91, '(q,a)', end = 97)
*                    ALineLength, ALine(1:ALineLength)
                     read (91, '(q,a)', end = 97)
*                        ALineLength, ALine(1:ALineLength)
                 read (93, '(t10,q,a)', end = 96)
*                    SciLength, SciName(1:SciLength)
    
Writes
                 write (92, '(a)') ALine(1:ALineLength)
                     write (92, '(a)') ALine(1:ALineLength)
                 write (IDPath, '(2048x)')
                 write (92, '(a)')
*                    '  Scientist    --- '//
*                    SciName(1:SciLength)
                 write (92, '(a)') ALine(1:ALineLength)
             write (92, '(a)') ALine(1:ALineLength)
    
Calls
 call openem (1,0)
                 call stringlen (ID, IDLength)
                 call changecase ('SMALLS', ID)
                 call changecase ('SMALLS', ID)
                 call stringlen (IDPath, IDPathLength)
     call system ('/bin/mv /tmp/scientists4refers.temp '//
*        InFile(1:InLength))
     call system ('/bin/rm '//
*        InFile(1:InLength)//'.test')

    

Skip footer navigational links

InfoBank   Menlo Park Center   Santa Cruz Center   St. Petersburg Center   Woods Hole Center   Coastal and Marine Geology Program  
U. S. Department of the Interior   U. S. Geological Survey   Geologic Information   Ask-A-Geologist   USGS privacy statement   Disclaimer  

URL: http://walrus.wr.usgs.gov/infobank2/programs/edit/scientists4refers/scientists4refers.doc.html
Maintainer: Clint Steele
Comments: e-mail
Last modified: Wed Mar 17 03:12:42 PST 2004  (wcs)