Changeset 792

Show
Ignore:
Timestamp:
01/22/07 01:20:39 (22 months ago)
Author:
gary
Message:

*.in - these changed as result of e2 bugfix r786

conv_base.cpp - only reevaluate UTA pump rates when lgRedoStatic is true, this will save some time

hydrobranch.cpp - init nd2 var to impossible value to prevent possibly use of uninit var warning

service.cpp - add change comment and date for PvH fix of e2 function. This was a serious bug that had been in the code for some time, did change results, and worthy of a comment

Location:
trunk
Files:
31 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/conv_base.cpp

    r787 r792  
    454454                /*GrainDrive();*/ 
    455455 
    456                 /* inner shell ionization */ 
    457                 for( nelem=0; nelem< LIMELM; ++nelem ) 
    458                 { 
    459                         for( ion=0; ion<nelem+1; ++ion ) 
    460                         { 
    461                                 ionbal.UTA_ionize_rate[nelem][ion] = 0.; 
    462                         } 
    463                 } 
    464                 /* inner shell ionization by UTA lines */ 
    465                 /* this flag turned off with no UTA command */ 
    466                 if( ionbal.lgInnerShellLine_on ) 
    467                 { 
    468                         for( i=0; i<nUTA; ++i ) 
    469                         { 
    470                                 if( UTALines[i].Aul > 0. ) 
     456                /* only reevaluate this on first pass through on this zone */ 
     457                if( opac.lgRedoStatic ) 
     458                { 
     459                        /* inner shell ionization */ 
     460                        for( nelem=0; nelem< LIMELM; ++nelem ) 
     461                        { 
     462                                for( ion=0; ion<nelem+1; ++ion ) 
    471463                                { 
    472                                         /* cs is actually the negative of the branching ratio for autoionization,  
    473                                         * rateone is inverse lifetime of level against autoionization */ 
    474                                         double rateone = UTALines[i].pump * -UTALines[i].cs; 
    475                                         ionbal.UTA_ionize_rate[UTALines[i].nelem-1][UTALines[i].IonStg-1] += rateone; 
     464                                        ionbal.UTA_ionize_rate[nelem][ion] = 0.; 
     465                                } 
     466                        } 
     467                        /* inner shell ionization by UTA lines */ 
     468                        /* this flag turned off with no UTA command */ 
     469                        if( ionbal.lgInnerShellLine_on ) 
     470                        { 
     471                                for( i=0; i<nUTA; ++i ) 
     472                                { 
     473                                        if( UTALines[i].Aul > 0. ) 
     474                                        { 
     475                                                /* cs is actually the negative of the branching ratio for autoionization,  
     476                                                * rateone is inverse lifetime of level against autoionization */ 
     477                                                double rateone = UTALines[i].pump * -UTALines[i].cs; 
     478                                                ionbal.UTA_ionize_rate[UTALines[i].nelem-1][UTALines[i].IonStg-1] += rateone; 
     479                                                { 
     480                                                        /* DEBUG OTS rates - turn this on to debug line, continuum or both rates */ 
     481                                                        /*@-redef@*/ 
     482                                                        enum {DEBUG_LOC=false}; 
     483                                                        /*@+redef@*/ 
     484                                                        if( DEBUG_LOC && UTALines[i].nelem==ipIRON+1 ) 
     485                                                        { 
     486                                                                fprintf(ioQQQ,"DEBUG UTA %3li %3li %.3f %.2e\n", 
     487                                                                        UTALines[i].nelem , UTALines[i].IonStg , UTALines[i].WLAng , 
     488                                                                        rateone ); 
     489                                                        } 
     490                                                } 
     491                                        } 
    476492                                } 
    477493                        } 
  • trunk/source/hydrobranch.cpp

    r787 r792  
    5050        ReadBlock(io,Czero); 
    5151 
     52        /* initialize here so that lint does not complain about possibly 
     53         * uninitialized variables */ 
    5254        int nd2=-1; 
    5355 
  • trunk/source/service.cpp

    r791 r792  
    295295 
    296296/*e2 second exponential integral */ 
     297/*>>chng 07 jan 17, PvH discover that exp-t is not really 
     298 * exp-t - this changed results in several tests */ 
    297299double e2( 
    298300        /* the argument to E2 */ 
  • trunk/tsuite/auto/agn_warm_absorber.in

    r656 r792  
    2929// >>chng 03 0ct 08, from 0.657 to 0.622, reorder ots level1 
    3030// >>chng 04 jun 12, from 0.622 to 0.561 chng cont shield fcn 
    31 assert line "cabo" 4861 0.561 
     31// >>chng 07 jan 20, from 0.561 to 0.537, e2 bug 
     32assert line "cabo" 4861 0.537 
    3233// 
    3334// >>chng 01 dec 21, inner shell yields, 5.064 to 5.033 
     
    3637// >>chng 06 feb 03, from 5.169 to 5.144, guess dr to Badnell mean 
    3738// >>chng 06 jul 12, from 5.144 to 5.171, use Savin & Gu DR to make mean DR 
    38 assert line luminosity "toth" 0 5.171 
     39// >>chng 07 jan 20, from 5.171 to 5.188, e2 bug 
     40assert line luminosity "toth" 0 5.188 
    3941// 
    4042// >>chng 01 dec 21, inner shell yields, 4.959 to 4.997 
     
    5456//  
    5557// >>chng 06 nov 29, from -2.532 to -2.601, Badnell DR turned on 
    56 assert carbon 5 ionization -2.601 
     58// >>chng 07 jan 20, from -2.601 to -2.577, e2 bug 
     59assert carbon 5 ionization -2.577 
    5760//  
    5861// >>chng 06 nov 29, from -0.930 to -0.960, Badnell DR turned on 
     
    6467// >>chng 06 jul 12, from -2.974 to -3.000, use Savin & Gu DR to make mean DR 
    6568// >>chng 06 nov 29, from -3.000 to -3.084, Badnell DR turned on 
    66 assert oxygen 6 ionization -3.084 
     69// >>chng 07 jan 20, from -3.084 to -3.050, e2 bug 
     70assert oxygen 6 ionization -3.050 
    6771// 
    6872// >>chng 06 aug 17, from -0.981 to -1.003, update to Badnell dr 
    6973// >>chng 06 nov 29, from -1.003 to -1.047, Badnell DR turned on 
    70 assert oxygen 7 ionization -1.047 
     74// >>chng 07 jan 20, from -1.047 to -1.024, e2 bug 
     75assert oxygen 7 ionization -1.024 
    7176// 
    7277// >>chng 06 nov 29, from -0.339 to -0.356, Badnell DR turned on 
     
    8388// >>chng 06 nov 26,, from -2.244 to -2.888, use Gu et al. UTA data 
    8489// >>chng 06 nov 29, from -2.888 to -1.488, Badnell DR turned on 
    85 assert iron ionization  9       -1.488 
     90// >>chng 07 jan 20, from -1.488 to -1.517, e2 bug 
     91assert iron ionization 9 -1.517 
    8692//  
    8793// >>chng 05 mar 03, from -1.756 to -1.788, new romas uta 
     
    9298// >>chng 06 nov 26,, from -1.948 to -2.563, use Gu et al. UTA data 
    9399// >>chng 06 nov 29, from -2.563 to -1.038, Badnell DR turned on 
    94 assert iron ionization  10      -1.038 
     100// >>chng 07 jan 20, from -1.038 to -1.070, e2 bug 
     101assert iron ionization  10      -1.070 
    95102//  
    96103// >>chng 05 mar 03, from -1.381 to -1.409, new romas uta 
     
    100107// >>chng 06 nov 26,, from -1.633 to -2.142, use Gu et al. UTA data 
    101108// >>chng 06 nov 29, from -2.142 to -0.859, Badnell DR turned on 
    102 assert iron ionization  11      -0.859 
     109// >>chng 07 jan 20, from -1.038 to -0.887, e2 bug 
     110assert iron ionization  11      -0.887 
    103111//  
    104112// >>chng 05 mar 03, from -0.763 to -0.787 new romas uta 
     
    106114// >>chng 06 jul 12, from -1.180 to -1.097, use Savin & Gu DR to make mean DR 
    107115// >>chng 06 aug 17, from -1.097 to -1.043, update to Badnell dr 
    108 // >>chng 06 nov 26,, from -1.043 to -3.608, use Gu et al. UTA data 
    109 // >>chng 06 nov 26,, from -1.633 to -1.353, use Gu et al. UTA data 
     116// >>chng 06 nov 26, from -1.043 to -3.608, use Gu et al. UTA data 
     117// >>chng 06 nov 26, from -1.633 to -1.353, use Gu et al. UTA data 
    110118// >>chng 06 nov 29, from -1.353 to -0.822, Badnell DR turned on 
    111 assert iron ionization  12      -0.822 
     119// >>chng 07 jan 20, from -0.822 to -0.840, e2 bug 
     120assert iron ionization  12      -0.840 
    112121//  
    113122// >>chng 05 mar 03, from -0.528 to -0.549, new romas uta 
     
    129138// >>chng 06 jul 12, from -0.762 to -0.817, use Savin & Gu DR to make mean DR 
    130139// >>chng 06 aug 17, from -0.817 to -0.844, update to Badnell dr 
    131 // >>chng 06 nov 26,, from -0.844 to -0.788, use Gu et al. UTA data 
     140// >>chng 06 nov 26, from -0.844 to -0.788, use Gu et al. UTA data 
    132141// >>chng 06 nov 29, from -0.788 to -1.279, Badnell DR turned on 
    133 assert iron ionization  15      -1.279 
     142// >>chng 07 jan 20, from -1.279 to -1.250, e2 bug 
     143assert iron ionization  15      -1.250 
    134144//  
    135145// >>chng 05 mar 03, from -1.621 to -1.604, new romas uta 
     
    137147// >>chng 06 feb 03, from -1.588 to -1.302, guess dr to Badnell mean 
    138148// >>chng 06 jul 12, from -1.302 to -1.358, use Savin & Gu DR to make mean DR 
    139 // >>chng 06 nov 26,, from -1.358 to -1.304, use Gu et al. UTA data 
     149// >>chng 06 nov 26, from -1.358 to -1.304, use Gu et al. UTA data 
    140150// >>chng 06 nov 29, from -1.304 to -1.519, Badnell DR turned on 
    141 assert iron ionization  16      -1.519 
     151// >>chng 07 jan 20, from -1.519 to -1.501, e2 bug 
     152assert iron ionization  16      -1.501 
    142153//  
    143154// >>chng 05 mar 03, from -0.803 to -0.803, new romas uta 
     
    145156// >>chng 06 jul 12, from -0.556 to -0.603, use Savin & Gu DR to make mean DR 
    146157// >>chng 06 nov 24, from -0.603 to -0.611, turn on Badnell RR 
    147 // >>chng 06 nov 26,, from -0.611 to -0.581, use Gu et al. UTA data 
     158// >>chng 06 nov 26, from -0.611 to -0.581, use Gu et al. UTA data 
    148159// >>chng 06 nov 29, from -0.581 to -0.881, Badnell DR turned on 
    149 assert iron ionization  17      -0.881 
     160// >>chng 07 jan 20, from -0.881 to -0.843, e2 bug 
     161assert iron ionization  17      -0.843 
    150162//  
    151163// >>chng 05 mar 03, from -1.256 to -1.202, new romas uta 
     
    154166// >>chng 06 nov 26,, from -1.403 to -1.374, use Gu et al. UTA data 
    155167// >>chng 06 nov 29, from -1.374 to -1.130, Badnell DR turned on 
    156 assert iron ionization  18      -1.130 
     168// >>chng 07 jan 20, from -1.130 to -1.096, e2 bug 
     169assert iron ionization  18      -1.096 
    157170//  
    158171// >>chng 05 mar 03, from -2.22 to -2.165, new romas uta 
     
    161174// >>chng 06 nov 26,, from -2.358 to -2.321, use Gu et al. UTA data 
    162175// >>chng 06 nov 29, from -2.321 to -1.706, Badnell DR turned on 
    163 assert iron ionization  19      -1.706 
     176// >>chng 07 jan 20, from -1.706 to -1.674, e2 bug 
     177assert iron ionization  19      -1.674 
    164178//  
    165179// >>chng 05 mar 03, from -3.656 to -3.600, new romas uta 
     
    168182// >>chng 06 nov 26,, from -3.494 to -3.451, use Gu et al. UTA data 
    169183// >>chng 06 nov 29, from -3.451 to -2.838, Badnell DR turned on 
    170 assert iron ionization  20      -2.838 
     184// >>chng 07 jan 20, from -2.838 to -2.810, e2 bug 
     185assert iron ionization  20      -2.810 
    171186//  
    172187// >>chng 05 mar 03, from -5.473 to -5.421, new romas uta 
     
    175190// >>chng 06 nov 26,, from -4.886 to -4.838, use Gu et al. UTA data 
    176191// >>chng 06 nov 29, from -4.838 to -4.317, Badnell DR turned on 
    177 assert iron ionization  21      -4.317 
    178 // 
    179 assert nzone < 20 
     192// >>chng 07 jan 20, from -4.317 to -4.338, e2 bug 
     193// >>chng 07 jan 20, from -4.338 to -4.294, e2 bug 
     194assert iron ionization  21      -4.294 
     195// 
     196// >>chng 07 jan 20, from 20 to 25 (21) e2 bug 
     197assert nzone < 25 
    180198// 
    181199// >>chng 05 mar 03, from 6 to 8  
  • trunk/tsuite/auto/blr_f92.in

    r713 r792  
    5353// >>chng 04 apr 28, from 8.469 to 8.435, He+ - H ct rate update 
    5454// >>chng 04 jul 03, from 8.435 to 8.472, NA update CO, H chem net 
    55 assert line luminosity "H- H" 0  8.472 
     55// >>chng 07 jan 20, from 8.472 to 8.512, e2 bug 
     56assert line luminosity "H- H" 0  8.512 
    5657// 
    5758// >>chng 02 nov 08, add next assert 
     
    9293// >>chng 06 jul 18, from 0.240 to 0.354, RP major upgrade VS coll strengths 
    9394// >>chng 06 nov 29, from 0.354 to 0.336, Badnell DR turned on 
    94 assert line "H  1" 1.875m       0.336 
     95// >>chng 07 jan 20, from 0.336 to 0.356, e2 bug 
     96assert line "H  1" 1.875m       0.356 
    9597// 
    9698// >>chng 00 oct 03, from 102.9 to 111, cont rebin, H- opac bug 
  • trunk/tsuite/auto/blr_fp89.in

    r670 r792  
    230230// >>chng 04 dec 08, from 18.0 to 10.2 co-ion feedback, check converg 
    231231// >>chng 05 mar 25, from 10.2 to 13.1 renorm H pops in level solver 
    232 assert line "H- H"    0    13.1 error 0.15 
     232// >>chng 07 jan 20, from 13.1 to 15.1 e2 bug 
     233assert line "H- H"    0    15.1 error 0.15 
    233234// 
    234235// >>chng 02 may 09, from 0.597 to 0.566 elec scat escape 
  • trunk/tsuite/auto/blr_kk81.in

    r713 r792  
    202202// >>chng 03 apr 11, from 3.62 to 3.35 PopOpc bug 
    203203// >>chng 05 oct 01, from 3.35 to 3.48, drift 
    204 assert line "totl" 1750     3.48 
     204// >>chng 07 jan 20, from 3.48 to 3.66 e2 bug 
     205assert line "totl" 1750     3.66 
    205206// 
    206207// >>chng 01 mar 09, from 1.35 to 1.44 H redis function 
  • trunk/tsuite/auto/blr_n09_p18.in

    r670 r792  
    4040// >>chng 03 nov 23, from 5.813 to 5.836, Kraemer et al. guess of dr 
    4141// >>chng 06 jul 25, from 5.836 to 5.856 HN update OIII collision data 
    42 assert line luminosity "totl"  1397 5.856 //total of sum of both Si IV comp 
     42// >>chng 07 jan 20, from 5.856 to 5.860, e2 bug 
     43assert line luminosity "totl"  1397 5.860 //total of sum of both Si IV comp 
    4344// 
    4445// >>chng 06 aug 09, from 5.498 to 5.518 Meudon 06, Bowen change 
  • trunk/tsuite/auto/blr_n09_p18_Z20.in

    r685 r792  
    5252assert line luminosity "totl"  1402 5.214 //total O IV] 1402  
    5353//  
    54 assert line luminosity "totl"  1549 5.980 //total of sum of both C IV comp 
     54// >>chng 07 jan 20, from 5.980 to 5.955, e2 bug 
     55assert line luminosity "totl"  1549 5.955 //total of sum of both C IV comp 
    5556//  
    5657// >>chng 06 nov 29, from 5.394 to 5.415, Badnell DR turned on 
  • trunk/tsuite/auto/blr_n09_p20.in

    r670 r792  
    4040// >>chng 06 feb 03, from 5.809 to 5.851, guess dr to Badnell mean 
    4141// >>chng 06 nov 29, from 5.851 to 5.828, Badnell DR turned on 
    42 assert line luminosity "totl"  1397 5.828 
     42// >>chng 07 jan 20, from 5.828 to 5.860, e2 bug 
     43assert line luminosity "totl"  1397 5.860 
    4344// 
    4445//total O IV] 1402  
  • trunk/tsuite/auto/blr_n09_p22.in

    r670 r792  
    3232// >>chng 06 apr 22, from 4.515 to 4.675, RP use Badnell DR for He-like 
    3333// >>chng 06 nov 29, from 4.675 to 4.714, Badnell DR turned on 
    34 assert line luminosity "totl"  1035 4.714 
     34// >>chng 07 jan 20, from 4.714 to 4.754, e2 bug 
     35assert line luminosity "totl"  1035 4.754 
    3536// 
    3637//total Hydrogen Lyman-alpha 1215.67  
     
    4344// >>chng 06 apr 22, from 2.647 to 2.851, RP use Badnell DR for He-like 
    4445// >>chng 06 nov 29, from 2.851 to 2.894, Badnell DR turned on 
    45 assert line luminosity "totl"  1240 2.894 
     46// >>chng 07 jan 20, from 2.894 to 2.921, e2 bug 
     47assert line luminosity "totl"  1240 2.921 
    4648// 
    4749//total He II Balmer-alpha 1640 
  • trunk/tsuite/auto/blr_n09_p22_Z20.in

    r670 r792  
    2929// >>chng 05 dec 19, from 6.483 to 6.466, update cs Fe10, 11, & 13 
    3030// >>chng 06 jul 18, from 6.466 to 6.511 RP major upgrade VS coll strengths 
    31 assert hydrogen 2 temperature 6.511 
     31// >>chng 07 jan 20, from 6.511 to 6.439, e2 bug 
     32assert hydrogen 2 temperature 6.439 
    3233// 
    3334// strong blr lines 
     
    3637// >>chng 06 jul 18, from 8.580 to 8.543 RP major upgrade VS coll strengths 
    3738// >>chng 06 nov 29, from 8.543 to 8.4289, Badnell DR turned on 
    38 assert line luminosity "totl"  1035 8.4289 
     39// >>chng 07 jan 20, from 8.429 to 8.692, e2 bug 
     40assert line luminosity "totl"  1035 8.692 
    3941// 
    4042//total Hydrogen Lyman-alpha 1215.67  
     
    4345// >>chng 06 jul 18, from 8.030 to 7.997 RP major upgrade VS coll strengths 
    4446// >>chng 06 nov 29, from 7.997 to 7.857, Badnell DR turned on 
    45 assert line luminosity "totl"  1216 7.857 
     47// >>chng 07 jan 20, from 7.857 to 8.063, e2 bug 
     48assert line luminosity "totl"  1216 8.063 
    4649// 
    4750//total of sum of both N V comp 
     
    4952// >>chng 06 jul 18, from 8.303 to 8.277 RP major upgrade VS coll strengths 
    5053// >>chng 06 nov 29, from 8.277 to 8.150, Badnell DR turned on 
    51 assert line luminosity "totl"  1240 8.150 
     54// >>chng 07 jan 20, from 8.150 to 8.348, e2 bug 
     55assert line luminosity "totl"  1240 8.348 
    5256// 
    5357// >>chng 05 mar 02, from 8.047 to 8.079, Romas UTA data update 
     
    5559// >>chng 06 jul 18, from 7.971 to 7.925 RP major upgrade VS coll strengths 
    5660// >>chng 06 nov 29, from 7.925 to 7.724, Badnell DR turned on 
    57 assert line luminosity "he 2"  1640 7.724 //total He II Balmer-alpha 1640 
     61// >>chng 07 jan 20, from 7.724 to 8.018, e2 bug 
     62assert line luminosity "he 2"  1640 8.018 //total He II Balmer-alpha 1640 
    5863// 
    5964// >>chng 04 sep 30, rom 6 to 8, improv heat cool conv in conv_base 
     
    6368assert niters < 7   
    6469// 
    65 assert nzone < 330  
     70// >>chng 07 jan 20, from 330 to 400 (364) e2 bug 
     71assert nzone < 400  
    6672// 
    6773c blr_n09_p22_Z20.in  
  • trunk/tsuite/auto/blr_n12_p19.in

    r670 r792  
    4343// >>chng 06 aug 09, from 5.392 to 5.515 Meudon 06, Bowen change 
    4444// >>chng 06 nov 29, from 5.515 to 5.485, Badnell DR turned on 
    45 assert line luminosity "totl"  1549 5.485 //total of sum of both C IV comp 
     45// >>chng 07 jan 20, from 5.485 to 5.452, e2 bug 
     46assert line luminosity "totl"  1549 5.452 //total of sum of both C IV comp 
    4647// 
    4748assert line luminosity "he 2"  1640 6.732 //total He II Balmer-alpha 1640 
  • trunk/tsuite/auto/blr_n12_p19_Z20.in

    r670 r792  
    3737// >>chng 04 sep 06, from 5.393 to 5.345, bug nej Auger 
    3838// >>chng 06 aug 09, from 5.345 to 5.403 Meudon 06, Bowen change 
    39 assert line luminosity "totl"  1397 5.403 
     39// >>chng 07 jan 20, from 5.403 to 5.367, e2 bug 
     40assert line luminosity "totl"  1397 5.367 
    4041//  
    4142// >>chng 06 aug 02, from 3.076 to 3.112, update O+2, N+2 CT 
    4243// >>chng 06 aug 09, from 3.112 to 3.220 Meudon 06, Bowen change 
    43 assert line luminosity "totl"  1402 3.220 //total O IV] 1402  
     44// >>chng 07 jan 20, from 3.220 to 3.179, e2 bug 
     45assert line luminosity "totl"  1402 3.179 //total O IV] 1402  
    4446//  
    4547// >>chng 06 aug 02, from 5.224 to 5.244, update O+2, N+2 CT 
    4648// >>chng 06 aug 09, from 5.244 to 5.308 Meudon 06, Bowen change 
    4749// >>chng 06 nov 29, from 5.308 to 5.243, Badnell DR turned on 
    48 assert line luminosity "totl"  1549 5.243 //total of sum of both C IV comp 
     50// >>chng 07 jan 20, from 5.243 to 5.206, e2 bug 
     51assert line luminosity "totl"  1549 5.206 //total of sum of both C IV comp 
    4952//  
    5053// >>chng 06 aug 02, from 6.527 to 6.498, update O+2, N+2 CT 
     
    8891// >>chng 05 aug 03, from 5.945 to 5.803, NA update CO, H chem net 
    8992// >>chng 06 aug 02, from 5.803 to 5.892, update O+2, N+2 CT 
    90 assert line luminosity "totl"  2326 5.892 err 0.2 
     93// >>chng 07 jan 20, from 5.892 to 5.795, e2 bug 
     94assert line luminosity "totl"  2326 5.795 err 0.2 
    9195// 
    9296// >>chng 04 jul 07, from 7.807 to 7.833, oh ct integ 
  • trunk/tsuite/auto/blr_n13_p22.in

    r670 r792  
    7676// >>chng 04 set 25, from 7.047 to 7.026, chng te conv from 0.02 to 0.005 
    7777// >>chng 06 jul 18, from 7.026 to 7.078, RP major upgrade VS coll strengths 
    78 assert line luminosity "totl"  2326 7.078  //total C II] 2324.69 + 2328.12 
     78// >>chng 07 jan 20, from 7.078 to 7.027, e2 bug 
     79assert line luminosity "totl"  2326 7.027  //total C II] 2324.69 + 2328.12 
    7980// 
    8081// >>chng 06 jul 18, from 8.985 to 9.017, RP major upgrade VS coll strengths 
  • trunk/tsuite/auto/blr_nf84.in

    r670 r792  
    317317//  
    318318assert element temperature Iron     4  4.207 
    319 assert element temperature Iron     5  4.237 
     319//  
     320// >>chng 07 jan 20, from 4.237 to 4.258, e2 bug 
     321assert element temperature Iron     5  4.258 
     322//  
    320323assert element temperature Iron     6  4.256 
    321324assert element temperature Iron     7  4.272 
  • trunk/tsuite/auto/blr_nf84_45deg.in

    r670 r792  
    112112// 
    113113assert element ionizaiton Oxygen   5 -3.073 error 0.1 
    114 assert element ionizaiton Oxygen   6 -3.591 error 0.1 
     114// 
     115// >>chng 07 jan 20, from -3.591 to -3.636, e2 bug 
     116assert element ionizaiton Oxygen   6 -3.636 error 0.1 
     117// 
    115118assert element ionizaiton Iron     2 -0.005 
    116119// 
     
    143146assert element temperature Oxygen   4  4.270 
    144147assert element temperature Oxygen   5  4.277 
     148// 
    145149assert element temperature Oxygen   6  4.279 
     150// 
    146151assert element temperature Oxygen   7  4.280 
    147152//  
     
    161166assert element temperature Iron     5  4.258 
    162167// 
    163 assert element temperature Iron     6  4.256 
     168// >>chng 07 jan 20, from 4.256 to 4.277, e2 bug 
     169assert element temperature Iron     6  4.277 
     170// 
    164171assert element temperature Iron     7  4.272 
    165172assert element temperature Iron     8  4.276 
  • trunk/tsuite/auto/blr_rnfb.in

    r670 r792  
    217217// >>chng 04 nov 15, from 0.213 to 0.375 incorrect upper level for line 
    218218// >>chng 06 jul 18, from 0.375 to 0.433 RP major upgrade VS coll strengths 
    219 assert line "6lev" 8446    0.433, err 0.1 
     219// >>chng 07 jan 20, from 0.433 to 0.390, e2 bug 
     220assert line "6lev" 8446    0.390, err 0.1 
    220221// 
    221222// >>chng 01 mar 09, from 1.98 to 2.11 change in H redis function 
  • trunk/tsuite/auto/func_ion_increase.in

    <
    r670 r792  
    6464// >>chng 06 nov 24, from -1.981 to -1.936, turn on Badnell RR 
    6565// >>chng 06 nov 29, from -1.939 to -2.645, Badnell DR turned on 
    66 assert volumn ionization iron  9 -2.645  
     66// >>chng 07 jan 20, from -2.645 to -2.665, e2 bug 
     67assert volumn ionization iron  9 -2.665  
    6768//  
    6869// >>chng 06 feb 03, from -2.433 to -2.518, guess dr to Badnell mean 
     
    7273// >>chng 06 nov 26, from -2.539 to -2.571, use Gu et al. UTA data 
    7374// >>chng 06 nov 29, from -2.571 to -3.159, Badnell DR turned on 
    74 assert volumn ionization iron 10 -3.159  
     75// >>chng 07 jan 20, from -3.159 to -3.226, e2 bug 
     76assert volumn ionization iron 10 -3.226  
    7577//  
    7678// >>chng 05 sep 27, from -2.701 to -2.718, TE, GS update H chem 
     
    8183// >>chng 06 nov 26, from -2.988 to -3.028, use Gu et al. UTA data 
    8284// >>chng 06 nov 29, from -3.028 to -3.549, Badnell DR turned on 
    83 assert volumn ionization iron 11 -3.549  
     85// >>chng 07 jan 20, from -3.549 to -3.623, e2 bug 
     86assert volumn ionization iron 11 -3.623  
    8487//  
    8588// >>chng 05 sep 27, from -2.949 to -2.966, TE, GS update H chem