Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing masses and directions for Tamborra 2014, Walk 2018, Walk 2019 models #78

Open
sybenzvi opened this issue Aug 11, 2021 · 6 comments
Assignees
Labels
enhancement New feature or request SupernovaModel Implementing/correcting supernova model

Comments

@sybenzvi
Copy link
Contributor

Looking at the Garching models corresponding to Walk 2018/2019 and Tamborra 2014, we are missing directions and progenitor masses. So the models are not complete and we can't simulate anisotropic emission. Do we not have permission to access additional data?

@sybenzvi sybenzvi added the enhancement New feature or request label Aug 11, 2021
@evanoconnor
Copy link
Collaborator

evanoconnor commented Aug 11, 2021 via email

@sybenzvi
Copy link
Contributor Author

Edit: sorry, ignore me…

To be specific, there are dir1, dir2, dir3 directions mentioned in the papers but we seem to have only dir1, and only some progenitor masses.

@mcolomermolla
Copy link
Collaborator

For the masses, only two are missing:

  • I did not include 11 Msun from Tamborra2014 as it does not show SASI, but it can be done.
  • I did not included 70 Msun because I had not dowloaded the data and used it / done the conversion before for that one, but I can also add it.

For the directions:

  • yes, I only included the most privileged direction for SASI for now, dir 1. I was indeed considering to include the full data with theta and phi in the same way as you implemented the possibility to read these two angles for other models, but I did not do it yet. I also have dir 2 and dir 3 that I can add.
  • For 27 Msun in Tamborra et al I only have these three directions, I did not find the full data with theta and phi in their archive. I will check again.

@sybenzvi
Copy link
Contributor Author

Thanks @mcolomermolla. I'd say add the data you want and then we can figure out the interface later. One easy thing to do from the perspective of the model is to have it take a theta/phi and just return one of the three appropriate directions for that angle.

@JostMigenda JostMigenda added the SupernovaModel Implementing/correcting supernova model label Dec 13, 2021
@mcolomermolla
Copy link
Collaborator

I am looking back to this issue. I have the data for all directions, for the three progenitors (11.2,20 and 27 Msun). I was thinking that the simplest way of implementing it is that the user can select which (theta,phi) to simulate, and those are given as input in the model init (as the mass and the eos). Then, one just reads from the input file the rows corresponding to these theta and phi values for the other columns (luminosity, mean energy, E_RMS). Do you think it is a good idea to proceed this way? Also: should I implement it as a modified Garching class in models.base, or in models.ccsn? I am not sure what is better.

@JostMigenda
Copy link
Member

Was just looking through old issues and noticed that this one is still open. PR #231 already added all the missing Walk_201x model files; now all that’s missing is directions 2 and 3 for Tamborra_2014’s 11.2 and 20 Msol progenitors. Do we still want to add those or can we close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SupernovaModel Implementing/correcting supernova model
Projects
None yet
Development

No branches or pull requests

4 participants