Conversion of standardized ReadMe file for
file /./ftp/cats/J/A_A/590/A27 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-Sep-12
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/590/A27 CO spectra of Virgo cluster galaxies (Grossi,+, 2016)
*================================================================================
*Star-forming dwarf galaxies in the Virgo cluster: the link between molecular
*gas, atomic gas, and dust.
* Grossi, M., Corbelli, E., Bizzocchi, L., Giovanardi, C., Bomans D.,
* Coelho B., De Looze I., Goncalves T.S., Hunt L.K., Leonardo E., Madden S.,
* Menendez-Delmestre K., Pappalardo C., Riguccini L.
* <Astron. Astrophys. 590, A27 (2016)>
* =2016A&A...590A..27G (SIMBAD/NED BibCode)
C=============================================================================
C Internal variables
integer*4 i__
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table1.dat' ! Main properties of the Virgo SFDs
integer*4 nr__
parameter (nr__=20) ! Number of records
character*242 ar__ ! Full-size record
character*7 Name ! Name
real*4 logM_ ! ([Msun]) Stellar mass
real*4 e_logM_ ! ([Msun]) rms uncertainty on logM*
real*4 logMHI ! ([Msun]) HI mass
real*4 e_logMHI ! ([Msun]) rms uncertainty on logMHI
real*4 logMd ! ([Msun]) Dust mass
real*4 logSFR ! ([Msun/yr]) Star formation rate
real*4 e_logSFR ! ([Msun/yr]) rms uncertainty on logSFR
real*4 v12_log_O_H ! ([-]) Abundance 12+log(O/H)
real*4 e_12_log_O_H ! ([-]) rms uncertainty on 12+log(O/H)
character*1 n_12_log_O_H ! [b] Mote on 12+log(O/H) (1)
real*4 DefHI ! HI deficiency parameter
integer*4 DVHI ! (km/s) HI line FWHM
character*1 n_DVHI ! [a] Note on DVHI (1)
real*4 Dist ! (Mpc) Distance
real*4 a25 ! (arcsec) Isophotal major diameter at the
* 25th B-magnitude/arcsec^2^
real*4 b25 ! (arcsec) Isophotal minor diameter at the
* 25th B-magnitude/arcsec^2^
character*15 SpCO10a ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21a ! CO(2-1) spectrum filename
* in subdirectory sp
character*15 SpCO10b ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21b ! CO(2-1) spectrum filename
* in subdirectory sp
character*15 SpCO10c ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21c ! CO(2-1) spectrum filename
* in subdirectory sp
character*15 SpCO10d ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21d ! CO(2-1) spectrum filename
* in subdirectory sp
character*15 SpCO10e ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21e ! CO(2-1) spectrum filename
* in subdirectory sp
*Note (1): Notes as follows:
* a = Springob et al. (2005ApJS..160..149S, Cat. VIII/77)
* b = Metallicity derived from the mass-metallicity relation of Hughes et al.
* (2013, Cat. J/A+A/550/A115)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp/*' ! Individual spectra
integer*4 nr__1
parameter (nr__1=49) ! Number of records
character*19 ar__1 ! Full-size record
real*8 V ! (km/s) Velocity
real*4 Tmb ! (K) Main beam temperature
C=============================================================================
C Loading file 'table1.dat' ! Main properties of the Virgo SFDs
C Format for file interpretation
1 format(
+ A7,1X,F4.2,1X,F4.2,1X,F4.2,1X,F4.2,1X,F4.2,1X,F5.2,1X,F4.2,1X,
+ F4.2,1X,F4.2,A1,1X,F5.2,1X,I3,A1,1X,F4.1,1X,F5.1,1X,F5.1,1X,
+ A15,1X,A15,1X,A15,1X,A15,1X,A15,1X,A15,1X,A15,1X,A15,1X,A15,
+ 1X,A15)
C Effective file loading
open(unit=1,status='old',file=
+'table1.dat')
write(6,*) '....Loading file: table1.dat'
do i__=1,20
read(1,'(A242)')ar__
read(ar__,1)
+ Name,logM_,e_logM_,logMHI,e_logMHI,logMd,logSFR,e_logSFR,
+ v12_log_O_H,e_12_log_O_H,n_12_log_O_H,DefHI,DVHI,n_DVHI,Dist,
+ a25,b25,SpCO10a,SpCO21a,SpCO10b,SpCO21b,SpCO10c,SpCO21c,
+ SpCO10d,SpCO21d,SpCO10e,SpCO21e
c ..............Just test output...........
write(6,1)
+ Name,logM_,e_logM_,logMHI,e_logMHI,logMd,logSFR,e_logSFR,
+ v12_log_O_H,e_12_log_O_H,n_12_log_O_H,DefHI,DVHI,n_DVHI,Dist,
+ a25,b25,SpCO10a,SpCO21a,SpCO10b,SpCO21b,SpCO10c,SpCO21c,
+ SpCO10d,SpCO21d,SpCO10e,SpCO21e
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp/*' ! Individual spectra
C Format for file interpretation
2 format(F7.1,1X,E11.5)
C Effective file loading
open(unit=1,status='old',file=
+'sp/*')
write(6,*) '....Loading file: sp/*'
do i__=1,49
read(1,'(A19)')ar__1
read(ar__1,2)V,Tmb
c ..............Just test output...........
write(6,2)V,Tmb
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end