40 for( i=0; i < limit; i++ )
55 sprintf( chLine,
" AGE: longest thermal timescale= %.2es.",
63 sprintf( chLine,
" AGE: 21 cm equilibrium timescale= %.2es.",
70 sprintf( chLine,
" C-AGE: Thermal equilibrium timescale, %.2es, longer than age",
81 sprintf( chLine,
" AGE: sound travel time= %.2es.",
88 sprintf( chLine,
" C-AGE: Sound travel time longer than age in constant pressure model = %.2es",
99 tlong =
MAX2(tlong,tsound);
121 sprintf( chLine,
" AGE: longest H2 destruction timescale= %.2es.",
128 sprintf( chLine,
" AGE: longest H2 formation timescale= %.2es.",
135 sprintf( chLine,
" C-AGE: H2 destruction timescale longer than age, = %.2es",
142 sprintf( chLine,
" C-AGE: H2 formation timescale longer than age, = %.2es",
149 sprintf( chLine,
" AGE: longest CO formation timescale= %.2es.",
156 sprintf( chLine,
" C-AGE: CO formation timescale longer than age, = %.2es",
164 for( i=0; i < limit; i++ )
177 sprintf( chLine,
" AGE: longest H recombination timescale= %.2es.",
184 sprintf( chLine,
" C-AGE: Hydrogen recombination timescale longer than age, = %.2es",
196 sprintf( chLine,
" !AGE: Cloud age was not set. Longest timescale was %.2e s.",
201 else if( tlong < 8.64e4 )
204 sprintf( chLine,
" !AGE: Cloud age was not set. Longest timescale was %.2e s = %.2e hours.",
205 tlong, tlong/3600. );
209 else if( tlong < 3e7/12. )
212 sprintf( chLine,
" !AGE: Cloud age was not set. Longest timescale was %.2e s = %.2e days.",
213 tlong, tlong/86400. );
217 else if( tlong < 3e7 )
220 sprintf( chLine,
" !AGE: Cloud age was not set. Longest timescale was %.2e s = %.2e months.",
221 tlong, (tlong/3.15569e7)*12. );
228 sprintf( chLine,
" !AGE: Cloud age was not set. Longest timescale was %.2e s = %.2e years.",
229 tlong, tlong/3.15569e7 );
240 sprintf( chLine,
" AGE: Cloud age was %.2es, Longest timescale was %.2e s.",
248 sprintf( chLine,
" AGE: Cloud age was %.2e s. Longest timescale was %.2e s = %.2e years.",
void bangin(const char *chLine)
void calc_therm_timesc(long izone)
molezone * findspecieslocal(const char buf[])
double time_H2_Dest_longest
const int INPUT_LINE_LENGTH
void notein(const char *chLine)
#define DEBUG_ENTRY(funcname)
double time_H2_Form_longest
void caunin(const char *chLine)