30

rapport medoc promcor en - idoc.ias.u-psud.fr

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

Page 1: rapport medoc promcor en - idoc.ias.u-psud.fr

USER GUIDE

PROMCOR : The full omputation of Hydrogen

lines in a spheri ally symmetri and opti ally

thin medium, su h as the solar orona

Martine Chane-Yook

martine. hane-yookias.u-psud.fr

Reviewed by:

Jean-Claude Vial

Ja ques Dubau

Web a ess:

https://ido .ias.u-psud.fr/MEDOC/Radiative transfer odes

Page 2: rapport medoc promcor en - idoc.ias.u-psud.fr

Contents

1 Introdu tion 2

2 Des ription of PROMCOR ode 2

3 Algorithm 3

4 Coronal modeling 3

4.1 Coronal hole model from Allen (1977, [1) . . . . . . . . . . . . . . . . . . . 6

4.2 Quiet Sun model from Allen (1977, [1) . . . . . . . . . . . . . . . . . . . . . 6

4.3 Streamer model from Goryaev ([10) . . . . . . . . . . . . . . . . . . . . . . 6

5 Bound-Free and Bound-Bound transitions 6

6 Atomi stru ture of hydrogen 6

7 Population equations 6

8 Formalism used for radiative transfer 7

9 Subroutine des riptions 8

9.1 Set of variables used in P5EXE subroutine . . . . . . . . . . . . . . . . . . . 8

9.2 Hydrogen model (Johnson model, [16 ) . . . . . . . . . . . . . . . . . . . . . 11

10 Results for hydrogen lines 11

10.1 Coronal hole model from Allen (1977, [1) . . . . . . . . . . . . . . . . . . . 11

10.2 Quiet Sun model from Allen (1977, [1) . . . . . . . . . . . . . . . . . . . . . 16

10.3 Streamer model from Goryaev ([10) . . . . . . . . . . . . . . . . . . . . . . 21

11 Running PROMCOR 26

12 CPU time 27

13 A knowledgements 27

Bibliography 28

1

Page 3: rapport medoc promcor en - idoc.ias.u-psud.fr

1 Introdu tion

The PROMCOR ode is inherited from PROM5 ode and treats models where the ther-

modynami parameters only depend on the distan e from the Sun enter. It is valid only

for ( oronal) media opti ally thin in all lines and ontinua. PROMCOR des ribes Non-LTE

(NLTE) radiative transfer (1D) for hydrogen atom using partial frequen y redistribution for

resonan e lines of hydrogen. We solve the equations of radiative transfer (here limited to a

simple integration), statisti al equilibrium of level populations, and ionization equilibrium

for the hydrogen atom using an iterative method.

For a given model of atmosphere dened by temperature, T , pressure, P , mi roturbulent

velo ity, V , and distan e along the line-of-sight (LOS), the formation of hydrogen line is

onsidered. Thus, we obtain the ele tron density, the neutral Hydrogen density (and onse-

quently the ionization degree) and the emergent intensities for hydrogen lines.

PROMCOR, adapted to gfortran ompiler, is available from MEDOC website:

https://ido .ias.u-psud.fr/MEDOC/Radiative transfer odes

In the following se tions, we will explain in details the PROMCOR ode (hydrogen): mod-

eling, implemented equations, algorithm, numeri al methods, et .

2 Des ription of PROMCOR ode

Nature of the physi al problem: Computation of the neutral H population levels in an opti-

ally thin medium. Derivation of the emission in main transition lines

Restri tions on the omplexity of the problem: PROMCOR treats the hydrogen atom only

Other relevant information:

- The atmosphere model parameters onsidered here vary radially

- Partial frequen y redistribution (PRD) is used for resonan e lines of hydrogen, while for

the other lines and ontinua omplete frequen y redistribution (CRD) is used

Authors: J-C. Vial and M. Chane-Yook

Program available from:

https://ido .ias.u-psud.fr/MEDOC/Radiative transfer odes

Computer(s) on whi h program has been tested: PC with 4 Intel pro essors ( 2.67GHz)

Operating System(s) for whi h version of program has been tested: Linux

2

Page 4: rapport medoc promcor en - idoc.ias.u-psud.fr

Programming language used: Adapted in Fortran 90 for gfortran ompiler

Status: Stable

A essibility: open (MEDOC)

No. of ode lines in ombined program and test de k: ∼ 6000

Typi al running time: 6 s for one atmosphere model with about 30 points along the half

LOS

Referen e:

J-C. Vial and M. Chane-Yook, Neutral Hydrogen and its Emission Lines in the Solar Corona,

Solar Phys., Submitted, 2016

3 Algorithm

PROMCOR and PROM5 algorithms are similar. For more details, see the do umentation

of PROM5.

4 Coronal modeling

Figures 1 and 2 represent respe tively the image and spe tra of the Lα line.

Figure 1: Observation of Lα by UVCS

3

Page 5: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 2: Lα line emission at 4 times during the observation. The initial UT time of ea h

exposure and the line peak intensity are shown. The verti al axis is the spatial oordinate

along the entran e slit, and the zero marks the 1.5 Rs helio entri distan e. Ea h image is

s aled to its brightest pixel ([6)

4

Page 6: rapport medoc promcor en - idoc.ias.u-psud.fr

Ω

r : helio entri distan es : distan e along the ray taken from P

M : position

r0 : impa t parameter

P : impa t point

M

r

Sun

Rs

−∞

LOS

+∞

r0 P

s

Coronal model

O

O: enter

Rs : solar radius

Figure 3: Coronal modelling

The initial prominen e ode, PROM5 is modied as follows : instead of ool ore with

an extended PCTR (Prominen e Corona Transition region), we simply have no layer with

low temperature but only a so- alled PCTR with a tual oronal onditions in a spheri ally

symmetri onguration where the density (only dependent of r) de reases from the impa t

parameter position toward both sides of the LOS. Then, al ulations an be done along the

half LOS. The medium being opti ally thin in all lines and in all dire tions, the in ident

radiation is exa tly omputed at ea h radial distan e (see Figure 3).

We adopt the same model extension, for all LOS lo ated at altitudes between 1.05 and 5

Rs. This means that the boundaries along ea h LOS are (symmetri ally) dened by the last

5

Page 7: rapport medoc promcor en - idoc.ias.u-psud.fr

external layer of the radial mode.

3 models onsidered in PROMCOR are des ribed in the following se tions. These models

are used to produ e the input model.dat le (see se tion 9). We sele t one LOS : 1.05 Rs

(see se tion 10 for results).

4.1 Coronal hole model from Allen (1977, [1)

We adopt the radial ele tron density provided by Allen ([1, page 176, pole min values) to

produ e the model.dat le. We take a onstant temperature of 800 000 K.

4.2 Quiet Sun model from Allen (1977, [1)

We adopt the radial ele tron density provided by Allen ([1, page 176, equatorial min

values) to produ e the model.dat le. We use the temperature variation with altitude of

Allen([1).

4.3 Streamer model from Goryaev ([10)

The streamer model is provided in 2D as an angular diverging slab with a Gaussian shape

with a onstant temperature of 1.43× 106 K as derived from SWAP and EIS/Hinode mea-

surements. We simplied the model into a spheri ally symmetri one with a onstant tem-

perature of 106 K. We adopt the radial ele tron density formula provided by Equation 16

and Table 2 from Goryaev ([10) to produ e the model.dat le.

5 Bound-Free and Bound-Bound transitions

The transitions used in PROMCOR ode are Bound-Free and Bound-Bound transitions. For

more details, see the do umentation of PROM5.

6 Atomi stru ture of hydrogen

The transitions for hydrogen are summarized in Table 1. NN is the number of energy levels,

in luding the treshold level ontinuum, bound levels limit (∞). NTT = NN × (NN − 1)/2is the total number of transitions, NTAC = NN − 1 is the number of ontinua (bound-free

transitions) and NTAR = NTT −NTAC is the number of lines (bound-bound transitions).

In PROMCOR, NN = 21 (20 niveaux et 1 ontinu).

7 Population equations

For more details, see the do umentation of PROM5.

6

Page 8: rapport medoc promcor en - idoc.ias.u-psud.fr

Transition Lower level Upper level Transition name Wavelength λ(Å)1 1 2 Ly − α 1215

2 1 3 Ly − β 1025

3 2 3 H − α 6564

4 1 4 Ly − γ 972

5 2 4 H − β 4862

6 3 4 Pa− α 18756

7 1 5 Ly − δ 949

8 2 5 H − γ 4341

9 3 5 Pa− β 12821

10 4 5 Br − α 6563

11 1 6 Ly − ǫ 973

12 2 6 H − δ 4102

13 3 6 Pa− γ 10935

14 4 6 Br − β 4861

15 5 6 Pf − α 7460

16 1 7 Ly − 6 931

17 2 7 H − ǫ 3971

... ... ... ... ...

NTAR + 1 1 NN Lyman ontinuum 911

NTAR + 2 2 NN Balmer ontinuum 3645

... ... ... ... ...

NTT = NN − 1 NN

Table 1: Main transitions for hydrogen

8 Formalism used for radiative transfer

The intensities are set sin e the medium is opti ally thin in all transitions. With these

intensities, we ompute the radiative transition rates. We start from an arbitrary ele tron

density (half of the hydrogen density) to determine the ollisional rates. Then, we solve the

statisti al equilibrium equations to determine hydrogen level populations and obtain new

ele tron densities. The hydrogen densities are adjusted in order to satisfy the pressure equi-

librium ondition. After ve iterations, we obtain hydrogen and ele tron densities whi h are

onsistent with the intensities.

The in ident intensities are used as boundary onditions. The Lyman-α and β lines are

treated a ording to standard partial redistribution, while omplete redistribution is assumed

for other lines. Sin e the geometry is symmetri al, omputations are performed along half

the LOS only. These omputations produ e a new set of intensities, whi h in turn yields

new radiative rates, and new populations through the statisti al equilibrium equations. In

pra ti e, net radiative rates (not explained here) in lines are used to ontrol the onver-

7

Page 9: rapport medoc promcor en - idoc.ias.u-psud.fr

gen e, with the help of relaxation parameters. This pro ess is applied many times before new

hydrogen and ele tron densities are omputed to satisfy pressure and ionization equilibria.

The pro ess stops when the onvergen e is rea hed i.e. after a total number of 40 itera-

tions over a maximum of 400 iterations.

9 Subroutine des riptions

PROMCOR ode starts by reading the input le model.dat, by alling the main subrou-

tine (P5EXE), by produ ing the output les su h as line proles given as data (prol.dat)

and by alling visualization subroutines (PSDEB, VISU21L, PSFIN). In se tion 9.2, ea h

subroutine is explained in details.

Input les for PROMCOR:

⋆ intin .dat : we use the same le as PROM5 to dene 10 half-proles of the hromo-

spheri illuminating lines

⋆ model.dat : le in luding the number of integration points (NZ = 30), altitude of theLOS (km) and 4 olumns of data. The rst olumn orresponds to temperature T (

K),the se ond olumn to pressure P (dyn.cm−2

), the third olumn to the grid of distan e

along the LOS (km) and the fourth olumn to mi roturbulent velo ity (km.s−1). The

le model.dat orresponds to either the oronal hole model (see se tion 4.1), or the

quiet Sun model (see se tion 4.2) or the streamer model (see se tion 4.3) at a given

altitude of the LOS.

Output les for PROMCOR:

⋆ prol.dat: line half-proles given as data

⋆ prol.ps: line half-proles as PostS ript le

In the next se tion, hydrogen modeling will be explained in details, su h as all subroutines

alled by PROMCOR ode and a set of variables used in P5EXE subroutine.

9.1 Set of variables used in P5EXE subroutine

• IVERT=1 by default in PROMCOR

• NZ=30: number of integration points given by input le model.dat

• NFR=35: number of frequen ies in a line

8

Page 10: rapport medoc promcor en - idoc.ias.u-psud.fr

• NMU=1

• NPSOR=201: number of points for the visualization of line proles

• NFRC=20: number of frequen ies in a ontinuum

• NTAB=11: size of the temperature array TAB (for the omputation of ollision rate

oe ients)

• NINF: transition lower level

• NSUP: transition upper level

• ITP: to indi ate if the transition is allowed or forbidden

• IOPRN = 1: omplete redistribution (CRD), IOPRN =3: partial redistribution (PRD),

IOPRN = 4: PRD with oherent oe ient depending on frequen y (parti ular ase

for Ly α)

• IOPERA = 1: line proles are printed, IOPERA = 0: line proles are not printed.

IOPERA is linked to DL2 (see below)

• DL1: x-axis (rst wavelengths) for line proles (visualization)

• DL2: y-axis (last wavelengths) for line proles (visualization)

• IOPMRU = 1: only one redistribution matrix is omputed for ea h transition (the

same matrix is used for all meshs), IOPMRU = 0: all the redistribution matri es are

omputed for ea h transition (the same matrix is used for all meshs)

• EPS and BEN: line oupling oe ients

• CSI0 and ETA0: parameters for ontinua whi h are equivalent to EPS and EPSxBEN

for lines

• GIBAR: mean intensity weighted by absorption prole

• IOPECO: equivalent to IOPERA for ontinua

• IOPFEV: option for omputing variable Eddington fa tors

• IPROF = 1: opti al depths are printed. If not, IPROF = 0

• IOPMIC = 1: mi roturbulent pressure is taken a ount. If not, IOPMIC = 0

• NVLI: number of lines to visualize

• IVHYD: visualization option for hydrogen

9

Page 11: rapport medoc promcor en - idoc.ias.u-psud.fr

• INIDLD: option for initializing automati ally Doppler widths from temperature of

referen e TEREF (for graphi representation)

• IOPCAC = 0: without ontinuum absorption, IOPCAC = 3: ontinuum absorption is

in luded in omputations

• IOPEAC: prints ontinuum absorption

• IOPATM: prints atmosphere parameters

• IOPTTC: prints ontinuum transition rates

• PMU=1: value of µ

• IVTR: visualization index for radiative transfer

• ETOT: total energy emitted by prominen e for a line

• RDMAT: redistribution matrix

• AJI: Einstein A oe ient i.e. spontaneous emission

• BJI, BIJ: Einstein B oe ients for absorption and indu ed emission pro esses

• CIJ, CJI: ollisional ex itation/deex itation oe ients

• CAC: ontinuum absorption oe ient

• TR: radiation temperature for bound-free transition

• FADIR: dilution fa tor for lines

• FADIC: dilution fa tor for ontinua

• CPOL: polynomial oe ients of degree 5 used in the omputations of dilution fa tors

(array size : NCMX)

• FEVK and FEVL, FKTC and FLTC : variable Eddington fa tors (resp. lines and

ontinua)

• HIEMC: intensity emitted in the ontinuum

• RIK, RKI: radiative transition rates

• FIIR, FISR: lower and upper in ident line ux

• FRR: frequen y in the line

10

Page 12: rapport medoc promcor en - idoc.ias.u-psud.fr

• Atmosphere parameters (array size NZ) : XM ( olumn-mass), Z (position), TE (tem-

perature), PG (gas pressure), VT (mi roturbulent velo ity), HNH (hydrogen density:

number of atoms per unit volume), HNE (ele tron density)

• NTR et NTC: dis rete and bound-free transition numbers

• ICTR and ICTC: ontrol index for lines and ontinua

• FRN: level frequen y

• XFR and XFRC: division model in frequen y for lines and ontinua

• BRN and BRP: net radiative bra ket before and after omputations (they are used to

ontrol the onvergen e)

• SR and SC: line and ontinuum sour e fun tions

• STR: total sour e fun tion (for line and ontinuum)

• CARR: line absorption oe ient

• COHER: oherent oe ient

• OIS: ollisional ionization rate oe ient

9.2 Hydrogen model (Johnson model, [16 )

For more details on the Hydrogene modeling (des ription of the subroutines alled in PROM-

COR), see the do umentation of PROM5.

10 Results for hydrogen lines

The half-proles are given for an altitude of the LOS equal to 1.5 Rs, with VT = 5 km.s−1.

Streamer, quiet Sun and oronal models for twenty LOS are stored in the folder results

when you download the pa kage sour e le PROMCOR.tgz from the MEDOC website.

10.1 Coronal hole model from Allen (1977, [1)

E is the integrated energy in erg s

−1 m

−2sr

−1.

11

Page 13: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 4: Half-prole of Lα (1215 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 5: Half-prole of Lβ (1025 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

12

Page 14: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 6: Half-prole of Hα (6564 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 7: Half-prole of Lγ (972 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

13

Page 15: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 8: Half-prole of Hβ (4862 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 9: Half-prole of Pa− α (18756 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

14

Page 16: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 10: Half-prole of Hγ (4341 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 11: Half-prole of Pa− β (12821 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

15

Page 17: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 12: Half-prole of Hδ line (4102 Å) for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 13: Half-prole of Hǫ line (3971 Å) for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

10.2 Quiet Sun model from Allen (1977, [1)

E is the integrated energy in erg s

−1 m

−2sr

−1.

16

Page 18: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 14: Half-prole of Lα (1215 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 15: Half-prole of Lβ (1025 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

17

Page 19: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 16: Half-prole of Hα (6564 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 17: Half-prole of Lγ (972 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

18

Page 20: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 18: Half-prole of Hβ (4862 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 19: Half-prole of Pa−α (18756 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

19

Page 21: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 20: Half-prole of Hγ (4341 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 21: Half-prole of Pa− β (12821 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

20

Page 22: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 22: Half-prole of Hδ line (4102 Å) for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 23: Half-prole of Hǫ line (3971 Å) for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

10.3 Streamer model from Goryaev ([10)

E is the integrated energy in erg s

−1 m

−2sr

−1.

21

Page 23: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 24: Half-prole of Lα (1215 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 25: Half-prole of Lβ (1025 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

22

Page 24: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 26: Half-prole of Hα (6564 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 27: Half-prole of Lγ (972 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

23

Page 25: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 28: Half-prole of Hβ (4862 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 29: Half-prole of Pa−α (18756 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

24

Page 26: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 30: Half-prole of Hγ (4341 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 31: Half-prole of Pa− β (12821 Å) line for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

25

Page 27: rapport medoc promcor en - idoc.ias.u-psud.fr

Figure 32: Half-prole of Hδ line (4102 Å) for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

Figure 33: Half-prole of Hǫ line (3971 Å) for LOS at 1.05 Rs. On the left, ontinuum

absorption is omitted. On the right, ontinuum absorption is in luded

11 Running PROMCOR

• Download the pa kage PROMCOR.tgz from MEDOC website:

https://ido .ias.u-psud.fr/MEDOC/Radiative transfer odes/PROMCOR

• gfortran ompiler is required.

26

Page 28: rapport medoc promcor en - idoc.ias.u-psud.fr

• Unpa k the pa kage by typing the following linux ommand:

tar -xvzf PROMCOR.tgz

• Go to folder PROMCOR:

d PROMCOR

• The folder ontains the following les: intin .dat, model.dat, makele, prom or.f90

• Run the ode by typing:

make

./prom or

• The ouput les are: prol.dat, prol.ps

• The folder results ontains the output les orresponding to a test ase to be able to

he k if your results are good.

12 CPU time

On a PC with 4 Intel pro essors (2.67 GHz), the CPU time for PROMCOR ode with the

oronal hole model (model.dat) is: 6 s.

13 A knowledgements

We thank MEDOC dire tor Eri Bu hlin for his support.

17th June 2016

M. C-Y

27

Page 29: rapport medoc promcor en - idoc.ias.u-psud.fr

Referen es

[1 C.W. Allen. Astrophysi al quantities. The Athlone Press, University of London, 1973.

[2 M. Arnaud and R. Rothenug. An updated evaluation of re ombination and ionization

rates. A&A suppl. Ser., 60:425457, 1985.

[3 L.H. Auer and D. Mihalas. On the use of variable Eddington fa tors in Non-LTE stellar

atmospheres omputations. Mon. Not. R. astr. So , 149:6574, 1970.

[4 Eugene H. Avrett. Introdu tion to Non-LTE radiative transfer and atmospheri model-

ing. Le ture notes, 2008.

[5 S. Chandrasekhar. Radiative transfer. Dover Publi ations, 1960.

[6 A. Ciaravella, J. C. Raymond, S. Fines hi, M. Romoli, C. Benna, L. Gardner, S. Gior-

dano, J. Mi hels, R. O'Neal, E. Antonu i, J. Kohl, and G. No i. Ultraviolet Coron-

agraph Spe trometer Observation of the 1996 De ember 23 Coronal Mass Eje tion. ,

491:L59L62, De ember 1997.

[7 CHIANTI Database. George Mason University (USA) and University of Mi higan

(USA) and University of Cambridge (UK). http://www. hiantidatabase.org/, Mai 2014.

[8 K.P. Dere, E. Landi, H.E. Mason, B.C. Monsignori Fossi, and P.R. Young. CHIANTI

- an atomi database for emission lines: I. Wavelengths greater than 50a. A&A suppl.

Ser., 125:149173, 1997.

[9 O. Gingeri h. Review of Opa ity Cal ulations. Pro eedings of the First Harvard-

Smithsonian Conferen e on Stellar Atmospheres, 167:125, 1964.

[10 F. Goryaev, V. Slemzin, L. Vainshtein, and D. R. Williams. Study of Extreme-ultraviolet

Emission and Properties of a Coronal Streamer from PROBA2/SWAP, Hinode/EIS and

Mauna Loa Mk4 Observations. , 781:100, February 2014.

[11 P. Gouttebroze, P. Heinzel, and J.-C. Vial. The hydrogen spe trum of model promi-

nen es. A&A Suppl. Ser., 99:513543, 1993.

[12 P. Gouttebroze and N. Labrosse. A ready-made ode for the omputation of prominen e

NLTE medels. Solar Physi s, 196:349355, 2000.

[13 Pierre Gouttebroze. Formation des raies spe trales et os illations dans la hromosphère

solaire. Thèse d'Etat, Université Paris 7, 1980.

[14 I. Hubeny and D. Mihalas. Theory of Stellar Atmospheres : An introdu tion to As-

trophysi al Non-equilibrium Quantitative Spe tros opi Analysis. Prin eton University

Press, 2015.

[15 J.T. Jeeries. Spe tral line formation. Blaisdell, 1968.

28

Page 30: rapport medoc promcor en - idoc.ias.u-psud.fr

[16 L.C. Johnson. Approximation for ollisional and radiative transition rates in atomi

hydrogen. A&A, 174:227236, 1972.

[17 Ni olas Labrosse. Modélisation du spe tre de l'hélium dans les protubéran es solaires.

PhD thesis, Université Paris XI Orsay, 2001.

[18 P. Lemaire, P. Gouttebroze, J.-C. Vial, and G. E. Artzner. Physi al properties of the

solar hromosphere dedu ed from opti ally thi k lines: I. Observations, data redu tion,

and modelling of an average plage. A&A, 103:160176, 1981.

[19 J. Oxenius. Kineti Theory of Parti les and Photons. Theoreti al Foundations of Non-

LTE Plasma Spe tros opy. Springer-Verlag, 1986.

[20 G. Pea h. A general formula for the al ulation of absorption ross se tions for free-free

trabsitions in the eld of positive ions. Royal Astronomi al So iety, 130:361377, 1964.

[21 C. Pe ker-Wimel. Introdu tion à la spe tros opie des plasmas. Gordon and Brea h,

1966.

[22 R.J. Rutten. Radiative transfer in stellar atmospheres. 2003.

[23 E. S hatzman. Astrophysique. Masson et Cie, 1963.

[24 J.E. Vernazza, E. H. Avrett, and R. Loeser. Stru ture of the Solar hromosphere; ii.

The underlying photosphere and temperature-minimum region. ApJS, 30:160, 1976.

[25 J-C. Vial and M. Chane-Yook. Neutral Hydrogen and its Emission Lines in the Solar

Corona. Solar Phys., Submitted, 2016.

29