root/branches/newmole/data/fast.ini

Revision 310, 2.1 kB (checked in by gary, 3 years ago)

*.ini, change "print on" to "print on " - gcc on two new machines did not match on keyword - for some reason trailing space not added on with gcc

orion_hii_open.in - at print line optical depths to see HeI optical depths in orion

prt_alltau.c - changes in print helium optical depths - give lowest give continuum edges also give several explicit lines rather than cryptic code

  • Property svn:eol-style set to native
Line 
1//
2// fast.ini
3//
4// this ini file makes the code as fast as possible, at the expense
5// of some loss of fidelity and stability.  The options are done
6// with low density nebulae in mind.  The file was developed to
7// aid in testing the code in the dynamics case, and the
8// approximations are probably ok for that application.
9// this file should not be included in any results intended for publication.
10//
11// this does not turn on grains -
12// to turn on the very fastest grains, at the expense of the physics, do
13// grains single no qheat no physics
14//
15print off hide
16// include only elements with significant gas-phase abundances
17// when grains are present - note, this does not include
18// grains, which must be added separately
19//
20// following turns off level2 lines, mostly weak and x-ray resonance lines
21no level2
22c
23c options to speed things up at lot, at the cost of a poor simulation
24no opacity reevaluation
25no ionization reevaluation
26no grain physics
27no line transfer
28//
29// make model h-like ions have fewer number of levels
30// atom h-like levels small
31atom h-like levels very small
32//
33// the intensities predicted by the very small H atom are pretty bad
34// much better to use case b as the normalizing line
35// the SH case b are only predicted when physical conditions are within
36// range of their table.  This old case b is not as accurate but
37// is always predicted
38normalize "CaBo" 4861
39//
40// make model he-like ions have fewer number of levels
41// atom he-like levels small
42atom he-like levers very small
43//
44// turn off the very large opacity array
45no fine opacities
46//
47// only include most abundant elements
48elements read
49helium
50carbon
51nitrogen
52oxygen
53neon
54magnesium
55silicon
56sulphur
57argon
58end  of elements
59//
60// turn rest off
61element Lithium off
62element Beryllium off
63element Boron  off
64element Fluorine  off
65element Phosphor off
66element Chlorine off
67element Potassium off
68element sodium off
69element Aluminium off
70element calcium off
71element Scandium  off
72element Titanium off
73element Vanadium off
74element Chromium off
75element Manganese off
76element Cobalt off
77element Iron off
78element Copper off
79element Nickel off
80element Zinc  off
81//
82// turn print back on
83print on 
Note: See TracBrowser for help on using the browser.