powderday
powderday copied to clipboard
powderday dust radiative transfer
Using an over refine factor greater than zero leads to a broadcasting error. Traceback (most recent call last): File "/home/c.lovell/codes/powderday_chris/pd_front_end.py", line 74, in m, xcent, ycent, zcent, dx, dy, dz,...
https://github.com/arnauqb/qsosed
right now the dust masses for gizmo/gadget datasets with on-the-fly dust won't work for `manual` mode because it will look for `PartType0`. a possible way to fix this would be:...
only relevant for idealized simulations, quantities (e.g.): ```disk_stars_metals = 11 # in fsps metallicity units``` or alternatively, have user put in metallicity in units of solar, and have the code...
appears to be an issue in `yt`. this does seem to work in @ashkelly's fork on the `yt-4.0-new-octree` branch: https://github.com/AshKelly/yt/tree/yt-4.0-new-octree
Hyperion can dump out the specific energy absorbed by each gas particle. ```python grid = m.get_quantities() pf = grid.to_yt() data = pf.all_data() sp_en = data['gas', 'specific_energy'] ```
Is it possible to set custom smoothing lengths without changing how YT loads the Arepo dataset? By default Arepo does not have smoothing lengths, so YT generates it for gas...
currently throwing some h5 error: ``` Wavelength Weight ---------- ------ 8.50E+02 1.00E+00 1.30E+03 1.00E+00 Traceback (most recent call last): File "/home/desika.narayanan/miniconda3/envs/pd3env/bin/pd_front_end.py", line 4, in __import__('pkg_resources').run_script('powderday==0.1.0', 'pd_front_end.py') File "/home/desika.narayanan/miniconda3/envs/pd3env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 666,...
- [x] What is the difference between gas and `PartType0` fields? Is one for the particle and other for the mesh? - [x] What do the fields look like for...