Show
Ignore:
Timestamp:
04/03/08 12:44:50 (9 months ago)
Author:
gary
Message:

these changes affect the predicted iso sequence lines. there are three major parts:

cont_createmesh.cpp the fine continuum did not extend down to the wavelength of HeI 10830 so line overlap was not being treated. Extended low energy limit to below this line. this caused some asserted 10830 lines to change.

do not print H-like or He-like lines that are produced from collapsed levels. Their emission has problems which will be documented in a trac ticket.

the data/LineList* files had H and He like lines from collapsed levels commented out. The code now predicts far fewer lines from H and He like species.

iso_level - now keep track of whether the l-mixing collisions out of p are fast enough to mix the levels. if not a comment is printed saying that the H, He lines are not accurate

prt_alltau.cpp - do not print He I line optical depths twice

parse_atom_iso.cpp - add print levels option to atom H-like levels print or atom He-like levels print to print sizes of all ions of H and He sequence. the command does not change the number of levels.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/parse_atom_iso.cpp

    r1790 r1913  
    154154                 * allocated for the hydrogen and helium lines.  Once done we must ignore all  
    155155                 * future changes in the number of levels */ 
    156                 if( !lgHydroMalloc ) 
     156                if( nMatch("PRIN",chCard) ) 
     157                { 
     158                        /* only print - do not change levels */ 
     159                        iso.lgPrintNumberOfLevels = true; 
     160                } 
     161                else if( !lgHydroMalloc ) 
    157162                { 
    158163                        i = 5;