Sticky Revision: |
Revision | Tasks | Age | Author | |
---|---|---|---|---|
38 |
Directory Listing |
Modified
14 years, 1 month ago Thu May 7 23:45:35 2009 UTC |
rporter | |
Log: cancel out factorials so that CPUs with small long double can go much higher in nmax. |
||||
37 |
Directory Listing |
Modified
14 years, 1 month ago Thu May 7 03:11:12 2009 UTC |
rporter | |
Log: Add asserts that numbers are finite. |
||||
36 |
Directory Listing |
Modified
14 years, 1 month ago Wed May 6 23:07:14 2009 UTC |
rporter | |
Log: Move all asserts to ASSERT macro with helpful printout (except first several in Helium.c before MainOut is opened). |
||||
35 |
Directory Listing |
Modified
14 years, 1 month ago Wed May 6 04:04:30 2009 UTC |
rporter | |
Log: Add an option to force highest levels to LTE. |
||||
34 |
Directory Listing |
Modified
14 years, 1 month ago Tue May 5 22:25:36 2009 UTC |
rporter | |
Log: Add one to malloced array size. Free memory at end of loop. Left off statistical weight of level in redistribution function; add. |
||||
33 |
Directory Listing |
Modified
14 years, 1 month ago Tue May 5 21:52:36 2009 UTC |
rporter | |
Log: Add some fflush statements. Redistribute n-manifold recomb above some n (100 for now) according to stat weight of recombined levels nLSJ. |
||||
32 |
Directory Listing |
Modified
14 years, 1 month ago Mon May 4 01:24:03 2009 UTC |
rporter | |
Log: prevent underflow in exchange integral; add -g to makefile |
||||
31 |
Directory Listing |
Modified
14 years, 1 month ago Fri May 1 03:48:02 2009 UTC |
rporter | |
Log: cleanup unused variables. |
||||
30 |
Directory Listing |
Modified
14 years, 1 month ago Fri May 1 03:44:04 2009 UTC |
rporter | |
Log: some further output changes, most importantly with LS printouts. |
||||
29 |
Directory Listing |
Modified
14 years, 1 month ago Fri May 1 00:07:29 2009 UTC |
rporter | |
Log: some minor cleanup |
||||
28 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 05:07:10 2009 UTC |
rporter | |
Log: Previous Helium.c change (AU -> cgs) got Results_Ryan correct, but Levels_st wrong. These changes should get both correct. |
||||
27 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 04:59:43 2009 UTC |
rporter | |
Log: Finally works. Here are a few changes to print total Aul instead of average (which is not physically meaningful) |
||||
26 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 04:46:35 2009 UTC |
rporter | |
Log: This change works in VS. |
||||
25 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 04:36:37 2009 UTC |
rporter | |
Log: up_J and lo_J were ill-defined. Use L+S |
||||
24 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 04:17:38 2009 UTC |
rporter | |
Log: break should have been continue |
||||
23 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 03:59:09 2009 UTC |
rporter | |
Log: Nothing was printed because indices had not been filled. Fix. |
||||
22 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 03:44:48 2009 UTC |
rporter | |
Log: further minor changes |
||||
21 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 03:40:29 2009 UTC |
rporter | |
Log: Simplify this loop dramatically. |
||||
20 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 03:25:22 2009 UTC |
rporter | |
Log: still not getting every component of multiplets. Is this why? |
||||
19 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 02:58:14 2009 UTC |
rporter | |
Log: Correct a few problems with printout in Helium.c and print_Levels.c. For the purposes of comparison with Cloudy results, LS multiplets were defined as {nLS_lo, nL_hi}. This is incorrect because we want the rate *out* of nLS. Changes in print_Results_Ryan.c reflect this. Before this change 4^SF-3^SD showed 50% errors as compared with Cloudy. Adding up ST results by hand yielded only small differences compared with Cloudy. |
||||
18 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 01:13:11 2009 UTC |
rporter | |
Log: this should fix the printout. |
||||
17 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 00:56:38 2009 UTC |
rporter | |
Log: more adjustments to print |
||||
16 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 00:46:16 2009 UTC |
rporter | |
Log: adjust header of Levels output. Will probably need another tweak or two. |
||||
15 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 00:39:22 2009 UTC |
rporter | |
Log: comment out unused code |
||||
14 |
Directory Listing |
Modified
14 years, 1 month ago Thu Apr 30 00:36:07 2009 UTC |
rporter | |
Log: beautified with astyle, and modifed Levels_st.txt output. |
||||
13 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 20:47:59 2009 UTC |
rporter | |
Log: kill hack for D - don't understand why it's there, but problem emerges at n=26 because it requires hydrogenic at n=25 to have been calculated already. With HS98 now covering n<=25, that no longer happens. Just don't use the hack, and the scaling uses HS98 factors. Also strengthen a few more asserts. |
||||
12 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 20:26:49 2009 UTC |
rporter | |
Log: slight refactor, strengthen assert |
||||
11 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 19:55:43 2009 UTC |
rporter | |
Log: long int -> int in print format. |
||||
10 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 19:45:44 2009 UTC |
rporter | |
Log: fix indentation for *part* of Helium.c; add a number of asserts and a print statement. Should probably run a beautifier. |
||||
9 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 05:00:04 2009 UTC |
rporter | |
Log: add a bunch of asserts |
||||
8 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 02:55:04 2009 UTC |
rporter | |
Log: fix two typos |
||||
7 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 02:01:38 2009 UTC |
rporter | |
Log: remove Ryan_Topbase_Fits - totally superseded by HS98 |
||||
6 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 01:43:29 2009 UTC |
rporter | |
Log: corrected printf format error; added output directory and updated this in Helium.h; added Makefile |
||||
5 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 00:40:34 2009 UTC |
rporter | |
Log: bring in HS98 cross-sections |
||||
4 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 00:26:03 2009 UTC |
rporter | |
Log: This brings us to "Fix 2," the last fix I made before moving the source to this repository. The description was as follows: Fix 2: --Overzealous assert in Helium.c was removed, again thanks to Leticia Martin Hernandez. --Added nmax limit on windows machines. Lack of long doubles precludes nmax greater than 84. |
||||
3 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 00:20:29 2009 UTC |
rporter | |
Log: These changes bring the code to "Fix 1" as stored on my web page at www.pa.uky.edu/~rporter/j-resolved/. The following description was recorded: Fix 1: --Bug in Hummer_Storey_Recomb_Factor_25 caused the code to fail for some low temperatures, reported by Leticia Martin Hernandez. --Added high and low temperature bounds. Code will complain and exit if bounds are exceeded. |
||||
2 |
Directory Listing |
Modified
14 years, 1 month ago Wed Apr 29 00:14:47 2009 UTC |
rporter | |
Log: With these changes, we have the version that was described in arXiv:0705.1135. |
||||
1 |
Directory Listing |
Added
14 years, 1 month ago Tue Apr 28 23:55:59 2009 UTC |
rporter | |
Log: This is the original source provided to me by Rob Bauman. -- Ryan Porter |
gary@uky.edu | ViewVC Help |
Powered by ViewVC 1.1.30 |