Conversion of standardized ReadMe file for
file /./ftp/cats/J/A_A/590/A27 into FORTRAN code for loading all data files into arrays.
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 (nr__) ! Name
real*4 logM_ (nr__) ! ([Msun]) Stellar mass
real*4 e_logM_ (nr__) ! ([Msun]) rms uncertainty on logM*
real*4 logMHI (nr__) ! ([Msun]) HI mass
real*4 e_logMHI (nr__) ! ([Msun]) rms uncertainty on logMHI
real*4 logMd (nr__) ! ([Msun]) Dust mass
real*4 logSFR (nr__) ! ([Msun/yr]) Star formation rate
real*4 e_logSFR (nr__) ! ([Msun/yr]) rms uncertainty on logSFR
real*4 v12_log_O_H(nr__) ! ([-]) Abundance 12+log(O/H)
real*4 e_12_log_O_H(nr__) ! ([-]) rms uncertainty on 12+log(O/H)
character*1 n_12_log_O_H(nr__) ! [b] Mote on 12+log(O/H) (1)
real*4 DefHI (nr__) ! HI deficiency parameter
integer*4 DVHI (nr__) ! (km/s) HI line FWHM
character*1 n_DVHI (nr__) ! [a] Note on DVHI (1)
real*4 Dist (nr__) ! (Mpc) Distance
real*4 a25 (nr__) ! (arcsec) Isophotal major diameter at the
* 25th B-magnitude/arcsec^2^
real*4 b25 (nr__) ! (arcsec) Isophotal minor diameter at the
* 25th B-magnitude/arcsec^2^
character*15 SpCO10a (nr__) ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21a (nr__) ! CO(2-1) spectrum filename
* in subdirectory sp
character*15 SpCO10b (nr__) ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21b (nr__) ! CO(2-1) spectrum filename
* in subdirectory sp
character*15 SpCO10c (nr__) ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21c (nr__) ! CO(2-1) spectrum filename
* in subdirectory sp
character*15 SpCO10d (nr__) ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21d (nr__) ! CO(2-1) spectrum filename
* in subdirectory sp
character*15 SpCO10e (nr__) ! CO(1-0) spectrum filename
* in subdirectory sp
character*15 SpCO21e (nr__) ! 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 (nr__1) ! (km/s) Velocity
real*4 Tmb (nr__1) ! (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(i__),logM_(i__),e_logM_(i__),logMHI(i__),e_logMHI(i__),
+ logMd(i__),logSFR(i__),e_logSFR(i__),v12_log_O_H(i__),
+ e_12_log_O_H(i__),n_12_log_O_H(i__),DefHI(i__),DVHI(i__),
+ n_DVHI(i__),Dist(i__),a25(i__),b25(i__),SpCO10a(i__),
+ SpCO21a(i__),SpCO10b(i__),SpCO21b(i__),SpCO10c(i__),
+ SpCO21c(i__),SpCO10d(i__),SpCO21d(i__),SpCO10e(i__),
+ SpCO21e(i__)
c ..............Just test output...........
write(6,1)
+ Name(i__),logM_(i__),e_logM_(i__),logMHI(i__),e_logMHI(i__),
+ logMd(i__),logSFR(i__),e_logSFR(i__),v12_log_O_H(i__),
+ e_12_log_O_H(i__),n_12_log_O_H(i__),DefHI(i__),DVHI(i__),
+ n_DVHI(i__),Dist(i__),a25(i__),b25(i__),SpCO10a(i__),
+ SpCO21a(i__),SpCO10b(i__),SpCO21b(i__),SpCO10c(i__),
+ SpCO21c(i__),SpCO10d(i__),SpCO21d(i__),SpCO10e(i__),
+ SpCO21e(i__)
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(i__),Tmb(i__)
c ..............Just test output...........
write(6,2)V(i__),Tmb(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end