Finds the surfaces of the stars, and prints them to a formatted file.
FT 18.02.2022
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bnsbase), | intent(inout) | :: | this |
bnsbase object owning this PROCEDURE |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | exist | ||||
character(len=:), | private, | ALLOCATABLE | :: | finalnamefile | |||
integer, | private | :: | i | ||||
integer, | private | :: | i_matter | ||||
integer, | private | :: | ios | ||||
integer, | private | :: | j | ||||
integer, | private | :: | n_matter | ||||
integer, | private, | parameter | :: | n_phi | = | 360 | |
integer, | private, | parameter | :: | n_theta | = | 180 | |
character(len=3), | private | :: | str_i | ||||
integer, | private, | parameter | :: | unit_dump | = | 2764 |