dnarayanan
dnarayanan
just put in docs where we can find this, as well as in the parameters_model file
it would be good to give the user the advanced option of scatter vs gather SPH smoothing onto the octree for yt4.x. an example is here: https://github.com/yt-project/yt/pull/2400
right now the code block in `enzo_tributary`: ``` energy_density_absorbed=energy_density_absorbed_by_CMB( energy_density_absorbed = np.repeat(energy_density_absorbed.value,amr['density'].shape) d = SphericalDust(cfg.par.dustdir+cfg.par.dustfile) if cfg.par.SUBLIMATION == True: d.set_sublimation_temperature('fast',temperature=cfg.par.SUBLIMATION_TEMPERATURE) m.add_density_grid(amr['density'],d),specific_energy=energy_density_absorbed) m.set_specific_energy_type('additional') #m.add_density_grid(amr['density'], cfg.par.dustdir+cfg.par.dustfile) ``` doesn't work due to the...
when choosing a dust grid choice outside of the allowed values, one ought to get a valueerror per `grid_construction.py`: ``` dust_grid_type_list = ['dtm', 'rr', 'manual','li_bestfit'] try: dust_choice = dust_grid_type_list.index(cfg.par.dust_grid_type) except...
can we get rid of `bbox_lim`, or at least only enable it if pf.cosmological=False ? seems silly to have to think about it if you run cosmological simulations.
just used an old 2019 era parameters_master and got this error: ```AttributeError: module 'parameters_master' has no attribute 'use_cloudy_tables'``` worth going through this repeatedly to see what breaks with a super...
With the Draine PAH model on, there's a double counting of long wavelength (>longer than PAH) photons -- grains that absorb UV photons naturally contribute to thermal IR emission, but...
if you have some janky code like this that looks at the stellar SEDs alone, and checks their luminosity, and then looks at the total dust-reprocessed SED, it will look...
if you are in a more modern python (i'm trying this in 3.11) and run >pd_front_end.py [args] you get this error: ``` (py311) [desika.narayanan@c0713a-s30 snap200]$ pd_front_end.py ./ parameters_master_arepo snap200_galaxy0 /home/desika.narayanan/.conda/envs/py311/bin/pd_front_end.py:...
need to set a trap maybe in error handling to kill the run if PAH and draine_21_pah are both set