FORTRAN Generation
(/./ftp/cats/J/A_A/701/A107)

Conversion of standardized ReadMe file for file /./ftp/cats/J/A_A/701/A107 into FORTRAN code for reading data files line by line.

Note that special values are assigned to unknown or unspecified numbers (also called NULL numbers); when necessary, the coordinate components making up the right ascension and declination are converted into floating-point numbers representing these angles in degrees.



      program load_ReadMe
C=============================================================================
C  F77-compliant program generated by readme2f_1.81 (2015-09-23), on 2026-May-17
C=============================================================================
*  This code was generated from the ReadMe file documenting a catalogue
*  according to the "Standard for Documentation of Astronomical Catalogues"
*  currently in use by the Astronomical Data Centers (CDS, ADC, A&A)
*  (see full documentation at URL http://vizier.u-strasbg.fr/doc/catstd.htx)
*  Please report problems or questions to   
C=============================================================================

      implicit none
*  Unspecified or NULL values, generally corresponding to blank columns,
*  are assigned one of the following special values:
*     rNULL__    for unknown or NULL floating-point values
*     iNULL__    for unknown or NULL   integer      values
      real*4     rNULL__
      integer*4  iNULL__
      parameter  (rNULL__=--2147483648.)  	! NULL real number
      parameter  (iNULL__=(-2147483647-1))	! NULL int  number
      integer    idig			! testing NULL number

C=============================================================================
Cat. J/A+A/701/A107  PASTA II. Abundances for 25 solar twins and analogs (Sun+, 2025)
*================================================================================
*Planets Around Solar Twins/Analogs (PASTA).
*II: chemical abundances, systematic offsets, and clues to planet formation.
*    Sun Q., Ji C., Wang S.X., Lin Z., Teske J., Ting Y.-S., Bedell M., Liu F.
*    <Astron. Astrophys. 701, A107 (2025)>
*    =2025A&A...701A.107S        (SIMBAD/NED BibCode)
C=============================================================================

C  Internal variables

      integer*4 i__

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'stars.dat'	! List of studied stars

      integer*4 nr__
      parameter (nr__=25)	! Number of records
      character*42 ar__   	! Full-size record

C  J2000 position composed of: RAh RAm RAs DE- DEd DEm DEs
      real*8        RAdeg       ! (deg) Right Ascension J2000
      real*8        DEdeg       ! (deg)     Declination J2000
C  ---------------------------------- ! (position vector(s) in degrees)

      character*8   Name        ! Star name
      integer*4     RAh         ! (h) ? Right ascension (J2000)
      integer*4     RAm         ! (min) ? Right ascension (J2000)
      real*4        RAs         ! (s) ? Right ascension (J2000)
      character*1   DE_         ! Declination sign (J2000)
      integer*4     DEd         ! (deg) ? Declination (J2000)
      integer*4     DEm         ! (arcmin) ? Declination (J2000)
      real*4        DEs         ! (arcsec) ? Declination (J2000)
      character*8   SName       ! Simbad name

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'tableb1.dat'	! Equivalent widths

      integer*4 nr__1
      parameter (nr__1=262)	! Number of records
      character*193 ar__1  	! Full-size record

      real*8        lambda      ! (0.1nm) Wavelength of the spectral line
      real*4        Species     ! Species code
*                                     (e.g., 26.0 = Fe I; 26.1 = Fe II)
      real*4        Ep          ! (eV) Excitation potential of the lower level
      real*4        loggf       ! Logarithm of the oscillator strength (gf)
      real*4        DampingC    ! Damping constant C6
*                                     (van der Waals broadening)
      real*4        EWSun       ! (0.1pm) ?=- Equivalent width for the Sun
      real*4        EWhd10180   ! (0.1pm) ?=- Equivalent width for HD 10180
      real*4        EWhd20782   ! (0.1pm) ?=- Equivalent width for HD 20782
      real*4        EWhd31527   ! (0.1pm) ?=- Equivalent width for HD 31527
      real*4        EWhd42618   ! (0.1pm) ?=- Equivalent width for HD 42618
      real*4        EWhd45184   ! (0.1pm) ?=- Equivalent width for HD 45184
      real*4        EWhd70573   ! (0.1pm) ?=- Equivalent width for HD 70573
      real*4        EWhd75302   ! (0.1pm) ?=- Equivalent width for HD 75302
      real*4        EWhd88072   ! (0.1pm) ?=- Equivalent width for HD 88072
      real*4        EWhd98649   ! (0.1pm) ?=- Equivalent width for HD 98649
      real*4        EWhip25670  ! (0.1pm) ?=- Equivalent width for HIP 25670
      real*4        EWhip44713  ! (0.1pm) ?=- Equivalent width for HIP 44713
      real*4        EWhip54287  ! (0.1pm) ?=- Equivalent width for HIP 54287
      real*4        EWtoi248    ! (0.1pm) ?=- Equivalent width for TOI-248
      real*4        EWtoi426    ! (0.1pm) ?=- Equivalent width for TOI-426
      real*4        EWtoi479    ! (0.1pm) ?=- Equivalent width for TOI-479
      real*4        EWtoi564    ! (0.1pm) ?=- Equivalent width for TOI_564
      real*4        EWtoi652    ! (0.1pm) ?=- Equivalent width for TOI-652
      real*4        EWtoi867    ! (0.1pm) ?=- Equivalent width for TOI-867
      real*4        EWtoi1478   ! (0.1pm) ?=- Equivalent width for TOI-1478
      real*4        EWtoi2447   ! (0.1pm) ?=- Equivalent width for TOI-2447
      real*4        EWtoi2479   ! (0.1pm) ?=- Equivalent width for TOI-2479
      real*4        EWtoi2518   ! (0.1pm) ?=- Equivalent width for TOI-2518
      real*4        EWtoi2523   ! (0.1pm) ?=- Equivalent width for TOI-2523
      real*4        EWtoi3359   ! (0.1pm) ?=- Equivalent width for TOI-3359
      real*4        EWtoi4320   ! (0.1pm) ?=- Equivalent width for TOI-4320

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'tableb2.dat'	! Abundance measurements for Fe I and Fe II

      integer*4 nr__2
      parameter (nr__2=272)	! Number of records
      character*202 ar__2  	! Full-size record

      real*8        lambda_1    ! (0.1nm) Wavelength of the spectral line
      real*4        Species_1   ! Species code
*                                      (e.g., 26.0 = Fe I; 26.1 = Fe II)
      real*4        Ep_1        ! (eV) Excitation potential of the lower level
      real*4        loggf_1     ! Logarithm of the oscillator strength (gf)
      real*4        AFehd10180  ! ([-]) ?=- Abundance measurement for HD 10180
      real*4        AFehd20782  ! ([-]) ?=- Abundance measurement for HD 20782
      real*4        AFehd31527  ! ([-]) ?=- Abundance measurement for HD 31527
      real*4        AFehd42618  ! ([-]) ?=- Abundance measurement for HD 42618
      real*4        AFehd45184  ! ([-]) ?=- Abundance measurement for HD 45184
      real*4        AFehd70573  ! ([-]) ?=- Abundance measurement for HD 70573
      real*4        AFehd75302  ! ([-]) ?=- Abundance measurement for HD 75302
      real*4        AFehd88072  ! ([-]) ?=- Abundance measurement for HD 88072
      real*4        AFehd98649  ! ([-]) ?=- Abundance measurement for HD 98649
      real*4        AFehip25670 ! ([-]) ?=- Abundance measurement for HIP 25670
      real*4        AFehip44713 ! ([-]) ?=- Abundance measurement for HIP 44713
      real*4        AFehip54287 ! ([-]) ?=- Abundance measurement for HIP 54287
      real*4        AFetoi248   ! ([-]) ?=- Abundance measurement for TOI-248
      real*4        AFetoi426   ! ([-]) ?=- Abundance measurement for TOI-426
      real*4        AFetoi479   ! ([-]) ?=- Abundance measurement for TOI-479
      real*4        AFetoi564   ! ([-]) ?=- Abundance measurement for TOI-564
      real*4        AFetoi652   ! ([-]) ?=- Abundance measurement for TOI-652
      real*4        AFetoi867   ! ([-]) ?=- Abundance measurement for TOI-867
      real*4        AFetoi1478  ! ([-]) ?=- Abundance measurement for TOI-1478
      real*4        AFetoi2447  ! ([-]) ?=- Abundance measurement for TOI-2447
      real*4        AFetoi2479  ! ([-]) ?=- Abundance measurement for TOI-2479
      real*4        AFetoi2518  ! ([-]) ?=- Abundance measurement for TOI-2518
      real*4        AFetoi2523  ! ([-]) ?=- Abundance measurement for TOI-2523
      real*4        AFetoi3359  ! ([-]) ?=- Abundance measurement for TOI-3359
      real*4        AFetoi4320  ! ([-]) ?=- Abundance measurement for TOI-4320

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'tableb3.dat'	! Abundances

      integer*4 nr__3
      parameter (nr__3=23)	! Number of records
      character*335 ar__3  	! Full-size record

      character*2   Species_2   ! Chemical element symbol (e.g., Fe, C, O)
      integer*4     Atom        ! Atomic number of the element
      integer*4     v1_2Tcond   ! (K) 50% condensation temperature of elements
      real*4        Ahd10180    ! ([-]) Abundance for HD 10180
      real*4        e_Ahd10180  ! ([-]) Uncertainty in HD 10180 abundance
      real*4        Ahd20782    ! ([-]) Abundance for HD 20782
      real*4        e_Ahd20782  ! ([-]) Uncertainty in HD 20782 abundance
      real*4        Ahd31527    ! ([-]) Abundance for HD 31527
      real*4        e_Ahd31527  ! ([-]) Uncertainty in HD 31527 abundance
      real*4        Ahd42618    ! ([-]) Abundance for HD 42618
      real*4        e_Ahd42618  ! ([-]) Uncertainty in HD 42618 abundance
      real*4        Ahd45184    ! ([-]) Abundance for HD 45184
      real*4        e_Ahd45184  ! ([-]) Uncertainty in HD 45184 abundance
      real*4        Ahd70573    ! ([-]) Abundance for HD 70573
      real*4        e_Ahd70573  ! ([-]) Uncertainty in HD 70573 abundance
      real*4        Ahd75302    ! ([-]) Abundance for HD 75302
      real*4        e_Ahd75302  ! ([-]) Uncertainty in HD 75302 abundance
      real*4        Ahd88072    ! ([-]) Abundance for HD 88072
      real*4        e_Ahd88072  ! ([-]) Uncertainty in HD 88072 abundance
      real*4        Ahd98649    ! ([-]) Abundance for HD 98649
      real*4        e_Ahd98649  ! ([-]) Uncertainty in HD 98649 abundance
      real*4        Ahip25670   ! ([-]) Abundance for HIP 25670
      real*4        e_Ahip25670 ! ([-]) Uncertainty in HIP 25670 abundance
      real*4        Ahip44713   ! ([-]) Abundance for HIP 44713
      real*4        e_Ahip44713 ! ([-]) Uncertainty in HIP 44713 abundance
      real*4        Ahip54287   ! ([-]) Abundance for HIP 54287
      real*4        e_Ahip54287 ! ([-]) Uncertainty in HIP 54287 abundance
      real*4        Atoi248     ! ([-]) Abundance for TOI-248
      real*4        e_Atoi248   ! ([-]) Uncertainty in TOI-248 abundance
      real*4        Atoi426     ! ([-]) Abundance for TOI-426
      real*4        e_Atoi426   ! ([-]) Uncertainty in TOI-426 abundance
      real*4        Atoi479     ! ([-]) Abundance for TOI-479
      real*4        e_Atoi479   ! ([-]) Uncertainty in TOI-479 abundance
      real*4        Atoi564     ! ([-]) Abundance for TOI-564
      real*4        e_Atoi564   ! ([-]) Uncertainty in TOI-564 abundance
      real*4        Atoi652     ! ([-]) Abundance for TOI-652
      real*4        e_Atoi652   ! ([-]) Uncertainty in TOI-652 abundance
      real*4        Atoi867     ! ([-]) Abundance for TOI-867
      real*4        e_Atoi867   ! ([-]) Uncertainty in TOI-867 abundance
      real*4        Atoi1478    ! ([-]) Abundance for TOI-1478
      real*4        e_Atoi1478  ! ([-]) Uncertainty in TOI-1478 abundance
      real*4        Atoi2447    ! ([-]) Abundance for TOI-2447
      real*4        e_Atoi2447  ! ([-]) Uncertainty in TOI-2447 abundance
      real*4        Atoi2479    ! ([-]) Abundance for TOI-2479
      real*4        e_Atoi2479  ! ([-]) Uncertainty in TOI-2479 abundance
      real*4        Atoi2518    ! ([-]) Abundance for TOI-2518
      real*4        e_Atoi2518  ! ([-]) Uncertainty in TOI-2518 abundance
      real*4        Atoi2523    ! ([-]) Abundance for TOI-2523
      real*4        e_Atoi2523  ! ([-]) Uncertainty in TOI-2523 abundance
      real*4        Atoi3359    ! ([-]) Abundance for TOI-3359
      real*4        e_Atoi3359  ! ([-]) Uncertainty in TOI-3359 abundance
      real*4        Atoi4320    ! ([-]) Abundance for TOI-4320
      real*4        e_Atoi4320  ! ([-]) Uncertainty in TOI-4320 abundance

C=============================================================================

C  Loading file 'stars.dat'	! List of studied stars

C  Format for file interpretation

    1 format(A8,2X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,1X,A8)

C  Effective file loading

      open(unit=1,status='old',file=
     +'stars.dat')
      write(6,*) '....Loading file: stars.dat'
      do i__=1,25
        read(1,'(A42)')ar__
        read(ar__,1)Name,RAh,RAm,RAs,DE_,DEd,DEm,DEs,SName
        if(ar__(11:12) .EQ. '') RAh = iNULL__
        if(ar__(14:15) .EQ. '') RAm = iNULL__
        if(ar__(17:21) .EQ. '') RAs = rNULL__
        if(ar__(24:25) .EQ. '') DEd = iNULL__
        if(ar__(27:28) .EQ. '') DEm = iNULL__
        if(ar__(30:33) .EQ. '') DEs = rNULL__
        RAdeg = rNULL__
        DEdeg = rNULL__
c  Derive coordinates RAdeg and DEdeg from input data
c  (RAdeg and DEdeg are set to rNULL__ when unknown)
        if(RAh .GT. -180) RAdeg=RAh*15.
        if(RAm .GT. -180) RAdeg=RAdeg+RAm/4.
        if(RAs .GT. -180) RAdeg=RAdeg+RAs/240.
        if(DEd .GE. 0) DEdeg=DEd
        if(DEm .GE. 0) DEdeg=DEdeg+DEm/60.
        if(DEs .GE. 0) DEdeg=DEdeg+DEs/3600.
        if(DE_.EQ.'-'.AND.DEdeg.GE.0) DEdeg=-DEdeg
c    ..............Just test output...........
        write(6,1)Name,RAh,RAm,RAs,DE_,DEd,DEm,DEs,SName
        write(6,'(6H Pos: 2F8.4)') RAdeg,DEdeg
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================

C  Loading file 'tableb1.dat'	! Equivalent widths

C  Format for file interpretation

    2 format(
     +  F8.3,1X,F4.1,1X,F6.4,1X,F6.3,1X,E8.2,1X,F5.1,1X,F5.1,1X,F5.1,
     +  1X,F5.1,1X,F5.1,1X,F5.1,1X,F5.1,1X,F5.1,1X,F5.1,1X,F5.1,1X,
     +  F5.1,1X,F5.1,1X,F5.1,1X,F5.1,1X,F5.1,1X,F5.1,1X,F5.1,1X,F5.1,
     +  1X,F5.1,1X,F5.1,1X,F6.2,1X,F5.1,1X,F5.1,1X,F5.1,1X,F5.1,1X,
     +  F5.1)

C  Effective file loading

      open(unit=1,status='old',file=
     +'tableb1.dat')
      write(6,*) '....Loading file: tableb1.dat'
      do i__=1,262
        read(1,'(A193)')ar__1
        read(ar__1,2)
     +  lambda,Species,Ep,loggf,DampingC,EWSun,EWhd10180,EWhd20782,
     +  EWhd31527,EWhd42618,EWhd45184,EWhd70573,EWhd75302,EWhd88072,
     +  EWhd98649,EWhip25670,EWhip44713,EWhip54287,EWtoi248,EWtoi426,
     +  EWtoi479,EWtoi564,EWtoi652,EWtoi867,EWtoi1478,EWtoi2447,
     +  EWtoi2479,EWtoi2518,EWtoi2523,EWtoi3359,EWtoi4320
        if (idig(ar__1(38:42)).EQ.0) EWSun =  rNULL__
        if (idig(ar__1(44:48)).EQ.0) EWhd10180 =  rNULL__
        if (idig(ar__1(50:54)).EQ.0) EWhd20782 =  rNULL__
        if (idig(ar__1(56:60)).EQ.0) EWhd31527 =  rNULL__
        if (idig(ar__1(62:66)).EQ.0) EWhd42618 =  rNULL__
        if (idig(ar__1(68:72)).EQ.0) EWhd45184 =  rNULL__
        if (idig(ar__1(74:78)).EQ.0) EWhd70573 =  rNULL__
        if (idig(ar__1(80:84)).EQ.0) EWhd75302 =  rNULL__
        if (idig(ar__1(86:90)).EQ.0) EWhd88072 =  rNULL__
        if (idig(ar__1(92:96)).EQ.0) EWhd98649 =  rNULL__
        if (idig(ar__1(98:102)).EQ.0) EWhip25670 =  rNULL__
        if (idig(ar__1(104:108)).EQ.0) EWhip44713 =  rNULL__
        if (idig(ar__1(110:114)).EQ.0) EWhip54287 =  rNULL__
        if (idig(ar__1(116:120)).EQ.0) EWtoi248 =  rNULL__
        if (idig(ar__1(122:126)).EQ.0) EWtoi426 =  rNULL__
        if (idig(ar__1(128:132)).EQ.0) EWtoi479 =  rNULL__
        if (idig(ar__1(134:138)).EQ.0) EWtoi564 =  rNULL__
        if (idig(ar__1(140:144)).EQ.0) EWtoi652 =  rNULL__
        if (idig(ar__1(146:150)).EQ.0) EWtoi867 =  rNULL__
        if (idig(ar__1(152:156)).EQ.0) EWtoi1478 =  rNULL__
        if (idig(ar__1(158:163)).EQ.0) EWtoi2447 =  rNULL__
        if (idig(ar__1(165:169)).EQ.0) EWtoi2479 =  rNULL__
        if (idig(ar__1(171:175)).EQ.0) EWtoi2518 =  rNULL__
        if (idig(ar__1(177:181)).EQ.0) EWtoi2523 =  rNULL__
        if (idig(ar__1(183:187)).EQ.0) EWtoi3359 =  rNULL__
        if (idig(ar__1(189:193)).EQ.0) EWtoi4320 =  rNULL__
c    ..............Just test output...........
        write(6,2)
     +  lambda,Species,Ep,loggf,DampingC,EWSun,EWhd10180,EWhd20782,
     +  EWhd31527,EWhd42618,EWhd45184,EWhd70573,EWhd75302,EWhd88072,
     +  EWhd98649,EWhip25670,EWhip44713,EWhip54287,EWtoi248,EWtoi426,
     +  EWtoi479,EWtoi564,EWtoi652,EWtoi867,EWtoi1478,EWtoi2447,
     +  EWtoi2479,EWtoi2518,EWtoi2523,EWtoi3359,EWtoi4320
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================

C  Loading file 'tableb2.dat'	! Abundance measurements for Fe I and Fe II

C  Format for file interpretation

    3 format(
     +  F8.3,1X,F4.1,1X,F6.4,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,
     +  1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,
     +  F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,
     +  1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3,1X,F6.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'tableb2.dat')
      write(6,*) '....Loading file: tableb2.dat'
      do i__=1,272
        read(1,'(A202)')ar__2
        read(ar__2,3)
     +  lambda_1,Species_1,Ep_1,loggf_1,AFehd10180,AFehd20782,
     +  AFehd31527,AFehd42618,AFehd45184,AFehd70573,AFehd75302,
     +  AFehd88072,AFehd98649,AFehip25670,AFehip44713,AFehip54287,
     +  AFetoi248,AFetoi426,AFetoi479,AFetoi564,AFetoi652,AFetoi867,
     +  AFetoi1478,AFetoi2447,AFetoi2479,AFetoi2518,AFetoi2523,
     +  AFetoi3359,AFetoi4320
        if (idig(ar__2(29:34)).EQ.0) AFehd10180 =  rNULL__
        if (idig(ar__2(36:41)).EQ.0) AFehd20782 =  rNULL__
        if (idig(ar__2(43:48)).EQ.0) AFehd31527 =  rNULL__
        if (idig(ar__2(50:55)).EQ.0) AFehd42618 =  rNULL__
        if (idig(ar__2(57:62)).EQ.0) AFehd45184 =  rNULL__
        if (idig(ar__2(64:69)).EQ.0) AFehd70573 =  rNULL__
        if (idig(ar__2(71:76)).EQ.0) AFehd75302 =  rNULL__
        if (idig(ar__2(78:83)).EQ.0) AFehd88072 =  rNULL__
        if (idig(ar__2(85:90)).EQ.0) AFehd98649 =  rNULL__
        if (idig(ar__2(92:97)).EQ.0) AFehip25670 =  rNULL__
        if (idig(ar__2(99:104)).EQ.0) AFehip44713 =  rNULL__
        if (idig(ar__2(106:111)).EQ.0) AFehip54287 =  rNULL__
        if (idig(ar__2(113:118)).EQ.0) AFetoi248 =  rNULL__
        if (idig(ar__2(120:125)).EQ.0) AFetoi426 =  rNULL__
        if (idig(ar__2(127:132)).EQ.0) AFetoi479 =  rNULL__
        if (idig(ar__2(134:139)).EQ.0) AFetoi564 =  rNULL__
        if (idig(ar__2(141:146)).EQ.0) AFetoi652 =  rNULL__
        if (idig(ar__2(148:153)).EQ.0) AFetoi867 =  rNULL__
        if (idig(ar__2(155:160)).EQ.0) AFetoi1478 =  rNULL__
        if (idig(ar__2(162:167)).EQ.0) AFetoi2447 =  rNULL__
        if (idig(ar__2(169:174)).EQ.0) AFetoi2479 =  rNULL__
        if (idig(ar__2(176:181)).EQ.0) AFetoi2518 =  rNULL__
        if (idig(ar__2(183:188)).EQ.0) AFetoi2523 =  rNULL__
        if (idig(ar__2(190:195)).EQ.0) AFetoi3359 =  rNULL__
        if (idig(ar__2(197:202)).EQ.0) AFetoi4320 =  rNULL__
c    ..............Just test output...........
        write(6,3)
     +  lambda_1,Species_1,Ep_1,loggf_1,AFehd10180,AFehd20782,
     +  AFehd31527,AFehd42618,AFehd45184,AFehd70573,AFehd75302,
     +  AFehd88072,AFehd98649,AFehip25670,AFehip44713,AFehip54287,
     +  AFetoi248,AFetoi426,AFetoi479,AFetoi564,AFetoi652,AFetoi867,
     +  AFetoi1478,AFetoi2447,AFetoi2479,AFetoi2518,AFetoi2523,
     +  AFetoi3359,AFetoi4320
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================

C  Loading file 'tableb3.dat'	! Abundances

C  Format for file interpretation

    4 format(
     +  A2,1X,I2,1X,I4,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,
     +  F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,
     +  1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,
     +  F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,
     +  1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,
     +  F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,
     +  1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3,1X,F6.3,1X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'tableb3.dat')
      write(6,*) '....Loading file: tableb3.dat'
      do i__=1,23
        read(1,'(A335)')ar__3
        read(ar__3,4)
     +  Species_2,Atom,v1_2Tcond,Ahd10180,e_Ahd10180,Ahd20782,
     +  e_Ahd20782,Ahd31527,e_Ahd31527,Ahd42618,e_Ahd42618,Ahd45184,
     +  e_Ahd45184,Ahd70573,e_Ahd70573,Ahd75302,e_Ahd75302,Ahd88072,
     +  e_Ahd88072,Ahd98649,e_Ahd98649,Ahip25670,e_Ahip25670,
     +  Ahip44713,e_Ahip44713,Ahip54287,e_Ahip54287,Atoi248,e_Atoi248,
     +  Atoi426,e_Atoi426,Atoi479,e_Atoi479,Atoi564,e_Atoi564,Atoi652,
     +  e_Atoi652,Atoi867,e_Atoi867,Atoi1478,e_Atoi1478,Atoi2447,
     +  e_Atoi2447,Atoi2479,e_Atoi2479,Atoi2518,e_Atoi2518,Atoi2523,
     +  e_Atoi2523,Atoi3359,e_Atoi3359,Atoi4320,e_Atoi4320
c    ..............Just test output...........
        write(6,4)
     +  Species_2,Atom,v1_2Tcond,Ahd10180,e_Ahd10180,Ahd20782,
     +  e_Ahd20782,Ahd31527,e_Ahd31527,Ahd42618,e_Ahd42618,Ahd45184,
     +  e_Ahd45184,Ahd70573,e_Ahd70573,Ahd75302,e_Ahd75302,Ahd88072,
     +  e_Ahd88072,Ahd98649,e_Ahd98649,Ahip25670,e_Ahip25670,
     +  Ahip44713,e_Ahip44713,Ahip54287,e_Ahip54287,Atoi248,e_Atoi248,
     +  Atoi426,e_Atoi426,Atoi479,e_Atoi479,Atoi564,e_Atoi564,Atoi652,
     +  e_Atoi652,Atoi867,e_Atoi867,Atoi1478,e_Atoi1478,Atoi2447,
     +  e_Atoi2447,Atoi2479,e_Atoi2479,Atoi2518,e_Atoi2518,Atoi2523,
     +  e_Atoi2523,Atoi3359,e_Atoi3359,Atoi4320,e_Atoi4320
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================
      stop
      end

C Locate position of first digit in string; or return 0
      integer function idig(c)
      character*(*) c
      character*1 c1
      integer lc,i
      lc=len(c)
      idig=0
      do i=1,lc
         if(c(i:i).ne.' ') go to 1
      end do
    1 if(i.gt.lc) return
      c1=c(i:i)
      if(c1.eq.'.'.or.c1.eq.'-'.or.c1.eq.'+') i=i+1
      if(i.gt.lc) return
      c1=c(i:i)
      if(c1.ge.'0'.and.c1.le.'9') idig=i
      return
      end