The codes TO BE USED ONLY WITH THE NEW-ODFs computed by Castelli are:

atlas9mem.for--ATLAS9 for computing model atmospheres with NEWODF's:   compile with the linux gfortran

gfortran -fno-automatic -w -O3 -o atlas9mem.exe atlas9mem.for


atlas9v.for--ATLAS9 for computing fluxex with NEWODF's:  compile with the linux gfortran

gfortran -fno-automatic -w -O3 -o atlas9v.exe atlas9v.for

----------------------------------------------------------------------------------------

atlas9mem.for--ATLAS9 for computing model atmospheres with NEWODF's and compiled with INTEL fortran

ifort -double-size 64 -save -o atlas9mem.exe atlas9mem.for


atlas9v.for--ATLAS9 for computing fluxes with NEWODF's

To compile them:

ifort -double-size 64 -save -o atlas9mem.exe atlas9mem.for
ifort -double-size 64 -save -o atlas9v.exe atlas9v.for

The ORIGINAL Kurucz codes TO BE USED WITH THE ORIGINAL KURUCZ ODF's are: 


atlas9memkur.for--ATLAS9 for computing model atmospheres with Kurucz's ODF's
atlas9vkur.for--ATLAS9 for computing fluxes with Kurucz's ODFs

To compile them:

ifort -double-size 64 -save -o atlas9memkur.exe atlas9memkur.for
ifort -double-size 64 -save -o atlas9vkur.exe atlas9vkur.for

The following examples are for computations with the new-ODFs.
For Kurucz's ODFs change atlas9mem.for and atlas9v.for to atlas9memkur.for and atlas9vkur.for
In this case, Rosseland opacities and ODF's have to be taken from the Kurucz website. 


MODELS:


To compute an ATLAS9 model with parameters Teff=10000, logg=4.0, vturb=2 km/s [M/H]=0.0 download:

ap00t10000g40k2odfnew.com

and type:

source ap00t10000g40k2odfnew.com


The OUTPUT files are:

ap00t10000g40k2odfnew.out which controls the ouput

ap00t10000g40k2odfnew.dat : the final model for further uses



FLUXES:


To compute an ATLAS9 flux for the model with parameters Teff=10000, logg=4.0, vturb=2 km/s [M/H]=0.0 download:

fp00t10000g40k2.com

and type:

source fp00t10000g40k2.com




INTENSITIES:


To compute ATLAS9 intensities at specific N cos(theta) values (maximum 20) for the model with 
parameters Teff=10000, logg=4.0, vturb=2 km/s [M/H]=0.0 download:

ip00t10000g40k2.com

and type:

source ip00t10000g40k2.com



In the above command (.com) files:
kapp00.ros is the 
Rosseland opacity table for [M/H]=0.0
p00big2.bdf and 
p00lit2.bdf are the big and little intervals ODF tables for [M/H]=0.0 and
vturb=2.0 km/s in binary form.
They can be obtained from the ASCII files p00big2.asc and
bigodfasctobin.com 
bigodfasctobin.for 
and
litodfasctobin.com 
litodfasctobin.for 

molecules.dat
are molecular data for computing molecular number densities
atlas9mem.for
is ATLAS9 for computing model atmospheres
atlas9v.for
is ATLAS9 for computing fluxes