-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile_columns.list
765 lines (605 loc) · 25.5 KB
/
profile_columns.list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
! profile_columns.list -- determines the contents of star model profiles
! you can use a non-standard version by setting profile_columns_file in your inlist
! units are cgs unless otherwise noted.
! reorder the following names as desired to reorder columns.
! comment out the name to omit a column (fewer columns => less IO => faster running).
! remove '!' to restore a column.
! if you have a situation where you want a non-standard set of columns,
! make a copy of this file, edit as desired, and give the new filename in your inlist
! as profile_columns_file. if you are just adding columns, you can 'include' this file,
! and just list the additions in your file. note: to include the standard default
! version, use include '' -- the 0 length string means include the default file.
! if you need to have something added to the list of options, let me know....
! the first few lines of the profile contain general info about the model.
! for completeness, those items are described at the end of this file.
! note: you can include another list by doing
! include 'filename'
! include '' means include the default standard list file
! the following lines of the profile contain info for 1 zone per row, surface to center.
! minimal set of enabled columns:
zone ! numbers start with 1 at the surface
mass ! m/Msun. mass coordinate of outer boundary of cell.
logR ! log10(radius/Rsun) at outer boundary of zone
logT ! log10(temperature) at center of zone
logRho ! log10(density) at center of zone
logP ! log10(pressure) at center of zone
x_mass_fraction_H
y_mass_fraction_He
z_mass_fraction_metals
! everything below this line is deactivated
!# Structure
!logM ! log10(m/Msun)
!dm ! cell mass (grams)
!dm_bar ! boundary mass (grams) average of adjacent dm's
!logdq ! log10(dq)
!dq_ratio ! dq(k-1)/dq(k)
!q ! fraction of star mass interior to outer boundary of this zone
!log_q ! log10(q)
!grav ! gravitational acceleration (cm sec^2)
!log_g ! log10 gravitational acceleration (cm sec^2)
!g_div_r ! grav/radius (sec^2)
!r_div_g ! radius/grav (sec^-2)
!cgrav_factor ! = cgrav(k)/standard_cgrav
!vel_km_per_s ! velocity at outer boundary of zone (km/s) -- 0 if no velocity variable
!radius ! radius at outer boundary of zone (in Rsun units)
!radius_cm ! radius at outer boundary of zone (in centimeters)
!logR_cm ! log10 radius at outer boundary of zone (in centimeters)
!rmid ! radius at center by mass of zone (in Rsun units)
!r_div_R ! fraction of total radius
!velocity ! velocity at outer boundary of zone (cm/s) -- 0 if no velocity variable
!v_div_r ! velocity divided by radius
!v_times_t_div_r
!rho_times_r3 ! at face
!log_rho_times_r3 ! at face
!scale_height ! in Rsun units
!pressure_scale_height ! in Rsun units
!accel_div_grav ! dv_dt/grav -- only if v_flag is true. 0 otherwise.
!m_div_r ! gm/cm
!dmbar_m_div_r
!log_dmbar_m_div_r
!mass_grams ! mass coordinate of outer boundary of cell in grams
!mmid ! mass at midpoint of cell (average of mass coords of the cell boundaries) Msun units.
!m_grav ! total enclosed gravitational mass. Msun units.
!m_grav_div_m_baryonic ! mass_gravitational/mass at cell boundary
!mass_correction_factor ! dm_gravitational/dm (dm is baryonic mass of cell)
!xm ! mass exterior to point (Msun units)
!dq ! mass of zone as a fraction of total star mass
!logxq ! log10(1-q)
!logxm ! log10(xm)
!xr ! radial distance from point to surface (Rsun)
!xr_cm ! radial distance from point to surface (cm)
!xr_div_R ! radial distance from point to surface in units of star radius
!log_xr ! log10 radial distance from point to surface (Rsun)
!log_xr_cm ! log10 radial distance from point to surface (cm)
!log_xr_div_R ! log10 radial distance from point to surface in units of star radius
!dr ! r(outer edge) - r(inner edge); radial extent of cell in cm.
!log_dr ! log10 cell width (cm)
!dv ! v(inner edge) - v(outer edge); rate at which delta_r is shrinking (cm/sec).
!dt_dv_div_dr ! dt*dv/dr; need to have this << 1 for every cell
!dr_div_R ! cell width divided by star R
!log_dr_div_R ! log10 cell width divided by star R
!dr_div_rmid ! cell width divided by rmid
!log_dr_div_rmid ! log(dr_div_rmid)
!dr_div_cs ! cell sound crossing time (sec)
!log_dr_div_cs ! log10 cell sound crossing time (sec)
!dr_div_cs_yr ! cell sound crossing time (years)
!log_dr_div_cs_yr ! log10 cell sound crossing time (years)
!acoustic_radius ! sound time from center to outer cell boundary (sec)
!log_acoustic_radius ! log10(acoustic_radius) (sec)
!acoustic_depth ! sound time from surface to outer cell boundary (sec)
!log_acoustic_depth ! log10(acoustic_depth) (sec)
!acoustic_r_div_R_phot
!cell_collapse_time ! only set if doing explicit hydro
! time (seconds) for cell inner edge to catch cell outer edge at current velocities
! 0 if distance between inner and outer is increasing
!log_cell_collapse_time ! log of cell_collapse_time
!grav_gr_factor ! (1/sqrt(1 - 2Gm/(rc^2)) -- only important for neutron stars
!log_grav_gr_factor ! log10(grav_gr_factor)
!# Thermodynamics
!temperature ! temperature at center of zone
!logT_face ! log10(temperature) at outer boundary of zone
!logT_bb ! log10(black body temperature) at outer boundary of zone
!logT_face_div_logT_bb
!energy ! internal energy (ergs/g)
!logE ! log10(specific internal energy) at center of zone
!rho ! density
!density ! rho
!entropy ! specific entropy divided by (avo*kerg)
!logS ! log10(specific entropy)
!logS_per_baryon ! log10(specific entropy per baryon / kerg)
!del_entropy ! entropy - entropy_start (includes change in entropy due to diffusion at beginning of step)
!pressure ! total pressure at center of zone (pgas + prad)
!prad ! radiation pressure at center of zone
!pgas ! gas pressure at center of zone (electrons and ions)
!logPgas ! log10(pgas)
!pgas_div_ptotal ! pgas/pressure
!pturb_div_pgas_plus_prad
!eta ! electron degeneracy parameter (eta >> 1 for significant degeneracy)
!mu ! mean molecular weight per gas particle (ions + free electrons)
!grada ! dlnT_dlnP at constant S
!dE_dRho ! at constant T
!cv ! specific heat at constant volume
!cp ! specific heat at constant total pressure
!log_CpT
!gamma1 ! dlnP_dlnRho at constant S
!gamma3 ! gamma3 - 1 = dlnT_dlnRho at constant S
!theta_e ! electron degeneracy factor for graboske screening
!gam ! plasma interaction parameter (> 160 or so means starting crystallization)
!free_e ! free_e is mean number of free electrons per nucleon
!logfree_e ! log10(free_e), free_e is mean number of free electrons per nucleon
!chiRho ! dlnP_dlnRho at constant T
!chiT ! dlnP_dlnT at constant Rho
!dlnRho_dlnT_const_Pgas
!dlnRho_dlnPgas_const_T
!csound ! sound speed
!csound_face ! sound speed (was previously called csound_at_face)
!cs_at_cell_bdy ! sound speed at cell boundary (csound is at cell center)
!v_div_cs ! velocity divided by sound speed
!v_div_csound ! velocity divided by sound speed
!thermal_time_to_surface ! in seconds
!log_thermal_time_to_surface
!# Mass accretion
!eps_grav ! -T*ds/dt (negative for expansion)
!eps_grav_dm_term_const_q ! advection term, T*(ds/dm)*(dm/dt)_q
!eps_grav_dt_term_const_q ! fixed relative mass time derivative term, -T*(ds/dt)_q
!log_abs_eps_grav_dm_div_L
!log_abs_v ! log10(abs(velocity)) (cm/s)
!log_abs_dvdt_div_v
!dlnd ! change of log(density) at fixed mass coordinate (Lagrangian)
!dlnPgas ! change of log(Pgas) at fixed mass coordinate (Lagrangian)
!dlnT ! change of log(temperature) at fixed mass coordinate (Lagrangian)
!dlnR ! change of log(radius) at fixed mass coordinate (Lagrangian)
!dlnd_dt ! time derivative of log(density) at fixed mass coordinate (Lagrangian)
!dlnPgas_dt ! time derivative of log(Pgas) at fixed mass coordinate (Lagrangian)
!dlnT_dt ! time derivative of log(temperature) at fixed mass coordinate (Lagrangian)
!dlnR_dt ! time derivative of log(radius) at fixed mass coordinate (Lagrangian)
!dr_dt ! time derivative of radius at fixed mass coordinate (Lagrangian)
!dv_dt ! time derivative of velocity at fixed mass coordinate (Lagrangian)
!ds_from_eps_grav ! -eps_grav/T/(avo*kerg)
!dlnd_dt_const_q ! time derivative of log(density) at fixed q (for Eulerian eps_grav)
!dlnPgas_dt_const_q ! time derivative of log(Pgas) at fixed q (for Eulerian eps_grav)
!dlnT_dt_const_q ! time derivative of log(temperature) at fixed q (for Eulerian eps_grav)
!signed_dlnd ! sign(dlnd)*log10(max(1,abs(1d6*dlnd)))
!signed_dlnT ! sign(dlnT)*log10(max(1,abs(1d6*dlnT)))
!dv_dt ! time derivative of velocity at fixed mass coordinate (Lagrangian)
!# Nuclear energy generation
!signed_log_eps_grav ! sign(eps_grav)*log10(max(1,abs(eps_grav)))
!net_nuclear_energy ! erg/gm/s from nuclear reactions minus all neutrino losses
! The value plotted is net_nuclear_energy = sign(val)*log10(max(1,abs(val)))
! where val = net nuclear energy minus all neutrino losses.
!net_energy ! net_energy + eps_grav.
! The value plotted is net_energy = sign(val)*log10(max(1,abs(val)))
! where val = net nuclear energy plus eps_grav minus all neutrino losses.
!eps_nuc_plus_nuc_neu
!eps_nuc ! ergs/g/sec from nuclear reactions (reaction neutrinos subtracted)
!log_abs_eps_nuc
!d_lnepsnuc_dlnd
!d_epsnuc_dlnd
!deps_dlnd_face
! (was previously called deps_dlnd_at_face)
!d_lnepsnuc_dlnT
!d_epsnuc_dlnT
!deps_dlnT_face
! (was previously called deps_dlnT_at_face)
!eps_nuc_neu_total ! erg/gm/sec as neutrinos from nuclear reactions
!non_nuc_neu ! non-nuclear-reaction neutrino losses
!nonnucneu_plas ! plasmon neutrinos (for collective reactions like gamma_plasmon => nu_e + nubar_e)
!nonnucneu_brem ! bremsstrahlung (for reactions like e- + (z,a) => e- + (z,a) + nu + nubar)
!nonnucneu_phot ! photon neutrinos (for reactions like e- + gamma => e- + nu_e + nubar_e)
!nonnucneu_pair ! pair production (for reactions like e+ + e- => nu_e + nubar_e)
!nonnucneu_reco ! recombination neutrinos (for reactions like e- (continuum) => e- (bound) + nu_e + nubar_e)
! ergs/g/sec for reaction categories
!add_reaction_categories ! this adds all the reaction categories
! NOTE: you can list specific categories by giving their names (from net_def)
! This will generate columns labeled burn_ELEMENT
! i.e. burn_ar, burn_c, burn_fe etc and also c12_c12, c12_o16 etc
!pp
!cno
!tri_alfa
!# Composition
!x_mass_fraction_H
!y_mass_fraction_He
!z_mass_fraction_metals
!abar ! average atomic weight (g/mole)
!zbar ! average charge
!z2bar ! average charge^2
!ye ! average charge per baryon = proton fraction
!x ! hydrogen mass fraction
!log_x
!y ! helium mass fraction
!log_y
!z ! metallicity
!log_z ! metallicity
!add_abundances ! this adds all of the isos that are in the current net
! NOTE: you can list specific isotopes by giving their names (from chem_def)
!h1
!he3
!he4
!c12
!n14
!o16
!add_log_abundances ! this adds log10 of all of the isos that are in the current net
! NOTE: you can list specific isotopes by giving their names (from chem_def)
!log h1
!log he3
!log he4
!log c12
!log n14
!log o16
! log concentration of species
! concentration = number density / number density of electrons
! Ci = (Xi/Ai) / sum(Zi*Xi/Ai) [see Thoul et al, ApJ 421:828-842, 1994]
!log_concentration h1
!log_concentration he4
! average charge from ionization module
!avg_charge_H
!avg_charge_He
!avg_charge_C
!avg_charge_N
!avg_charge_O
!avg_charge_Ne
!avg_charge_Mg
!avg_charge_Si
!avg_charge_Fe
! average neutral fraction from ionization module
!neutral_fraction_H
!neutral_fraction_He
!neutral_fraction_C
!neutral_fraction_N
!neutral_fraction_O
!neutral_fraction_Ne
!neutral_fraction_Mg
!neutral_fraction_Si
!neutral_fraction_Fe
! typical charge for given species
!typical_charge he4
!typical_charge c12
!typical_charge fe52
! ionization state for given species
!ionization he4
!ionization c12
!ionization fe52
!cno_div_z ! abundance of c12, n14, and o16 as a fraction of total z
!# Opacity
!opacity ! opacity measured at center of zone
!log_opacity ! log10(opacity)
!dkap_dlnrho_face ! partial derivative of opacity wrt. ln rho (at T=const) at outer edge of cell
! (was previously called dkap_dlnrho_at_face)
!dkap_dlnT_face ! partial derivative of opacity wrt. ln T (at rho=const) at outer edge of cell
! (was previously called dkap_dlnT_at_face)
!# Luminosity
!luminosity ! luminosity at outer boundary of zone (in Lsun units)
!logL ! log10(max(1d-2,L/Lsun))
!log_Lrad
!log_Ledd ! log10(Leddington/Lsun) -- local Ledd, 4 pi clight G m / kap
!log_L_div_Ledd ! log10(max(1d-12,L/Leddington))
!log_Lrad_div_Ledd
!log_Lrad_div_L
!signed_log_power ! sign(L)*log10(max(1,abs(L)))
!# Energetics
!total_energy ! specific total energy of cell (ergs/g). internal+potential+kinetic+rotation.
!total_energy_integral ! sum from surface inwards of cell dm * cell total_energy (ergs)
!cell_specific_IE
!cell_specific_KE
!cell_IE_div_IE_plus_KE
!cell_KE_div_IE_plus_KE
!# Convection
!mlt_mixing_length ! mixing length for mlt (cm)
!mlt_mixing_type ! value returned by mlt
!conv_dP_term ! P is increased by factor (1 + conv_dP_term) by inclusion of convective turbulence
!conv_vel ! convection velocity (cm/sec)
!log_conv_vel ! log10 convection velocity (cm/sec)
!log_tau_conv_yrs ! timescale for change of conv velocity
!conv_L_div_L
!log_conv_L_div_L
!lum_conv_div_lum_rad
!lum_rad_div_L_Edd
!lum_conv_div_lum_Edd
!lum_conv_div_L
!lum_rad_div_L
!lum_rad_div_L_Edd_sub_fourPrad_div_PchiT ! density increases outward if this is > 0
! see Joss, Salpeter, and Ostriker, "Critical Luminosity", ApJ 181:429-438, 1973.
!fourPrad_div_PchiT ! = phi, where 1/phi = 1 + (dPgas/dPrad)|rho
! if phi < Lrad/Ledd, then will get density inversion
! see Joss, Salpeter, Ostriker, "Critical Luminosity", ApJ 181: 429-438, 1973.
!gradT ! mlt value for required temperature gradient dlnT/dlnP
!d_gradT_dlnd00
!d_gradT_dlnT00
!d_gradT_dlndm1
!d_gradT_dlnTm1
!d_gradT_dlnR
!d_gradT_dL
!actual_gradT ! actual temperature gradient dlnT/dlnP in model
!gradT_sub_actual_gradT
!gradr ! dlnT/dlnP required for purely radiative transport
!grad_temperature ! smoothed dlnT/dlnP at cell boundary
!grad_density ! smoothed dlnRho/dlnP at cell boundary
!gradL ! gradient for Ledoux criterion for convection
!sch_stable ! 1 if grada > gradr, 0 otherwise
!ledoux_stable ! 1 if gradL > gradr, 0 otherwise
!grada_sub_gradT
!gradT_sub_grada ! gradT-grada at cell boundary
!gradT_div_grada ! gradT/grada at cell boundary
!gradr_sub_gradT
!gradT_sub_gradr ! gradT-gradr at cell boundary
!gradT_div_gradr ! gradT/gradr at cell boundary
!log_gradT_div_gradr ! log10 gradT/gradr at cell boundary
!log_mlt_Gamma ! convective efficiency
!super_ad ! max(0,gradT-grada) at cell boundary
!newly_nonconvective
!conv_vel_div_csound ! convection velocity divided by sound speed
!conv_vel_div_L_vel ! L_vel is velocity needed to carry L by convection; L = 4*pi*r^2*rho*vel**3
!log_mlt_D_mix ! log10 diffusion coefficient for mixing from mlt (cm^2/sec)
!gradr_div_grada ! gradr/grada_face; > 1 => Schwarzschild unstable for convection
!gradr_sub_grada ! gradr - grada_face; > 0 => Schwarzschild unstable for convection
!# Mixing
!mixing_type ! mixing types are defined in mesa/const/public/const_def
!log_D_mix ! log10 diffusion coefficient for mixing in units of cm^2/second (Eulerian)
!log_D_mix_non_rotation
!log_D_conv ! D_mix for regions where mix_type = convective_mixing
!log_D_soft ! D_mix for regions where mix_type = softened_convective_mixing
!log_D_semi ! D_mix for regions where mix_type = semiconvective_mixing
!log_D_ovr ! D_mix for regions where mix_type = overshoot_mixing
!log_D_thrm ! D_mix for regions where mix_type = thermohaline_mixing
!log_D_minimum ! D_mix for regions where mix_type = minimum_mixing
!log_D_rayleigh_taylor ! D_mix for regions where mix_type = rayleigh_taylor_mixing
!log_D_anon ! D_mix for regions where mix_type = anonymous_mixing
!log_sig_mix ! sig(k) is mixing flow across face k in (gm sec^1)
! sig(k) = D_mix*(4*pi*r(k)**2*rho_face)**2/dmavg
!dominant_isoA_for_thermohaline
!dominant_isoZ_for_thermohaline
!gradL_composition_term
!# Optical Depth
!tau ! optical depth
!log_column_depth ! log10 column depth, exterior mass / area (g cm^-2)
!log_radial_depth ! log10 radial distance to surface (cm)
!logtau ! log10(optical depth) at center of zone
!tau_eff ! tau that gives the local P == P_atm if this location at surface
! tau_eff = kap*(P/g - Pextra_factor*(L/M)/(6*pi*clight*cgrav))
!tau_eff_div_tau
!# Rotation
!omega ! angular velocity = j_rot/i_rot
!log_omega
!log_j_rot
!log_J_div_M53 ! J is j*1e-15 integrated from center; M53 is m^(5/3)
!log_J_inside ! J_inside is j_rot integrated from center
!shear ! -dlnomega/dlnR
!log_abs_shear ! log10(abs(dlnomega/dlnR))
!richardson_number
!i_rot ! specific moment of inertia at cell boundary
!j_rot ! specific angular momentum at cell boundary
!v_rot ! rotation velocity at cell boundary (km/sec)
!w_div_w_crit_roche !ratio of rotational velocity to keplerian at the equator
!without the contribution from the Eddington factor
!fp_rot ! rotation factor for pressure
!ft_rot ! rotation factor for temperature
!ft_rot_div_fp_rot ! gradr factor
!log_am_nu_non_rot ! log10(am_nu_non_rot)
!log_am_nu_rot ! log10(am_nu_rot)
!log_am_nu ! log10(am_nu_non_rot + am_nu_rot)
!r_polar ! (Rsun)
!log_r_polar ! log10 (Rsun)
!r_equatorial ! (Rsun)
!log_r_equatorial ! log10 (Rsun)
!r_e_div_r_p ! equatorial/r_polar
!omega_crit ! breakup angular velocity = sqrt(G M / equatorial^3)
!omega_div_omega_crit
!am_log_nu_omega ! for diffusion of omega
!am_log_nu_j ! for diffusion of angular momentum
!am_log_nu_rot ! diffusion of angular momentum driven by rotation
!am_log_nu_non_rot ! diffusion driven by other sources, e.g. convection
!am_log_sig_omega ! for diffusion of omega
!am_log_sig_j ! for diffusion of angular momentum
!am_log_sig ! == am_log_sig_omega
!am_log_D_visc ! diffusion coeff for kinematic viscosity
!am_log_D_DSI ! diffusion coeff for dynamical shear instability
!am_log_D_SH ! diffusion coeff for Solberg-Hoiland instability
!am_log_D_SSI ! diffusion coeff for secular shear instability
!am_log_D_ES ! diffusion coeff for Eddington-Sweet circulation
!am_log_D_GSF ! diffusion coeff for Goldreich-Schubert-Fricke instability
!am_log_D_ST ! Spruit dynamo mixing diffusivity
!am_log_nu_ST ! Spruit dynamo effective viscosity
!dynamo_log_B_r ! (Gauss)
!dynamo_log_B_phi ! (Gauss)
!# Diffusion
! electric field from element diffusion calculation
!e_field
!log_e_field
! gravitational field from element diffusion calculation
!g_field_element_diffusion
!log_g_field_element_diffusion
!eE_div_mg_element_diffusion
!log_eE_div_mg_element_diffusion
! element diffusion velocity for species
!edv h1
!edv he4
!edv o16
! Energy generated by Ne22 sedimentation.
!eps_Ne22_sedimentation
!log_eps_Ne22_sedimentation
!diffusion_D h1 ! self diffusion coeff
!diffusion_dX h1 ! change in h1 mass fraction from diffusion
!diffusion_dX he4 ! change in he4 mass fraction from diffusion
!diffusion_dX n20 ! change in n20 mass fraction from diffusion
!v_rad h1 ! velocity from radiative levitation
!v_rad he4 ! velocity from radiative levitation
!v_rad ne20 ! velocity from radiative levitation
!log_g_rad h1 ! log10 acceleration from radiative levitation
!log_g_rad he4 ! log10 acceleration from radiative levitation
!log_g_rad ne20 ! log10 acceleration from radiative levitation
!# Oscillations
!brunt_N2 ! brunt-vaisala frequency squared
!brunt_N2_structure_term
!brunt_N2_composition_term
!log_brunt_N2_structure_term
!log_brunt_N2_composition_term
!brunt_A ! = N^2*r/g
!brunt_A_div_x2 ! x = r(k)/r(1)
!brunt_N2_dimensionless ! N2 in units of 3GM/R^3
!brunt_N_dimensionless ! N in units of sqrt(3GM/R^3)
!brunt_frequency ! cycles per day
!brunt_N ! sqrt(abs(brunt_N2))
!log_brunt_N ! log10(brunt_N)
!log_brunt_N2 ! log10(brunt_N2)
!log_brunt_N2_dimensionless ! log10(brunt_N2_dimensionless)
!brunt_B ! smoothed numerical difference
!brunt_nonB ! = grada - gradT
!log_brunt_B ! smoothed numerical difference
!log_brunt_nonB ! = grada - gradT
!sign_brunt_N2 ! sign of brunt_N2 (+1 for Ledoux stable; -1 for Ledoux unstable)
!brunt_nu ! brunt_frequency in microHz
!log_brunt_nu ! brunt_frequency in microHz
!lamb_S ! lamb frequency for l=1: S = sqrt(2)*csound/r (rad/s)
!lamb_S2 ! squared lamb frequency for l=1: S2 = 2*(csound/r)^2 (rad^2/s^2)
!lamb_Sl1 ! lamb frequency for l=1; = sqrt(2)*csound/r (microHz)
!lamb_Sl2 ! lamb frequency for l=2; = sqrt(6)*csound/r (microHz)
!lamb_Sl3 ! lamb frequency for l=3; = sqrt(12)*csound/r (microHz)
!lamb_Sl10 ! lamb frequency for l=10; = sqrt(110)*csound/r (microHz)
!log_lamb_Sl1 ! log10(lamb_Sl1)
!log_lamb_Sl2 ! log10(lamb_Sl2)
!log_lamb_Sl3 ! log10(lamb_Sl3)
!log_lamb_Sl10 ! log10(lamb_Sl10)
!brunt_N_div_r_integral ! integral from center of N*dr/r
!k_r_integral ! integral from center of k_r*dr
!brunt_N2_sub_omega2
!sl2_sub_omega2
!# Extras
!extra_heat
!extra_dPdm
!extra_L ! extra_heat integrated from center (Lsun)
!log_extra_L ! log10 integrated from center (Lsun)
!log_irradiation_heat
!extra_jdot ! set in other_torque routine
!extra_omegadot ! set in other_torque routine
!extra_opacity_factor ! set in other_opacity_factor routine
! diffusion factor profile for species, set in other_diffusion_factor routine
!extra_diffusion_factor h1
!extra_diffusion_factor he4
!extra_diffusion_factor o16
!# Miscellaneous
!v_residual
!lnd_residual
!lnR_residual
!log_v_residual
!log_lnd_residual
!log_lnR_residual
!dlog_h1_dlogP ! (log(h1(k)) - log(h1(k-1)))/(log(P(k)) - log(P(k-1)))
!dlog_he3_dlogP
!dlog_he4_dlogP
!dlog_c12_dlogP
!dlog_c13_dlogP
!dlog_n14_dlogP
!dlog_o16_dlogP
!dlog_ne20_dlogP
!dlog_mg24_dlogP
!dlog_si28_dlogP
!dlog_pp_dlogP
!dlog_cno_dlogP
!dlog_3alf_dlogP
!dlog_burn_c_dlogP
!dlog_burn_n_dlogP
!dlog_burn_o_dlogP
!dlog_burn_ne_dlogP
!dlog_burn_na_dlogP
!dlog_burn_mg_dlogP
!dlog_cc_dlogP
!dlog_co_dlogP
!dlog_oo_dlogP
!dlog_burn_si_dlogP
!dlog_burn_s_dlogP
!dlog_burn_ar_dlogP
!dlog_burn_ca_dlogP
!dlog_burn_ti_dlogP
!dlog_burn_cr_dlogP
!dlog_burn_fe_dlogP
!dlog_pnhe4_dlogP
!dlog_photo_dlogP
!dlog_other_dlogP
!logQ ! logQ = logRho - 2*logT + 12
!logV ! logV = logRho - 0.7*logE + 20
!log_CpT_absMdot_div_L ! log10(s% Cp(k)*s% T(k)*abs(s% mstar_dot)/s% L(k))
!delta_r ! r - r_start, change during step
!delta_L ! L - L_start, change during step
!delta_cell_vol ! cell_vol - cell_vol_start, change during step
!delta_entropy ! entropy - entropy_start, change during step (does not include effects of diffusion)
!delta_T ! T - T_start, change during step
!delta_rho ! rho - rho_start, change during step
!delta_eps_nuc ! eps_nuc - eps_nuc_start, change during step
!delta_mu ! mu - mu_start, change during step
!zFe ! mass fraction of "Fe" = Fe+Co+Ni
!log_zFe
!u_residual
!log_u_residual
!u
!u_face
!dPdr_dRhodr_info
!flux_limit_lambda
!flux_limit_R
!signed_log_ergs_err
! the first few lines of the profile contain general info about the model.
! for completeness, those items are described here.
! initial mass and Z
! initial_mass
! initial_z
! general properties of the current state
! model_number
! num_zones
! star_age
! time_step
! properties at the photosphere
! Teff
! photosphere_L
! photosphere_r
! properties at the outermost zone of the model
! log_surface_L
! log_surface_radius
! log_surface_temp
! properties near the center of the model
! log_center_temp
! log_center_density
! log_center_P
! center_eta
! abundances near the center
! center_h1
! center_he3
! center_he4
! center_c12
! center_n14
! center_o16
! center_ne20
! information about total mass
! star_mass
! star_mdot
! star_mass_h1
! star_mass_he3
! star_mass_he4
! star_mass_c12
! star_mass_n14
! star_mass_o16
! star_mass_ne20
! locations of abundance transitions
! he_core_mass
! c_core_mass
! o_core_mass
! si_core_mass
! fe_core_mass
! location of optical depths 10 and 100
! tau10_mass
! tau10_radius
! tau100_mass
! tau100_radius
! time scales
! dynamic_time
! kh_timescale
! nuc_timescale
! various kinds of total power
! power_nuc_burn
! power_h_burn
! power_he_burn
! power_neu
! a few control parameter values
! h1_boundary_limit
! he4_boundary_limit
! c12_boundary_limit
! burn_min1
! burn_min2