&NL_MODEL model_type = 'global average', lim_type = 'fixed TAU'/ ! This is the limit pressure in cgs units (only for lim_type='fixed P') &NL_PLIM plim=1d7/ ! This is the limit optical depth (only for lim_type='fixed tau') &NL_TAULIM taulim=10/ &NL_GAMMA !fluxfactor determine the repartition of the stellar flux between the two visible bands. !gamma1 is the ratio between the visible opacity in the first visible band and the thermal opacity. !gamma2 is the ratio between the visible opacity in the second visible band and the thermal opacity. fluxfactor=0. gamma1=0.5 gamma2=10/ &NL_NATM !n_atm is the number of point for the atmospheric output. It doesn't affect the radius calculations. n_atm=100/ &NL_Radius !photo_radius calculates of the photospheric radius if YES !chord_radius calculates the transit radius if YES !Rchord_precision='approximate' consider the opacity constant between the photospheric and the transit radius !Rchord_precision='exact' perform an exact calculation for the transit radius. This can be very long and generally changes less than 1% from the approximate calculation. !Ngamma=1 calculates the transit radius considering the opacities of the fist visible band !Ngamma=2 calculates the transit radius considering the opacities of the second visible band photo_radius='YES' chord_radius='YES' Rchord_precision='approximate' Ngamma=1/