From 1034b83a8068c43f3d7db37f111c4c294e8d14c4 Mon Sep 17 00:00:00 2001 From: Sona Chitchyan Date: Wed, 4 May 2022 13:59:20 -0400 Subject: [PATCH 1/4] added linked_t_rad_t_electron to plasma.yml --- tardis/io/schemas/plasma.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tardis/io/schemas/plasma.yml b/tardis/io/schemas/plasma.yml index 53274eec72e..06b122cfeef 100644 --- a/tardis/io/schemas/plasma.yml +++ b/tardis/io/schemas/plasma.yml @@ -107,6 +107,10 @@ properties: type: string default: none description: Path to file containing heating rate/light curve data. + link_t_rad_t_electron: + type: number + default: 0.9 + description: Value used for estimate of electron temperature from t_rad. required: - ionization - excitation From 3708d80752270f9f8719a6d6a7b052e7cf4a801f Mon Sep 17 00:00:00 2001 From: Sona Chitchyan Date: Wed, 4 May 2022 14:01:28 -0400 Subject: [PATCH 2/4] changed definition of link_t_rad_t_electron in standard_plasmas.py --- tardis/plasma/standard_plasmas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tardis/plasma/standard_plasmas.py b/tardis/plasma/standard_plasmas.py index 45dc82557c2..696918402a3 100644 --- a/tardis/plasma/standard_plasmas.py +++ b/tardis/plasma/standard_plasmas.py @@ -130,7 +130,7 @@ def assemble_plasma(config, model, atom_data=None): atomic_data=atom_data, time_explosion=model.time_explosion, w=model.dilution_factor, - link_t_rad_t_electron=0.9, + link_t_rad_t_electron=config.plasma.link_t_rad_t_electron, continuum_interaction_species=continuum_interaction_species, ) From 31e3cba020d07d33b3f452890d6e7a77564b57bb Mon Sep 17 00:00:00 2001 From: Sona Chitchyan Date: Wed, 4 May 2022 14:15:01 -0400 Subject: [PATCH 3/4] added credentials to .mailmap --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index 17174bc56de..074f7fa9221 100644 --- a/.mailmap +++ b/.mailmap @@ -155,6 +155,8 @@ Shilpi Prasad Shilpi <72646134+shilpiprd@users.noreply.git Sourav Singh +Sona Chitchyan + Srinath Rajagopalan Srinath Rajagopalan Srinath Rajagopalan Srinath R From 192f28c90c4feb360b4915adbbd13d502c7826fe Mon Sep 17 00:00:00 2001 From: Sona Chitchyan Date: Wed, 4 May 2022 16:40:59 -0400 Subject: [PATCH 4/4] Update tardis/io/schemas/plasma.yml Co-authored-by: Wolfgang Kerzendorf --- tardis/io/schemas/plasma.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tardis/io/schemas/plasma.yml b/tardis/io/schemas/plasma.yml index 06b122cfeef..63d30da7173 100644 --- a/tardis/io/schemas/plasma.yml +++ b/tardis/io/schemas/plasma.yml @@ -110,7 +110,7 @@ properties: link_t_rad_t_electron: type: number default: 0.9 - description: Value used for estimate of electron temperature from t_rad. + description: Value used for estimating the electron temperature from radiation temperature. required: - ionization - excitation